[misc] 01/01: reports: git log --all to report all branches

Ximin Luo infinity0 at debian.org
Tue Apr 18 19:25:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository misc.

commit 43b6fbe2e66e2c79fd70a8063186d5f4630e39e0
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Apr 18 21:25:01 2017 +0200

    reports: git log --all to report all branches
---
 reports/bin/generate-draft | 1 +
 1 file changed, 1 insertion(+)

diff --git a/reports/bin/generate-draft b/reports/bin/generate-draft
index 0850e92..5fce194 100755
--- a/reports/bin/generate-draft
+++ b/reports/bin/generate-draft
@@ -237,6 +237,7 @@ def commits(week_start, week_end, project, path='.'):
         '--since', '@{}'.format(week_start),
         '--until', '@{}'.format(week_end),
         '--pretty=format:%an\t%h\t%s',
+        '--all',
         '--',
         path,
     ), cwd=git_dir).decode('utf-8')

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