Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-01-12 08:14:39 +0300
committerJunio C Hamano <gitster@pobox.com>2008-01-12 08:40:55 +0300
commit145d08248eb6076b4557005fc7b4fc0270a7a780 (patch)
tree0a59eb1a536ef129f6b253611f2f7c14bc9ad6ce
parenta5d7e3a2f180f4dd7a748cb0d4c795770da9db65 (diff)
GIT 1.5.4-rc3v1.5.4-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes-1.5.4.txt4
-rwxr-xr-xGIT-VERSION-GEN2
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt
index c05de3d1d8..7d2a973c79 100644
--- a/Documentation/RelNotes-1.5.4.txt
+++ b/Documentation/RelNotes-1.5.4.txt
@@ -61,7 +61,7 @@ Deprecation notices
Updates since v1.5.3
--------------------
- * Comes with much improved gitk.
+ * Comes with much improved gitk, with i18n.
* Comes with "git gui" 0.9.1 with i18n.
@@ -358,6 +358,6 @@ series.
--
exec >/var/tmp/1
-O=v1.5.4-rc2-59-g2370781
+O=v1.5.4-rc3
echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 817df1798c..2ba142a11e 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.5.4-rc2.GIT
+DEF_VER=v1.5.4-rc3.GIT
LF='
'