-
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.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Jul 23, 2014
1 parent
98b12a4
commit 740c281
Showing
4 changed files
with
21 additions
and
3 deletions.
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,17 @@ | ||
Git v2.0.3 Release Notes | ||
======================== | ||
|
||
* An ancient rewrite passed a wrong pointer to a curl library | ||
function in a rarely used code path. | ||
|
||
* "filter-branch" left an empty single-parent commit that results when | ||
all parents of a merge commit gets mapped to the same commit, even | ||
under "--prune-empty". | ||
|
||
* "log --show-signature" incorrectly decided the color to paint a | ||
mergetag that was and was not correctly validated. | ||
|
||
* "log --show-signature" did not pay attention to "--graph" option. | ||
|
||
Also a lot of fixes to the tests and some updates to the docs are | ||
included. |
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
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,7 +1,7 @@ | ||
#!/bin/sh | ||
|
||
GVF=GIT-VERSION-FILE | ||
DEF_VER=v2.0.2 | ||
DEF_VER=v2.0.3 | ||
|
||
LF=' | ||
' | ||
|
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/2.0.2.txt | ||
Documentation/RelNotes/2.0.3.txt |