We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c7a5b commit 9376c86Copy full SHA for 9376c86
2 files changed
Documentation/RelNotes/1.7.12.3.txt
@@ -0,0 +1,18 @@
1
+Git 1.7.12.3 Release Notes
2
+==========================
3
+
4
+Fixes since v1.7.12.2
5
+---------------------
6
7
+ * "git fetch" over http had an old workaround for an unlikely server
8
+ misconfiguration; it turns out that this hurts debuggability of the
9
+ configuration in general, and has been reverted.
10
11
+ * "git fetch" over http advertised that it supports "deflate", which
12
+ is much less common, and did not advertise the more common "gzip" on
13
+ its Accept-Encoding header.
14
15
+ * "git status" honored the ignore=dirty settings in .gitmodules but
16
+ "git commit" didn't.
17
18
+Also contains a handful of documentation updates.
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.7.12.2.txt
+Documentation/RelNotes/1.7.12.3.txt
0 commit comments