From 6f55ee4317681a5639ff364d2f0a352bde064269 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 15 Mar 2009 13:03:19 -0700 Subject: [PATCH] GIT 1.6.2.1 Signed-off-by: Junio C Hamano --- Documentation/RelNotes-1.6.2.1.txt | 6 ------ GIT-VERSION-GEN | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Documentation/RelNotes-1.6.2.1.txt b/Documentation/RelNotes-1.6.2.1.txt index a33782d47c..dfa36416af 100644 --- a/Documentation/RelNotes-1.6.2.1.txt +++ b/Documentation/RelNotes-1.6.2.1.txt @@ -17,9 +17,3 @@ Fixes since v1.6.2 correct .git directory. * git-send-email learned to correctly handle multiple Cc: addresses. - ---- -exec >/var/tmp/1 -O=v1.6.2-21-g7681ed2 -echo O=$(git describe maint) -git shortlog --no-merges $O..maint diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 97fc1e0519..e6097c23aa 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.6.2.GIT +DEF_VER=v1.6.2.1 LF=' ' -- 2.11.4.GIT