summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.3.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-08-03 22:33:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-08-03 22:33:57 (GMT)
commit4f8f03d6435e3e1c0d4f95d43022b81c95d6347f (patch)
tree45f659e941fa34bbe76ffae01b429f39126f11d7 /Documentation/RelNotes-1.5.3.txt
parenta697ec69cbd3eb1a8fb70e4e0587e5049cd1ad83 (diff)
downloadgit-4f8f03d6435e3e1c0d4f95d43022b81c95d6347f.zip
git-4f8f03d6435e3e1c0d4f95d43022b81c95d6347f.tar.gz
git-4f8f03d6435e3e1c0d4f95d43022b81c95d6347f.tar.bz2
GIT 1.5.3-rc4v1.5.3-rc4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.3.txt')
-rw-r--r--Documentation/RelNotes-1.5.3.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RelNotes-1.5.3.txt b/Documentation/RelNotes-1.5.3.txt
index 03d1843..21bb1fc 100644
--- a/Documentation/RelNotes-1.5.3.txt
+++ b/Documentation/RelNotes-1.5.3.txt
@@ -47,8 +47,8 @@ Updates since v1.5.2
renaming history of a single file.
- "git-filter-branch" lets you rewrite the revision history of
- the current branch, creating a new branch. You can specify a
- number of filters to modify the commits, files and trees.
+ specified branches. You can specify a number of filters to
+ modify the commits, files and trees.
- "git-cvsserver" learned new options (--base-path, --export-all,
--strict-paths) inspired by git-daemon.
@@ -274,6 +274,6 @@ this release, unless otherwise noted.
--
exec >/var/tmp/1
-O=v1.5.3-rc3-119-g50cff52
+O=v1.5.3-rc4
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint