-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start draft release notes for 1.6.0.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Sep 20, 2008
1 parent
8d11fde
commit cc185a6
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
GIT v1.6.0.3 Release Notes | ||
========================== | ||
|
||
Fixes since v1.6.0.2 | ||
-------------------- | ||
|
||
* "git archive --format=zip" did not honor core.autocrlf while | ||
--format=tar did. | ||
|
||
* Continuing "git rebase -i" was very confused when the user left modified | ||
files in the working tree while resolving conflicts. | ||
|
||
* Continuing "git rebase -i" was also very confused when the user left | ||
some staged changes in the index after "edit". | ||
|
||
* Behaviour of "git diff --quiet" was inconsistent with "diff --exit-code" | ||
with the output redirected to /dev/null. | ||
|
||
* "Git.pm" tests relied on unnecessarily more recent version of Perl. | ||
|
||
* "gitweb" triggered undef warning on commits without log messages. | ||
|
||
Many other documentation updates. | ||
|
||
-- | ||
exec >/var/tmp/1 | ||
O=v1.6.0.2-32-g8d11fde | ||
echo O=$(git describe maint) | ||
git shortlog --no-merges $O..maint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes-1.6.0.2.txt | ||
Documentation/RelNotes-1.6.0.3.txt |