aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-11-26 22:07:57 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-11-26 22:07:57 -0700
commitd5c7a2b2577875db91db980c03f2bc70e536fd41 (patch)
treeaf61f936d8e47e2cf37112f11aaa4b8d1b4d9ba6
parent3a021a5bfcc6225c5f3c1d005726fa3d4dff6321 (diff)
downloadgit-remote-gcrypt-d5c7a2b2577875db91db980c03f2bc70e536fd41.tar.gz
changelog tweak
-rw-r--r--debian/changelog5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 96ede4f..0cbcdb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
git-remote-gcrypt (1.2-1) UNRELEASED; urgency=low
Upstream:
- * When the repository cannot be found, output the stderr of other
- commands to help the user figure out what's wrong (Closes: #914059).
+ * When the repository cannot be found, but the repo ID is set, output the
+ stderr of other commands to help the user figure out what's wrong
+ (Closes: #914059).
* Note that git-remote-gcrypt's "not found" error can be misleading.
Thanks Ulrike Uhlig for the patch.