Skip to content

Commit 0065343

Browse files
committed
Git 1.7.7.6
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5c8eeb8 commit 0065343

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Documentation/RelNotes/1.7.7.6.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Fixes since v1.7.7.5
88
directory when two paths in question are in adjacent directories and
99
the name of the one directory is a prefix of the other.
1010

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+
1115
* When producing a "thin pack" (primarily used in bundles and smart
1216
HTTP transfers) out of a fully packed repository, we unnecessarily
1317
avoided sending recent objects as a delta against objects we know

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.7.5
4+
DEF_VER=v1.7.7.6
55

66
LF='
77
'

0 commit comments

Comments
 (0)