Skip to content

Commit 4d2440f

Browse files
committed
Git 1.7.8-rc3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 09116a1 commit 4d2440f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Documentation/RelNotes/1.7.8.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ Updates since v1.7.7
113113
between commits in the superproject that has and does not have the
114114
submodule in the tree without re-cloning.
115115

116-
* "git upload-archive" (hence "git archive --remote") can be built
117-
and used on mingw port of Git.
118-
119116
* "gitweb" leaked unescaped control characters from syntax hiliter
120117
outputs.
121118

@@ -165,7 +162,7 @@ included in this release.
165162

166163
---
167164
exec >/var/tmp/1
168-
O=v1.7.8-rc1-23-gdc865af
165+
O=v1.7.8-rc2-3-g09116a1
169166
echo O=$(git describe --always master)
170167
git log --first-parent --oneline --reverse ^$O master
171168
echo

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.7.8-rc2
4+
DEF_VER=v1.7.8-rc3
55

66
LF='
77
'

0 commit comments

Comments
 (0)