Files
@ f950740985f4
Branch filter:
Location: kallithea/tox.ini - annotation
f950740985f4
206 B
text/x-ini
changelog: fix crash on display of empty commit messages
Also handle commit messages with leading whitespace.
.splitlines() is different from .split('\n') and will give an empty list when
given an empty string.
Problem reported and initial patch proposed by Brett Smith.
Also handle commit messages with leading whitespace.
.splitlines() is different from .split('\n') and will give an empty list when
given an empty string.
Problem reported and initial patch proposed by Brett Smith.