@@ -41,6 +41,11 @@ with "git diff-files --diff-filter=d").
4141
4242"git request-pull" lost a few "heuristics" that often led to mistakes.
4343
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+
4449
4550Updates since v1.9 series
4651-------------------------
@@ -83,9 +88,9 @@ UI, Workflows & Features
8388 * "git grep" learned to behave in a way similar to native grep when
8489 "-h" (no header) and "-c" (count) options are given.
8590
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.
8994
9095 * The "simple" mode is the default for "git push".
9196
@@ -174,6 +179,10 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
174179track are contained in this release (see the maintenance releases'
175180notes for details).
176181
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+
177186 * zsh prompt (in contrib/) leaked unnecessary error messages.
178187
179188 * bash completion (in contrib/) did not complete the refs and remotes
0 commit comments