@@ -62,42 +62,6 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance
62
62
releases are contained in this release (see release notes to them for
63
63
details).
64
64
65
- * When "git push" fails to update any refs, the client side did not
66
- report an error correctly to the end user.
67
- (merge 5238cbf sp/smart-http-failure-to-push later to maint).
68
-
69
- * "git push -q" was not sufficiently quiet.
70
- (merge d336572 cb/push-quiet later to maint).
71
-
72
- * "git log --first-parent $pathspec" did not stay on the first parent
73
- chain and veered into side branch from which the whole change to the
74
- specified paths came.
75
- (merge 36ed191 jc/maint-log-first-parent-pathspec later to maint).
76
-
77
- * Subprocesses spawned from various git programs were often left running
78
- to completion even when the top-level process was killed.
79
- (merge 10c6cdd cb/maint-kill-subprocess-upon-signal later to maint).
80
-
81
- * "git mergetool" now gives an empty file as the common base version
82
- to the backend when dealing with the "both sides added, differently"
83
- case.
84
- (merge ec245ba da/maint-mergetool-twoway later to maint).
85
-
86
- * "git submodule add $path" forgot to recompute the name to be stored
87
- in .gitmodules when the submodule at $path was once added to the
88
- superproject and already initialized.
89
- (merge 1017c1a jl/submodule-re-add later to maint).
90
-
91
- * Using "git grep -l/-L" together with options -W or --break may not
92
- make much sense as the output is to only count the number of hits
93
- and there is no place for file breaks, but the latter options made
94
- "-l/-L" to miscount the hits.
95
- (merge 50dd0f2 tr/grep-l-with-decoration later to maint).
96
-
97
- * When asking for a tag to be pulled, "request-pull" shows the name
98
- of the tag prefixed with "tags/"
99
- (merge 2ad9ba0 jc/maint-request-pull-for-tag later to maint).
100
-
101
65
---
102
66
exec >/var/tmp/1
103
67
O=v1.7.9-187-gdc347e9
0 commit comments