Skip to content

Commit 6db5c6e

Browse files
committed
Git 1.7.9-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 478c446 commit 6db5c6e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Documentation/RelNotes/1.7.9.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Updates since v1.7.8
2828
building more generic "sequencer" on top of the implementation that
2929
drives them.
3030

31+
* "git rev-parse FETCH_HEAD" after "git fetch" without specifying
32+
what to fetch from the command line will now show the commit that
33+
would be merged if the command were "git pull".
34+
3135
* "git add" learned to stream large files directly into a packfile
3236
instead of writing them into individual loose object files.
3337

@@ -108,7 +112,7 @@ details).
108112

109113
--
110114
exec >/var/tmp/1
111-
O=v1.7.8.2-301-g48de656
115+
O=v1.7.9-rc0-44-g478c446
112116
echo O=$(git describe master)
113117
git log --first-parent --oneline --reverse ^$O master
114118
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.9-rc0
4+
DEF_VER=v1.7.9-rc1
55

66
LF='
77
'

0 commit comments

Comments
 (0)