Skip to content

Commit 83379df

Browse files
committed
Draft release notes to 1.8.0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e6d29a4 commit 83379df

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/RelNotes/1.8.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ UI, Workflows & Features
3131
* A credential helper to allow access to the Gnome keyring has been
3232
added.
3333

34+
* When "git am" sanitizes the Subject: line, we strip the prefix from
35+
"Re: subject" and also from a less common "re: subject", but left
36+
even less common "RE: subject" intact.
37+
3438
* It was tempting to say "git branch --set-upstream origin/master",
3539
but that tells Git to arrange the local branch "origin/master" to
3640
integrate with the currently checked out branch, which is highly
@@ -54,6 +58,9 @@ UI, Workflows & Features
5458
* "git merge-base" learned "--is-ancestor A B" option to tell if A is
5559
an ancestor of B. The result is indicated by its exit status code.
5660

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

5865
Foreign Interface
5966

0 commit comments

Comments
 (0)