@@ -55,8 +55,9 @@ UI, Workflows & Features
55
55
* The "multi-mail" post-receive hook (in contrib/) has been updated
56
56
to a more recent version from upstream.
57
57
58
- * The "remote-hg/bzr" remote-helper interfaces (in contrib/) are
59
- now maintained separately as a third-party plug-in.
58
+ * The "remote-hg/bzr" remote-helper interfaces (used to be in
59
+ contrib/) are no more. They are now maintained separately as
60
+ third-party plug-ins in their own repositories.
60
61
61
62
* "git gc --aggressive" learned "--depth" option and
62
63
"gc.aggressiveDepth" configuration variable to allow use of a less
@@ -190,12 +191,7 @@ notes for details).
190
191
* The shell prompt script (in contrib/), when using the PROMPT_COMMAND
191
192
interface, used an unsafe construct when showing the branch name in
192
193
$PS1.
193
- (merge 8976500 rh/prompt-pcmode-avoid-eval-on-refname later to maint).
194
-
195
- * The remote-helper interface to fast-import/fast-export via the
196
- transport-helper has been tightened to avoid leaving the import
197
- marks file from a failed/crashed run, as such a file that is out-of-
198
- sync with reality confuses a later invocation of itself.
194
+ (merge 1e4119c8 rh/prompt-pcmode-avoid-eval-on-refname later to maint).
199
195
200
196
* "git rebase" used a POSIX shell construct FreeBSD's /bin/sh does not
201
197
work well with.
@@ -344,7 +340,7 @@ notes for details).
344
340
the pathspec is given as an absolute pathname (which is a
345
341
practice not particularly encouraged) that points at a symbolic
346
342
link in the working tree.
347
- (merge later 655ee9e mw/symlinks to maint.)
343
+ (merge 6127ff6 mw/symlinks later to maint.)
348
344
349
345
* "git diff --quiet -- pathspec1 pathspec2" sometimes did not return
350
346
the correct status value.
0 commit comments