Commit 277a8b65 authored by Josh Haberman's avatar Josh Haberman

generate_changelog.py: flush output so piping works correctly.

parent 84948462
......@@ -57,6 +57,7 @@ previous = sys.argv[1]
for language in languages:
print(language.name)
sys.stdout.flush()
os.system(("git log --pretty=oneline --abbrev-commit %s...HEAD %s | " +
"sed -e 's/^/ - /'") % (previous, " ".join(language.pathspec)))
print("")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment