summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-31 14:05:20 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-31 14:22:13 +0100
commitdf9078a9e956ea6be6af328fcdbd2e22331077c1 (patch)
tree2904da9ab922d900e88b1c1e5be8db3bea8879b4 /debian/changelog
parent99bfdd1686cd2870fce5a4d08d63b479fe4ef41f (diff)
git-debrebase: Implement --help, providing a summary.
Provide a usage message. I'm not convinced an option summary here is a good idea, mainly there aren't any really important options. (-f will be advertised when it is relevant.) So I have just summarised the most important operations. Closes:#904990. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4cc32d2..dd97216 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ dgit (6.3~) unstable; urgency=medium
* git-debrebase(1): Warn against plain git rebase. (Re#905004.)
* dgit-maint-debrebase(7): Warn more against plain git rebase.
Closes:#905004.
+ * git-debrebase: Implement --help, providing a summary.
+ Closes:#904990.
--