Skip to content

Commit 62bc833

Browse files
committed
The sixth batch of topics graduated to 'master'
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 283097e commit 62bc833

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/1.7.11.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,30 @@ Unless otherwise noted, all the fixes since v1.7.10 in the maintenance
8686
releases are contained in this release (see release notes to them for
8787
details).
8888

89+
* Octopus merge strategy did not reduce heads that are recorded in the
90+
final commit correctly.
91+
(merge 5802f81 jc/merge-reduce-parents-early later to maint).
92+
93+
* In the older days, the header "Conflicts:" in "cherry-pick" and
94+
"merge" was separated by a blank line from the list of paths that
95+
follow for readability, but when "merge" was rewritten in C, we lost
96+
it by mistake. Remove the newline from "cherry-pick" to make them
97+
match again.
98+
(merge 5112068 rt/cherry-revert-conflict-summary later to maint).
99+
100+
* The filesystem boundary was not correctly reported when .git
101+
directory discovery stopped at a mount point.
102+
(merge 2565b43 cb/maint-report-mount-point-correctly-in-setup later to maint).
103+
104+
* The command line parser choked "git cherry-pick $name" when $name
105+
can be both revision name and a pathname, even though $name can
106+
never be a path in the context of the command.
107+
(merge 6d5b93f cb/cherry-pick-rev-path-confusion later to maint).
108+
109+
* HTTP transport that requires authentication did not work correctly
110+
when multiple connections are used simultaneously.
111+
(merge 6f4c347 cb/http-multi-curl-auth later to maint).
112+
89113
* The i18n of error message "git stash save" was not properly done.
90114
(merge ed3c400 rl/maint-stash-i18n-save-error later to maint).
91115

0 commit comments

Comments
 (0)