We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8eeb8 commit 0065343Copy full SHA for 0065343
2 files changed
Documentation/RelNotes/1.7.7.6.txt
@@ -8,6 +8,10 @@ Fixes since v1.7.7.5
8
directory when two paths in question are in adjacent directories and
9
the name of the one directory is a prefix of the other.
10
11
+ * A wildcard that matches deeper hierarchy given to the "diff-index" command,
12
+ e.g. "git diff-index HEAD -- '*.txt'", incorrectly reported additions of
13
+ matching files even when there is no change.
14
+
15
* When producing a "thin pack" (primarily used in bundles and smart
16
HTTP transfers) out of a fully packed repository, we unnecessarily
17
avoided sending recent objects as a delta against objects we know
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.7.7.5
+DEF_VER=v1.7.7.6
5
6
LF='
7
'
0 commit comments