@@ -44,9 +44,9 @@ Updates since v1.7.1
4444 prepares to create a root commit that is not connected to any existing
4545 commit.
4646
47- * "git cherry-pick" learned to pick a range of commits (e.g. "cherry-pick
48- A..B"); this does not have nicer sequencing control "rebase [-i]" has,
49- though.
47+ * "git cherry-pick" learned to pick a range of commits
48+ (e.g. "cherry-pick A..B" and "cherry-pick --stdin" ); this does not
49+ have nicer sequencing control "rebase [-i]" has, though.
5050
5151 * "git cvsserver" can be told to use pserver; its password file can be
5252 stored outside the repository.
@@ -74,8 +74,12 @@ Updates since v1.7.1
7474 * Various options to "git grep" (e.g. --count, --name-only) work better
7575 with binary files.
7676
77+ * "git grep" learned "-Ovi" to open the files with hits in yoru editor.
78+
7779 * "git help -w" learned "chrome" and "chromium" browsers.
7880
81+ * "git log --decorate" shows commit decorations in various colours.
82+
7983 * "git log --follow <path>" follows across copies (it used to only follow
8084 renames). This may make the processing more expensive.
8185
@@ -106,6 +110,8 @@ Updates since v1.7.1
106110
107111 * "git status -s -b" shows the current branch in the output.
108112
113+ * "git status" learned "--ignore-submodules" option.
114+
109115 * Various "gitweb" enhancements and clean-ups, including syntax
110116 highlighting, "plackup" support for instaweb, .fcgi suffix to run
111117 it as FastCGI script, etc.
@@ -149,6 +155,6 @@ release, unless otherwise noted.
149155
150156--
151157exec >/var/tmp/1
152- O=v1.7.1-592-gcf4403a
158+ O=v1.7.2-rc0-60-g2927a50
153159echo O=$(git describe HEAD)
154160git shortlog --no-merges HEAD ^maint ^$O
0 commit comments