summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-31 13:28:41 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-31 13:28:42 +0100
commite5d430e4208757b874443779b75ca884a143aa6a (patch)
tree65ab7d6ec6eef305f7120c6efa56d3f1233010be /debian/changelog
parentc83cc428208bee99de3b75158b9779449403ee1b (diff)
git-debrebase: Improve error messages for bad options.
* GetOptions calls warn(). So we need a wrapper which disables or $SIG{__WARN__} (which prints a stack trace). * Put the call to badusage in the wrapper. * Change the messages to be clearer about what is meant. * Add the program name to the badusage message. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4d6e50a..dc87466 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ dgit (6.3~) unstable; urgency=medium
* git-debrebase: new-upstream: Fix handling of epochs.
* git-debrebase: convert-from-gbp: Use same algorithm for finding
upstream commitish as new-upstream. Closes:#905062.
+ * git-debrebase: Improve error messages for bad options.
--