Skip to content

Commit 1e9d3e3

Browse files
committed
Sync with maint
2 parents 1276686 + bf5cf76 commit 1e9d3e3

File tree

2 files changed

+17
-36
lines changed

2 files changed

+17
-36
lines changed

Documentation/RelNotes/1.7.10.txt

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -62,42 +62,6 @@ Unless otherwise noted, all the fixes since v1.7.9 in the maintenance
6262
releases are contained in this release (see release notes to them for
6363
details).
6464

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-
10165
---
10266
exec >/var/tmp/1
10367
O=v1.7.9-187-gdc347e9

Documentation/RelNotes/1.7.9.1.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Fixes since v1.7.9
77
* Subprocesses spawned from various git programs were often left running
88
to completion even when the top-level process was killed.
99

10+
* Using "git grep -l/-L" together with options -W or --break may not
11+
make much sense as the output is to only count the number of hits
12+
and there is no place for file breaks, but the latter options made
13+
"-l/-L" to miscount the hits.
14+
1015
* "git log --first-parent $pathspec" did not stay on the first parent
1116
chain and veered into side branch from which the whole change to the
1217
specified paths came.
@@ -16,4 +21,16 @@ Fixes since v1.7.9
1621
* When "git push" fails to update any refs, the client side did not
1722
report an error correctly to the end user.
1823

24+
* "git mergetool" now gives an empty file as the common base version
25+
to the backend when dealing with the "both sides added, differently"
26+
case.
27+
28+
* When asking for a tag to be pulled, "request-pull" did not show the
29+
name of the tag prefixed with "tags/", which would have helped older
30+
clients.
31+
32+
* "git submodule add $path" forgot to recompute the name to be stored
33+
in .gitmodules when the submodule at $path was once added to the
34+
superproject and already initialized.
35+
1936
Also contains minor fixes and documentation updates.

0 commit comments

Comments
 (0)