File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,6 @@ UI, Workflows & Features
7373 with the mergetool.$name.cmd configuration variable even for built-in
7474 mergetool backends.
7575
76- * The "-Xours" backend option to "git merge -s recursive" now takes
77- effect even on binary files.
78-
7976 * "git rebase -i" learned the "--edit-todo" option to open an editor
8077 to edit the instruction sheet.
8178
@@ -212,7 +209,6 @@ to them for details).
212209
213210 * "git fetch" over the dumb-http revision walker could segfault when
214211 curl's multi interface was used.
215- (merge 188923f jk/maint-http-half-auth-push later to maint).
216212
217213 * "git gc --auto" notified the user that auto-packing has triggered
218214 even under the "--quiet" option.
@@ -226,6 +222,9 @@ to them for details).
226222 --author or --committer, it showed commits that mention either A or
227223 B (or both) instead.
228224
225+ * The "-Xours" backend option to "git merge -s recursive" was ignored
226+ for binary files.
227+
229228 * "git p4", when "--use-client-spec" and "--detect-branches" are used
230229 together, misdetected branches.
231230
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.8.0-rc2
4+ DEF_VER=v1.8.0-rc3
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments