summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-22 21:38:02 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-22 21:38:02 +0100
commitcf085be8d39af48b0221d50ea0e1cb1fbf44fd12 (patch)
tree934a860c4a30557694790456b564f39806438da0
parent752dae6a2749f0eda7d04eb3d1d310d8d291b7e7 (diff)
changelog: Bug close syntax fix
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6c8968b..7dbba7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,8 @@ dgit (9.5~) unstable; urgency=medium
Miscellaneous:
* Correct the description of --force in git-debpush(1) [Sean Whitton].
* git-debrebase(*): fix some crossreferences [Sean Whitton].
- Closes#932536.
* Break out git-playtree-setup and rewrite in shell.
+ Closes:#932536.
* Fix organisation copyright attribution for Matthew Vernon's
contributions. Closes:#932630.
* HACKING: new document for helping people work on the code.