chiark / gitweb /
Don't accept empty commits
authorDaniel Martí <mvdan@mvdan.cc>
Tue, 26 Aug 2014 11:40:18 +0000 (13:40 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 26 Aug 2014 11:40:18 +0000 (13:40 +0200)
commit3d50ecf5fe8d3445f136e603917b3afa3d98efc8
treee0f09da25c959866425179a9b20143b2d9c59d34
parent298934afa5650e6ed026f46d1425359fa6e53f70
Don't accept empty commits

With SCMs like git, "git checkout ''" doesn't actually fail, so one may
commit builds without noticing that they left the commit empty.
fdroidserver/metadata.py