- * The progress indicator for a large "git checkout" was sent to
- stderr even if it is not a terminal.
- (merge e9fc64c ap/checkout-no-progress-for-non-tty later to maint).
-
- * A name taken from mailmap was copied into an internal buffer
- incorrectly and could overun the buffer if it is too long.
- (merge c9b4e9e jk/format-person-part-buffer-limit later to maint).
-
- * A malformed commit object that has a header line chomped in the
- middle could kill git with a NULL pointer dereference.
- (merge a9c7a8a jk/pretty-commit-header-incomplete-line later to maint).
+ * When "git rebase" is fed a bad revision name (either as base, or
+ with the --onto option), it did not correctly give the command line
+ parameter it had trouble with in its error message.
+ (merge 9180fea ef/maint-rebase-error-message later to maint).