X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=debian%2Fchangelog;h=5fe69041275c027c09a0cd3cfa8a91fecae9c59f;hb=813a7ced61b4c18222f43b31c10ad7b4c8e16bf1;hp=cfc7b5c918ec43fd76f17aa6ba8ab68a2fa18e20;hpb=066a68f06bfb3f17b31ff7244e21a00ddd6d48bb;p=dgit.git diff --git a/debian/changelog b/debian/changelog index cfc7b5c9..5fe69041 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,15 @@ dgit (6.7~) unstable; urgency=medium * git-debrebase: Better (less copious by default) debug output. * git-debrebase: Do not bail making patches if there aren't any. * test suite: Set DEBFULLNAME + * git-debrebase: scrap works properly when it does only rebase --abort. + * dgit(1): Encourage --overwrite rather than --overwrite=version. + * test suite: unset GIT_EDITOR, so it works if user has that set. + * git-debrebase: Improve laundry performance by a factor of ~55:1, + and analysis performance by factor of ~4.2:1. Closes:#905995. + * git-debrebase: `prepush' is now a silent no-op if the branch is + unstitched. This is more friendly. + * git-debrebase: On rebase, always save ffq-prev even if we were + both stitched and laundered. Closes:#905975. --