summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-18 21:30:56 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-18 21:30:57 +0000
commit76e5c4414c5d0ecd5efdd55c6e93290763873eff (patch)
treeecf6a39083551783bf5ba164f6d358f4b1b794d1 /debian
parent48f5dab721e03a47deeef0af45a993b48687bf88 (diff)
dgit: git_get_config: Use confess, not croak
Using croak was simply a mistake. I always wanted a stack trace. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 7c2faac..d334b39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,8 @@
dgit (3.6~) unstable; urgency=medium
Minor improvements:
- * Call `confess' to print a stack trace when we pass undef to
- shellquote (eg as a result of debugcmd). Turns an undefined
- warning into an explicit internal error.
+ * Use `confess' to print a stack trace in a couple of internal error
+ rcases.
--