Skip to content

Commit adf872e

Browse files
committed
Git 1.7.4-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 477039c commit adf872e

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Documentation/RelNotes/1.7.4.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Updates since v1.7.3
6666
objects unnecessarily.
6767

6868
* "git diff" and "git grep" learned what functions and subroutines
69-
in Fortran look like.
69+
in Fortran and Perl look like.
7070

7171
* "git fetch" learned the "--recurse-submodules" option.
7272

@@ -91,6 +91,14 @@ Updates since v1.7.3
9191
directory in one branch while a new file is created in place of that
9292
directory in the other branch.
9393

94+
* "git merge" learned the "--abort" option, synonymous to
95+
"git reset --merge" when a merge is in progress.
96+
97+
* "git notes" learned the "merge" subcommand to merge notes refs.
98+
In addition to the default manual conflict resolution, there are
99+
also several notes merge strategies for automatically resolving
100+
notes merge conflicts.
101+
94102
* "git rebase --autosquash" can use SHA-1 object names to name the
95103
commit which is to be fixed up (e.g. "fixup! e83c5163").
96104

@@ -146,6 +154,6 @@ release, unless otherwise noted.
146154

147155
---
148156
exec >/var/tmp/1
149-
O=v1.7.4-rc1
157+
O=v1.7.4-rc2
150158
echo O=$(git describe master)
151159
git shortlog --no-merges ^maint ^$O master

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.4-rc1
4+
DEF_VER=v1.7.4-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)