File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ Foreign interfaces, subsystems and ports.
48
48
49
49
UI, Workflows & Features
50
50
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
+
51
58
* The "simple" mode is the default for "git push".
52
59
53
60
* "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
137
144
track are contained in this release (see the maintenance releases'
138
145
notes for details).
139
146
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
+
140
151
* "git difftool" misbehaved when the repository is bound to the
141
152
working tree with the ".git file" mechanism, where a textual file
142
153
".git" tells us where it is.
You can’t perform that action at this time.
0 commit comments