Skip to content

Commit 94058a9

Browse files
committed
Git 1.6.6-rc3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a1bb8f4 commit 94058a9

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Documentation/RelNotes-1.6.6.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,3 @@ Fixes since v1.6.5
222222

223223
All of the fixes in v1.6.5.X maintenance series are included in this
224224
release, unless otherwise noted.
225-
226-
---
227-
exec >/var/tmp/1
228-
echo O=$(git describe master)
229-
O=v1.6.6-rc1-79-g529f8c6
230-
git shortlog --no-merges $O..master --not 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.6-rc2.GIT
4+
DEF_VER=v1.6.6-rc3.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)