File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,10 @@ Updates since v1.7.8
28
28
building more generic "sequencer" on top of the implementation that
29
29
drives them.
30
30
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
+
31
35
* "git add" learned to stream large files directly into a packfile
32
36
instead of writing them into individual loose object files.
33
37
@@ -108,7 +112,7 @@ details).
108
112
109
113
--
110
114
exec >/var/tmp/1
111
- O=v1.7.8.2-301-g48de656
115
+ O=v1.7.9-rc0-44-g478c446
112
116
echo O=$(git describe master)
113
117
git log --first-parent --oneline --reverse ^$O master
114
118
echo
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.9-rc0
4
+ DEF_VER=v1.7.9-rc1
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments