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
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--
110114exec >/var/tmp/1
111- O=v1.7.8.2-301-g48de656
115+ O=v1.7.9-rc0-44-g478c446
112116echo O=$(git describe master)
113117git log --first-parent --oneline --reverse ^$O master
114118echo
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.9-rc0
4+ DEF_VER=v1.7.9-rc1
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments