Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-10-17 21:39:44 +0400
committerJunio C Hamano <gitster@pobox.com>2012-10-17 21:39:44 +0400
commit87a5461fa7b30f7b7baf27204f10219d61500fbf (patch)
tree40e79e3361b048c7536731571ad883e83cef1176 /Documentation/RelNotes/1.8.0.txt
parent3d0a2d654fb080ef976096c4aaf33375cd344264 (diff)
Git 1.8.0-rc3v1.8.0-rc3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.0.txt')
-rw-r--r--Documentation/RelNotes/1.8.0.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/RelNotes/1.8.0.txt b/Documentation/RelNotes/1.8.0.txt
index 9158899d60..04f6ace828 100644
--- a/Documentation/RelNotes/1.8.0.txt
+++ b/Documentation/RelNotes/1.8.0.txt
@@ -73,9 +73,6 @@ UI, Workflows & Features
with the mergetool.$name.cmd configuration variable even for built-in
mergetool backends.
- * The "-Xours" backend option to "git merge -s recursive" now takes
- effect even on binary files.
-
* "git rebase -i" learned the "--edit-todo" option to open an editor
to edit the instruction sheet.
@@ -212,7 +209,6 @@ to them for details).
* "git fetch" over the dumb-http revision walker could segfault when
curl's multi interface was used.
- (merge 188923f jk/maint-http-half-auth-push later to maint).
* "git gc --auto" notified the user that auto-packing has triggered
even under the "--quiet" option.
@@ -226,6 +222,9 @@ to them for details).
--author or --committer, it showed commits that mention either A or
B (or both) instead.
+ * The "-Xours" backend option to "git merge -s recursive" was ignored
+ for binary files.
+
* "git p4", when "--use-client-spec" and "--detect-branches" are used
together, misdetected branches.