summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-02-05 14:41:43 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-02-05 14:41:44 +0000
commit17cbb0b93e661fa2f163b155fd4505b0e4b70647 (patch)
tree5595e768b15e36718b89bde8ccb1fac7e7f0a661 /debian/changelog
parente12f9af0e827a5b953f294a4cc0c7fcab7c21603 (diff)
dgit: Do not fail when run with detached HEAD. Closes:#853022.
Specifically: * Pass -q to git-symbolic-ref. That means that it doesn't print an error message when HEAD is not a symbolic ref (ie, a detached head), and it means that the exit status is then 1 rather than 128. * If the return value from cmdoutput_errok is undef, check $? (which is the exit status <<8) and then simply pass on the undef. 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 68fb46e..a63f27d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ dgit (3.10~) unstable; urgency=medium
to dgit private workarea. Closes:#853085.
* dgit: Strip initial newline from Changes line from dpkg-parsechangelog
so as to avoid blank line in commit messages. Closes:#853093.
+ * dgit: Do not fail when run with detached HEAD. Closes:#853022.
Test suite:
* quilt-useremail: New test for user config copying (#853085).