@@ -37,6 +37,9 @@ Updates since v1.7.1
3737 * The message from "git am -3" has been improved when conflict
3838 resolution ended up making the patch a no-op.
3939
40+ * "git blame" applies the textconv filter to the contents it works
41+ on, when available.
42+
4043 * "git checkout --orphan newbranch" is similar to "-b newbranch" but
4144 prepares to create a root commit that is not connected to any existing
4245 commit.
@@ -95,6 +98,10 @@ Updates since v1.7.1
9598 the result to the commits that are on the ancestry chain between A and
9699 B (i.e. commits that are not descendants of A are excluded).
97100
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+
98105 * "git status [-s] --ignored" can be used to list ignored paths.
99106
100107 * "git status -s -b" shows the current branch in the output.
@@ -134,11 +141,14 @@ release, unless otherwise noted.
134141 * "git diff" could show ambiguous abbreviation of blob object names on
135142 its "index" line (3e5a188).
136143
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+
137147 * "git reset --hard" started from a wrong directory and a working tree in
138148 a nonstandard location is in use got confused (560fb6a1).
139149
140150--
141151exec >/var/tmp/1
142- O=v1.7.1-568-g2c177a1
152+ O=v1.7.1-592-gcf4403a
143153echo O=$(git describe HEAD)
144154git shortlog --no-merges HEAD ^maint ^$O
0 commit comments