@@ -41,6 +41,11 @@ with "git diff-files --diff-filter=d").
41
41
42
42
"git request-pull" lost a few "heuristics" that often led to mistakes.
43
43
44
+ The default prefix for "git svn" has changed in Git 2.0. For a long
45
+ time, "git svn" created its remote-tracking branches directly under
46
+ refs/remotes, but it now places them under refs/remotes/origin/ unless
47
+ it is told otherwise with its --prefix option.
48
+
44
49
45
50
Updates since v1.9 series
46
51
-------------------------
@@ -83,9 +88,9 @@ UI, Workflows & Features
83
88
* "git grep" learned to behave in a way similar to native grep when
84
89
"-h" (no header) and "-c" (count) options are given.
85
90
86
- * transport-helper, fast-import and fast-export have been updated to
87
- allow the ref mapping and ref deletion in a way similar to the
88
- natively supported transports.
91
+ * "git push" via transport-helper interface (e.g. remote-hg) has
92
+ been updated to allow ref deletion in a way similar to the natively
93
+ supported transports.
89
94
90
95
* The "simple" mode is the default for "git push".
91
96
@@ -174,6 +179,10 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
174
179
track are contained in this release (see the maintenance releases'
175
180
notes for details).
176
181
182
+ * "git rebase" used a POSIX shell construct FreeBSD /bin/sh does not
183
+ work well with.
184
+ (merge 8cd6596 km/avoid-non-function-return-in-rebase later to maint).
185
+
177
186
* zsh prompt (in contrib/) leaked unnecessary error messages.
178
187
179
188
* bash completion (in contrib/) did not complete the refs and remotes
0 commit comments