diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-14 21:44:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-14 21:44:37 -0700 |
commit | 83379df0251243b5e1f328598bfdd39327766df3 (patch) | |
tree | 545673d2f66a62edc467b513bef38043a72b1cbf /Documentation/RelNotes/1.8.0.txt | |
parent | e6d29a4b47cf476e18658609033bdee4c42db3b8 (diff) | |
download | git-83379df0251243b5e1f328598bfdd39327766df3.tar.gz |
Draft release notes to 1.8.0
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.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.0.txt b/Documentation/RelNotes/1.8.0.txt index 9714422dee..90c4f4795f 100644 --- a/Documentation/RelNotes/1.8.0.txt +++ b/Documentation/RelNotes/1.8.0.txt @@ -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 @@ -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 |