Skip to content

Commit

Permalink
Git 1.8.0-rc3
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Oct 17, 2012
1 parent 3d0a2d6 commit 87a5461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Documentation/RelNotes/1.8.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.8.0-rc2
DEF_VER=v1.8.0-rc3

LF='
'
Expand Down

0 comments on commit 87a5461

Please sign in to comment.