summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-08-21 05:48:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-08-21 05:48:29 (GMT)
commita475e8095aeb898c1ca60673b82df97d2300cc95 (patch)
treeeee957173c1d405073fc27e7bde9ff8d75d6d62c
parent941fd1c041204f30279c175ca9b7252ffcb52ba2 (diff)
downloadgit-1.5.3-rc6.zip
git-1.5.3-rc6.tar.gz
git-1.5.3-rc6.tar.bz2
GIT 1.5.3-rc6v1.5.3-rc6
Hopefully last rc of 1.5.3 cycle, except a few documentation and message wording changes, and git-gui 0.8.2. Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.5.3.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.5.3.txt b/Documentation/RelNotes-1.5.3.txt
index 9c36e8b..e529e11 100644
--- a/Documentation/RelNotes-1.5.3.txt
+++ b/Documentation/RelNotes-1.5.3.txt
@@ -28,7 +28,7 @@ Updates since v1.5.2
* For people who need to import from Perforce, a front-end for
fast-import is in contrib/fast-import/.
-* Comes with git-gui 0.8.0.
+* Comes with git-gui 0.8.1.
* Comes with updated gitk.
@@ -130,6 +130,9 @@ Updates since v1.5.2
- "git init -q" makes the command quieter.
+ - "git -p command" now has a cousin of opposite sex, "git --no-pager
+ command".
+
* Updated behavior of existing commands.
- "gitweb" can offer multiple snapshot formats.
@@ -317,6 +320,6 @@ this release, unless otherwise noted.
--
exec >/var/tmp/1
-O=v1.5.3-rc4
+O=v1.5.3-rc6
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint