@@ -37,6 +37,9 @@ Updates since v1.7.1
37
37
* The message from "git am -3" has been improved when conflict
38
38
resolution ended up making the patch a no-op.
39
39
40
+ * "git blame" applies the textconv filter to the contents it works
41
+ on, when available.
42
+
40
43
* "git checkout --orphan newbranch" is similar to "-b newbranch" but
41
44
prepares to create a root commit that is not connected to any existing
42
45
commit.
@@ -95,6 +98,10 @@ Updates since v1.7.1
95
98
the result to the commits that are on the ancestry chain between A and
96
99
B (i.e. commits that are not descendants of A are excluded).
97
100
101
+ * "git show -5" is equivalent to "git show --do-walk 5"; this is similar
102
+ to the update to make "git show master..next" walk the history,
103
+ introduced in 1.6.4.
104
+
98
105
* "git status [-s] --ignored" can be used to list ignored paths.
99
106
100
107
* "git status -s -b" shows the current branch in the output.
@@ -134,11 +141,14 @@ release, unless otherwise noted.
134
141
* "git diff" could show ambiguous abbreviation of blob object names on
135
142
its "index" line (3e5a188).
136
143
144
+ * "git rebase" did not faithfully reproduce a malformed author ident, that
145
+ is often seen in a repository converted from foreign SCMs (43c23251).
146
+
137
147
* "git reset --hard" started from a wrong directory and a working tree in
138
148
a nonstandard location is in use got confused (560fb6a1).
139
149
140
150
--
141
151
exec >/var/tmp/1
142
- O=v1.7.1-568-g2c177a1
152
+ O=v1.7.1-592-gcf4403a
143
153
echo O=$(git describe HEAD)
144
154
git shortlog --no-merges HEAD ^maint ^$O
0 commit comments