Skip to content

Commit dbc96a7

Browse files
committed
Sync with 1.8.3.3
Signed-off-by: Junio C Hamano <[email protected]>
2 parents f23777c + 5addd1c commit dbc96a7

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Documentation/RelNotes/1.8.3.3.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ Git v1.8.3.3 Release Notes
44
Fixes since v1.8.3.2
55
--------------------
66

7+
* "git apply" parsed patches that add new files, generated by programs
8+
other than Git, incorrectly. This is an old breakage in v1.7.11.
9+
10+
* Older cURL wanted piece of memory we call it with to be stable, but
11+
we updated the auth material after handing it to a call.
12+
13+
* "git pull" into nothing trashed "local changes" that were in the
14+
index.
15+
16+
* Many "git submodule" operations did not work on a submodule at a
17+
path whose name is not in ASCII.
18+
19+
* "cherry-pick" had a small leak in its error codepath.
20+
21+
* Logic used by git-send-email to suppress cc mishandled names like
22+
"A U. Thor" <[email protected]>, where the human readable part
23+
needs to be quoted (the user input may not have the double quotes
24+
around the name, and comparison was done between quoted and
25+
unquoted strings). It also mishandled names that need RFC2047
26+
quoting.
27+
728
* "gitweb" forgot to clear a global variable $search_regexp upon each
829
request, mistakenly carrying over the previous search to a new one
930
when used as a persistent CGI.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

46-
* link:v1.8.3.2/git.html[documentation for release 1.8.3.2]
46+
* link:v1.8.3.3/git.html[documentation for release 1.8.3.3]
4747

4848
* release notes for
49+
link:RelNotes/1.8.3.3.txt[1.8.3.3],
4950
link:RelNotes/1.8.3.2.txt[1.8.3.2],
5051
link:RelNotes/1.8.3.1.txt[1.8.3.1],
5152
link:RelNotes/1.8.3.txt[1.8.3].

0 commit comments

Comments
 (0)