Skip to content

Commit 3bd1bb3

Browse files
committed
GIT 1.6.2.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1966af8 commit 3bd1bb3

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Documentation/RelNotes-1.6.2.3.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,3 @@ Fixes since v1.6.2.2
2020
to prevent them from being repacked.
2121

2222
Many small documentation updates are included as well.
23-
24-
---
25-
exec >/var/tmp/1
26-
echo O=$(git describe maint)
27-
O=v1.6.2.2-41-gbff82d0
28-
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.2
4+
DEF_VER=v1.6.2.3
55

66
LF='
77
'

0 commit comments

Comments
 (0)