Skip to content

Commit 9e2116a

Browse files
committed
Update draft release notes to 1.7.12
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 51e383d commit 9e2116a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Documentation/RelNotes/1.7.12.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ Performance, Internal Implementation, etc. (please report possible regressions)
117117
cycles after showing the first change to find the next one, only to
118118
discard it.
119119

120+
* "git svn" got a large-looking code reorganization at the last
121+
minute before the code freeze.
120122

121123
Also contains minor documentation updates and code clean-ups.
122124

@@ -128,6 +130,19 @@ Unless otherwise noted, all the fixes since v1.7.11 in the maintenance
128130
releases are contained in this release (see release notes to them for
129131
details).
130132

133+
* "git checkout <branchname>" to come back from a detached HEAD state
134+
incorrectly computed reachability of the detached HEAD, resulting
135+
in unnecessary warnings.
136+
(merge add416a jk/maint-checkout-orphan-check-fix later to maint).
137+
138+
* The documentation for revision range specifiers (e.g. A..B, A^@)
139+
has been updated.
140+
(merge ca5ee2d mh/maint-revisions-doc later to maint).
141+
142+
* "git submodule add" was confused when the superproject did not have
143+
its repository in its usual place in the working tree and GIT_DIR
144+
and GIT_WORK_TREE was used to access it.
145+
131146
* "git mergetool" did not support --tool-help option to give the list
132147
of supported backends, like "git difftool" does.
133148
(merge 109859e jc/mergetool-tool-help later to maint).

0 commit comments

Comments
 (0)