Skip to content

Commit e261cf9

Browse files
committed
Update release notes for 1.6.0.3
Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent d70b4a8 commit e261cf9

File tree

1 file changed

+51
-1
lines changed

1 file changed

+51
-1
lines changed

Documentation/RelNotes-1.6.0.3.txt

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,83 @@ Fixes since v1.6.0.2
1313
* Continuing "git rebase -i" was also very confused when the user left
1414
some staged changes in the index after "edit".
1515

16+
* "git rebase -i" now honors the pre-rebase hook, just like the
17+
other rebase implementations "git rebase" and "git rebase -m".
18+
1619
* Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code"
1720
with the output redirected to /dev/null.
1821

22+
* "git diff --no-index" on binary files no longer outputs a bogus
23+
"diff --git" header line.
24+
25+
* Hunk headers in "git diff" default to using extended regular
26+
expressions, fixing some of the internal patterns on non-GNU
27+
platforms.
28+
29+
* New config "diff.*.xfuncname" exposes extended regular expressions
30+
for user specified hunk header patterns.
31+
1932
* "git stash apply sash@{1}" was fixed to error out. Prior versions
2033
would have applied stash@{0} incorrectly.
2134

35+
* "git stash apply" now offers a better suggestion on how to continue
36+
if the working tree is currently dirty.
37+
2238
* "git for-each-ref --format=%(subject)" fixed for commits with no
2339
no newline in the message body.
2440

2541
* "git remote" fixed to protect printf from user input.
2642

43+
* "git remote show -v" now displays all URLs of a remote.
44+
2745
* "git checkout -q" once again suppresses the locally modified file list.
2846

47+
* "git clone -q", "git fetch -q" asks remote side to not send
48+
progress messages, actually making their output quiet.
49+
2950
* Cross-directory renames are no longer used when creating packs. This
3051
allows more graceful behavior on filesystems like sshfs.
3152

3253
* Stale temporary files under $GIT_DIR/objects/pack are now cleaned up
3354
automatically by "git prune".
3455

56+
* "git merge" once agrain removes directories after the last file has
57+
been removed from it during the merge.
58+
59+
* "git blame -C -C" no longer segfaults while trying to pass blame if
60+
it encounters a submodule reference.
61+
62+
* "git svn" fixed to display an error message when 'set-tree' failed,
63+
instead of a Perl compile error.
64+
65+
* "git submodule" fixed to handle checking out a different commit
66+
than HEAD after initializing the submodule.
67+
68+
* The "git commit" error message when there are still unmerged
69+
files present was clarified to match "git write-tree".
70+
71+
* Some segfaults due to uncaught NULL pointers were fixed multiple
72+
tools such as apply, reset, update-index.
73+
74+
* Solaris bulds now default to OLD_ICONV=1 to avoid compile warnings.
75+
3576
* "Git.pm" tests relied on unnecessarily more recent version of Perl.
3677

3778
* "gitweb" triggered undef warning on commits without log messages.
3879

80+
* "gitweb" triggered undef warnings on missing trees.
81+
82+
* "gitweb" now removes PATH_INFO from its URLs so users don't have
83+
to manually set the url in the gitweb configuration.
84+
85+
* Bash completion removed support for legacy "git-fetch", "git-push"
86+
and "git-pull" as these are no longer installed. Dashless form
87+
("git fetch") is still however supported.
88+
3989
Many other documentation updates.
4090

4191
--
4292
exec >/var/tmp/1
43-
O=v1.6.0.2-41-g7fe4a72
93+
O=v1.6.0.2-76-gd70b4a8
4494
echo O=$(git describe maint)
4595
git shortlog --no-merges $O..maint

0 commit comments

Comments
 (0)