Skip to content

Commit

Permalink
Merge branch 'no-merges'
Browse files Browse the repository at this point in the history
  • Loading branch information
trapexit committed Sep 29, 2014
2 parents 7b9cde1 + d070511 commit 9245a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/git2debcl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for prev in tags[1:]:
print packagename, "("+tag[0]+")", "trusty;", "urgency=medium"
print

args = ['git','log','--oneline',tag[1]+'...'+prev[1]]
args = ['git','log','--no-merges','--oneline',tag[1]+'...'+prev[1]]
for line in subprocess.check_output(args).strip().split('\n'):
print " * " + line
print
Expand Down

0 comments on commit 9245a22

Please sign in to comment.