@@ -44,9 +44,9 @@ Updates since v1.7.1
44
44
prepares to create a root commit that is not connected to any existing
45
45
commit.
46
46
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.
50
50
51
51
* "git cvsserver" can be told to use pserver; its password file can be
52
52
stored outside the repository.
@@ -74,8 +74,12 @@ Updates since v1.7.1
74
74
* Various options to "git grep" (e.g. --count, --name-only) work better
75
75
with binary files.
76
76
77
+ * "git grep" learned "-Ovi" to open the files with hits in yoru editor.
78
+
77
79
* "git help -w" learned "chrome" and "chromium" browsers.
78
80
81
+ * "git log --decorate" shows commit decorations in various colours.
82
+
79
83
* "git log --follow <path>" follows across copies (it used to only follow
80
84
renames). This may make the processing more expensive.
81
85
@@ -106,6 +110,8 @@ Updates since v1.7.1
106
110
107
111
* "git status -s -b" shows the current branch in the output.
108
112
113
+ * "git status" learned "--ignore-submodules" option.
114
+
109
115
* Various "gitweb" enhancements and clean-ups, including syntax
110
116
highlighting, "plackup" support for instaweb, .fcgi suffix to run
111
117
it as FastCGI script, etc.
@@ -149,6 +155,6 @@ release, unless otherwise noted.
149
155
150
156
--
151
157
exec >/var/tmp/1
152
- O=v1.7.1-592-gcf4403a
158
+ O=v1.7.2-rc0-60-g2927a50
153
159
echo O=$(git describe HEAD)
154
160
git shortlog --no-merges HEAD ^maint ^$O
0 commit comments