File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ Foreign interfaces, subsystems and ports.
4848
4949UI, Workflows & Features
5050
51+ * "git grep" learned to behave in a way similar to native grep when
52+ "-h" (no header) and "-c" (count) options are given.
53+
54+ * transport-helper, fast-import and fast-export have been updated to
55+ allow the ref mapping and ref deletion in a way similar to the
56+ natively supported transports.
57+
5158 * The "simple" mode is the default for "git push".
5259
5360 * "git add -u" and "git add -A", when run without any pathspec, is a
@@ -137,6 +144,10 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
137144track are contained in this release (see the maintenance releases'
138145notes for details).
139146
147+ * "git clean -d pathspec" did not use the given pathspec correctly
148+ and ended up cleaning too much.
149+ (merge 1f2e108 jk/clean-d-pathspec later to maint).
150+
140151 * "git difftool" misbehaved when the repository is bound to the
141152 working tree with the ".git file" mechanism, where a textual file
142153 ".git" tells us where it is.
You can’t perform that action at this time.
0 commit comments