Skip to content

Commit 5a333ad

Browse files
committed
Sync with 1.7.12.3
2 parents dc01f88 + 234cd45 commit 5a333ad

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

Documentation/RelNotes/1.7.12.3.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ Git 1.7.12.3 Release Notes
44
Fixes since v1.7.12.2
55
---------------------
66

7+
* "git am" mishandled a patch attached as application/octet-stream
8+
(e.g. not text/*); Content-Transfer-Encoding (e.g. base64) was not
9+
honored correctly.
10+
11+
* It was unclear in the documentation for "git blame" that it is
12+
unnecessary for users to use the "--follow" option.
13+
14+
* A repository created with "git clone --single" had its fetch
15+
refspecs set up just like a clone without "--single", leading the
16+
subsequent "git fetch" to slurp all the other branches, defeating
17+
the whole point of specifying "only this branch".
18+
719
* "git fetch" over http had an old workaround for an unlikely server
820
misconfiguration; it turns out that this hurts debuggability of the
921
configuration in general, and has been reverted.
@@ -12,6 +24,10 @@ Fixes since v1.7.12.2
1224
is much less common, and did not advertise the more common "gzip" on
1325
its Accept-Encoding header.
1426

27+
* "git receive-pack" (the counterpart to "git push") did not give
28+
progress output while processing objects it received to the puser
29+
when run over the smart-http protocol.
30+
1531
* "git status" honored the ignore=dirty settings in .gitmodules but
1632
"git commit" didn't.
1733

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.7.12.2/git.html[documentation for release 1.7.12.2]
46+
* link:v1.7.12.3/git.html[documentation for release 1.7.12.3]
4747

4848
* release notes for
49+
link:RelNotes/1.7.12.3.txt[1.7.12.3],
4950
link:RelNotes/1.7.12.2.txt[1.7.12.2],
5051
link:RelNotes/1.7.12.1.txt[1.7.12.1],
5152
link:RelNotes/1.7.12.txt[1.7.12].

0 commit comments

Comments
 (0)