File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ Git 1.7.12.3 Release Notes
44Fixes 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
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
4343branch of the `git.git` repository.
4444Documentation 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].
You can’t perform that action at this time.
0 commit comments