mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-11-22 14:54:38 +08:00
exclude merges in the debian changelog. closes #28
This commit is contained in:
parent
6c31efc964
commit
47522a25cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user