[misc] 04/05: Correct indentation of git call

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 2f6c2920b0e43156f915709d8626e306cf9d9dd8
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 28 00:55:56 2016 +0100

    Correct indentation of git call
---
 reports/bin/generate-draft | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/reports/bin/generate-draft b/reports/bin/generate-draft
index 2eba858..579c631 100755
--- a/reports/bin/generate-draft
+++ b/reports/bin/generate-draft
@@ -230,8 +230,7 @@ def commits(week_start, week_end, project, path='.'):
         '--pretty=format:%an\t%h\t%s',
         '--',
         path,
-    ), cwd=git_dir,
-    ).decode('utf-8')
+    ), cwd=git_dir).decode('utf-8')
 
     result = collections.defaultdict(list)
     for x in output.splitlines():

-- 
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