summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-02 19:37:00 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-08-03 22:41:51 +0100
commita3de80aa64b5af73cd49c1479ee62e69c49b90d9 (patch)
treed6992b206bb64988dec29c52a20b415f4d6185f7 /debian/changelog
parent8cf114b168d7cd2b837dc2bd1a4a44b97d97d4eb (diff)
changelog: Document worktree support
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index eb7bc6a..e1c2c47 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.