File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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---
148156exec >/var/tmp/1
149- O=v1.7.4-rc1
157+ O=v1.7.4-rc2
150158echo O=$(git describe master)
151159git shortlog --no-merges ^maint ^$O master
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.4-rc1
4+ DEF_VER=v1.7.4-rc2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments