@@ -19,6 +19,11 @@ Updates since v1.7.6
19
19
functions can compress or uncompress more than 4GB data in one call on
20
20
platforms with 64-bit long, which has been corrected.
21
21
22
+ * Git now recognizes loose objects written by other implementations that
23
+ uses non-standard window size for zlib deflation (e.g. Agit running on
24
+ Android with 4kb window). We used to reject anything that was not
25
+ deflated with 32kb window.
26
+
22
27
* "git am" learned to pass "--exclude=<path>" option through to underlying
23
28
"git apply".
24
29
@@ -98,25 +103,14 @@ Fixes since v1.7.6
98
103
Unless otherwise noted, all the fixes in 1.7.6.X maintenance track are
99
104
included in this release.
100
105
101
- * Error exits from $PAGER were silently ignored.
102
- (merge fc1b56f cb/maint-exec-error-report later).
103
-
104
- * "git diff -c/--cc" mishandled a deletion that resolves a conflict, and
105
- looked in the working tree instead.
106
- (merge 9969454 jc/maint-combined-diff-work-tree later).
107
-
108
- * "git fetch" over smart-http transport used to abort when the
109
- repository was updated between the initial connection and the
110
- subsequent object transfer.
111
- (merge 051e400 jc/maint-smart-http-race-upload-pack later).
112
-
113
- * "git push --quiet" was not really quiet.
114
- (merge 0d086b8 cb/maint-quiet-push later).
106
+ * "ls-files ../$path" that is run from a subdirectory reported errors
107
+ incorrectly when there is no such path that matches the given pathspec.
108
+ (merge 0f64bfa cb/maint-ls-files-error-report later to 'maint').
115
109
116
110
--
117
111
exec >/var/tmp/1
118
112
echo O=$(git describe master)
119
- O=v1.7.6-548-g324b6b1
113
+ O=v1.7.6-576-g6fcb384
120
114
git log --first-parent --oneline $O..master
121
115
echo
122
116
git shortlog --no-merges ^maint ^$O master
0 commit comments