diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-09 09:17:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-09 09:17:52 +0100 |
commit | b9217c09386e5313ac6a54cc91cf03149514154b (patch) | |
tree | 986c19762d5e80b26ff947f102d70c0a8355aa6f /Documentation/RelNotes-1.5.3.6.txt | |
parent | git-send-email: Change the prompt for the subject of the initial message. (diff) | |
download | git-b9217c09386e5313ac6a54cc91cf03149514154b.tar.xz git-b9217c09386e5313ac6a54cc91cf03149514154b.zip |
Start preparing for 1.5.3.6
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.3.6.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.3.6.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.3.6.txt b/Documentation/RelNotes-1.5.3.6.txt new file mode 100644 index 0000000000..06e44f7735 --- /dev/null +++ b/Documentation/RelNotes-1.5.3.6.txt @@ -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 |