Skip to content

Commit

Permalink
Draft release notes to 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Sep 15, 2012
1 parent e6d29a4 commit 83379df
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/RelNotes/1.8.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ UI, Workflows & Features
* A credential helper to allow access to the Gnome keyring has been
added.

* When "git am" sanitizes the Subject: line, we strip the prefix from
"Re: subject" and also from a less common "re: subject", but left
even less common "RE: subject" intact.

* It was tempting to say "git branch --set-upstream origin/master",
but that tells Git to arrange the local branch "origin/master" to
integrate with the currently checked out branch, which is highly
Expand All @@ -54,6 +58,9 @@ UI, Workflows & Features
* "git merge-base" learned "--is-ancestor A B" option to tell if A is
an ancestor of B. The result is indicated by its exit status code.

* The "-Xours" backend option to "git merge -s recursive" now takes
effect even on binary files.


Foreign Interface

Expand Down

0 comments on commit 83379df

Please sign in to comment.