summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-01 12:41:40 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-04 01:59:22 +0100
commitd9d77b27a18c939cb1ca280b2f18e15389ec88ff (patch)
tree652e7cab73667b032d890a2d149753991d625858 /debian
parent66d6b40a1474ef84fe0e4a68bd7428f5ab1b0e31 (diff)
dgit: checkout: New command.
Closes:#878443. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index a45d633..62fb2bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
dgit (5.7~) unstable; urgency=medium
+ New feature:
+ * dgit checkout: new subcommand. Closes:#878443.
+
Bugfixes:
* dgit update-vcs-git: Honour --package properly.