File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Fixes since v1.7.7.5
8
8
directory when two paths in question are in adjacent directories and
9
9
the name of the one directory is a prefix of the other.
10
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
+
11
15
* When producing a "thin pack" (primarily used in bundles and smart
12
16
HTTP transfers) out of a fully packed repository, we unnecessarily
13
17
avoided sending recent objects as a delta against objects we know
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ Fixes since v1.7.8.3
8
8
directory when two paths in question are in adjacent directories and
9
9
the name of the one directory is a prefix of the other.
10
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
+
11
15
* When producing a "thin pack" (primarily used in bundles and smart
12
16
HTTP transfers) out of a fully packed repository, we unnecessarily
13
17
avoided sending recent objects as a delta against objects we know
Original file line number Diff line number Diff line change @@ -44,17 +44,19 @@ unreleased) version of git, that is available from 'master'
44
44
branch of the `git.git` repository.
45
45
Documentation for older releases are available here:
46
46
47
- * link:v1.7.8.3 /git.html[documentation for release 1.7.8.3 ]
47
+ * link:v1.7.8.4 /git.html[documentation for release 1.7.8.4 ]
48
48
49
49
* release notes for
50
+ link:RelNotes/1.7.8.4.txt[1.7.8.4],
50
51
link:RelNotes/1.7.8.3.txt[1.7.8.3],
51
52
link:RelNotes/1.7.8.2.txt[1.7.8.2],
52
53
link:RelNotes/1.7.8.1.txt[1.7.8.1],
53
54
link:RelNotes/1.7.8.txt[1.7.8].
54
55
55
- * link:v1.7.7.5 /git.html[documentation for release 1.7.7.5 ]
56
+ * link:v1.7.7.6 /git.html[documentation for release 1.7.7.6 ]
56
57
57
58
* release notes for
59
+ link:RelNotes/1.7.7.6.txt[1.7.7.6],
58
60
link:RelNotes/1.7.7.5.txt[1.7.7.5],
59
61
link:RelNotes/1.7.7.4.txt[1.7.7.4],
60
62
link:RelNotes/1.7.7.3.txt[1.7.7.3],
You can’t perform that action at this time.
0 commit comments