X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=18bb180468d32a1ae1e5565a81d58ca4a04dc1ad;hp=b5a71924a621c2269074f32d4f133b053aebbb89;hb=b63c713ba91eaab799d24329fbbdb912c20f9846;hpb=85a6971be95584a2a0ee418c04a1739a246e16d6 diff --git a/debian/changelog b/debian/changelog index b5a71924..18bb1804 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,21 @@ dgit (6.7~) unstable; urgency=medium - * + * git-debrebase: Improve ffq head recording message. + * 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. + * git-debrebase: convert-from-*: Snag on patches in d/patches which are + not in series, because they will be deleted. Closes:#904997. + * changelog: Add close note for #905400 to changelog entry for 6.5. -- @@ -19,7 +34,7 @@ dgit (6.5) unstable; urgency=medium * git-debrebase: New subcommand `scrap'. Closes:#905063. git-debrebase error handling improvements: - * git-debrebase: Properly reject bare dgit dsc imports + * git-debrebase: Properly reject bare dgit dsc imports. Closes:905400. * git-debrebase: Improve some error message formatting. * git-debrebase: Check for git-rebase in progress and abort most operations.