-
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
Nov 9, 2007
1 parent
cb6c162
commit b9217c0
Showing
2 changed files
with
22 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,21 @@ | ||
GIT v1.5.3.6 Release Notes | ||
========================== | ||
|
||
Fixes since v1.5.3.5 | ||
-------------------- | ||
|
||
* git-cvsexportcommit handles root commits better; | ||
|
||
* git-svn dcommit used to clobber when sending a series of | ||
patches; | ||
|
||
* git-grep sometimes refused to work when your index was | ||
unmerged; | ||
|
||
* Quite a lot of documentation clarifications. | ||
|
||
-- | ||
exec >/var/tmp/1 | ||
O=v1.5.3.5-32-gcb6c162 | ||
echo O=`git describe refs/heads/maint` | ||
git shortlog --no-merges $O..refs/heads/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.5.3.5.txt | ||
Documentation/RelNotes-1.5.3.6.txt |