[misc] 03/05: Add trailing comma
Chris Lamb
chris at chris-lamb.co.uk
Sun Aug 28 00:39:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
lamby pushed a commit to branch master
in repository misc.
commit 425e33a626eb25aefb4214d8110c039a03f87b4e
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 28 00:55:35 2016 +0100
Add trailing comma
---
reports/bin/generate-draft | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reports/bin/generate-draft b/reports/bin/generate-draft
index 0f5d9a7..2eba858 100755
--- a/reports/bin/generate-draft
+++ b/reports/bin/generate-draft
@@ -230,7 +230,7 @@ def commits(week_start, week_end, project, path='.'):
'--pretty=format:%an\t%h\t%s',
'--',
path,
- ), cwd=git_dir
+ ), cwd=git_dir,
).decode('utf-8')
result = collections.defaultdict(list)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git
More information about the Reproducible-commits
mailing list