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
4
4
Fixes since v1.7.12.2
5
5
---------------------
6
6
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
+
7
19
* "git fetch" over http had an old workaround for an unlikely server
8
20
misconfiguration; it turns out that this hurts debuggability of the
9
21
configuration in general, and has been reverted.
@@ -12,6 +24,10 @@ Fixes since v1.7.12.2
12
24
is much less common, and did not advertise the more common "gzip" on
13
25
its Accept-Encoding header.
14
26
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
+
15
31
* "git status" honored the ignore=dirty settings in .gitmodules but
16
32
"git commit" didn't.
17
33
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of git, that is available from 'master'
43
43
branch of the `git.git` repository.
44
44
Documentation for older releases are available here:
45
45
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 ]
47
47
48
48
* release notes for
49
+ link:RelNotes/1.7.12.3.txt[1.7.12.3],
49
50
link:RelNotes/1.7.12.2.txt[1.7.12.2],
50
51
link:RelNotes/1.7.12.1.txt[1.7.12.1],
51
52
link:RelNotes/1.7.12.txt[1.7.12].
You can’t perform that action at this time.
0 commit comments