File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Updates since v1.7.3
66
66
objects unnecessarily.
67
67
68
68
* "git diff" and "git grep" learned what functions and subroutines
69
- in Fortran look like.
69
+ in Fortran and Perl look like.
70
70
71
71
* "git fetch" learned the "--recurse-submodules" option.
72
72
@@ -91,6 +91,14 @@ Updates since v1.7.3
91
91
directory in one branch while a new file is created in place of that
92
92
directory in the other branch.
93
93
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
+
94
102
* "git rebase --autosquash" can use SHA-1 object names to name the
95
103
commit which is to be fixed up (e.g. "fixup! e83c5163").
96
104
@@ -146,6 +154,6 @@ release, unless otherwise noted.
146
154
147
155
---
148
156
exec >/var/tmp/1
149
- O=v1.7.4-rc1
157
+ O=v1.7.4-rc2
150
158
echo O=$(git describe master)
151
159
git shortlog --no-merges ^maint ^$O master
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.4-rc1
4
+ DEF_VER=v1.7.4-rc2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments