From: Ian Jackson Date: Wed, 2 Aug 2017 18:37:00 +0000 (+0100) Subject: changelog: Document worktree support X-Git-Tag: archive/debian/4.1~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a3de80aa64b5af73cd49c1479ee62e69c49b90d9;p=dgit.git changelog: Document worktree support Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index eb7bc6ac..e1c2c476 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ dgit (4.1~) experimental; urgency=medium + Important improvements to dgit: + * Support for `git worktree' worktrees. There may still be + bugs; the tests for this are not very comprehensive. And + worktrees on different filesystems may not work; that's a + matter for the future. Closes:#868515. + Documentation: * dgit-user(7): Provide information about how to use sbuild. Quite ugly due to #868527. Closes:#868526.