X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=9ec8a6f12a2332870ba040c8884e6cac6e370684;hp=63d6f207b8b215006bf44c75649b4faf5b48c8e0;hb=e66c2cf3f7182a3e6f52945636a807ed4a959d5b;hpb=9145241120781f5274cbccd8359d38d209a83dca diff --git a/debian/changelog b/debian/changelog index 63d6f207..9ec8a6f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,16 @@ 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. --