X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=debian%2Fchangelog;h=3f18752a52b9aa7e52c85a79b00dcd58e8486040;hp=28b4811de3feabc60a3117c6bc3e753e6a1ed8b9;hb=6152f859fc4fa61b485362a6ff5613f436883db8;hpb=97b08388e773fb6c89817f583ea75dd0098f988a diff --git a/debian/changelog b/debian/changelog index 28b4811d..3f18752a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,16 @@ dgit (6.7~) unstable; urgency=medium * 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. --