Skip to content

Commit 6f55ee4

Browse files
committed
GIT 1.6.2.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent a54a216 commit 6f55ee4

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Documentation/RelNotes-1.6.2.1.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ Fixes since v1.6.2
1717
correct .git directory.
1818

1919
* git-send-email learned to correctly handle multiple Cc: addresses.
20-
21-
---
22-
exec >/var/tmp/1
23-
O=v1.6.2-21-g7681ed2
24-
echo O=$(git describe maint)
25-
git shortlog --no-merges $O..maint

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.2.GIT
4+
DEF_VER=v1.6.2.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)