Skip to content

Commit 1084f3b

Browse files
committed
The sixth batch for 1.8.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b58f3a6 commit 1084f3b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Documentation/RelNotes/1.8.0.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ Performance, Internal Implementation, etc. (please report possible regressions)
7979
* Compatibility wrapper for systems that lack usable setitimer() has
8080
been added.
8181

82+
* The option parsing of "git checkout" had error checking, dwim and
83+
defaulting missing options, all mixed in the code, and issuing an
84+
appropriate error message with useful context was getting harder.
85+
The code has been reorganized to allow giving a proper diagnosis
86+
when the user says "git checkout -b -t foo bar" (e.g. "-t" is not a
87+
good name for a branch).
88+
8289
* Many internal uses of "git merge-base" equivalent were only to see
8390
if one commit fast-forwards to the other, which did not need the
8491
full set of merge bases to be computed. They have been updated to
@@ -102,6 +109,12 @@ Unless otherwise noted, all the fixes since v1.7.12 in the
102109
maintenance track are contained in this release (see release notes
103110
to them for details).
104111

112+
* "git fetch --all", when passed "--no-tags", did not honor the
113+
"--no-tags" option while fetching from individual remotes (the same
114+
issue existed with "--tags", but combination "--all --tags" makes
115+
much less sense than "--all --no-tags").
116+
(merge 8556646 dj/fetch-all-tags later to maint).
117+
105118
* The subcommand in "git remote" to remove a defined remote was
106119
"rm" and the command did not take a fully-spelled "remove".
107120
(merge e17dba8 nd/maint-remote-remove later to maint).

0 commit comments

Comments
 (0)