File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.7.5
4+ DEF_VER=v1.7.7.6
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments