diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-18 14:30:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-18 14:43:56 -0400 |
commit | ba27483c6a00ba36fd57150f338afc540d10b7f9 (patch) | |
tree | 5ad0e2dc5d6eb8980f507f9a62794714e40d62e7 /Utility/WebApp.hs | |
parent | 9f05d19108f8a35c83c9a5075783b68f203e756f (diff) |
avoid making empty commits
This doesn't avoid it sometimes attempting to commit when there are no
changes. Typically that happens when a change is pushed in from another
repo; the watcher sees the file and tries to stage it, resulting in an
empty commit. Really fixing that would probably use more CPU than
occasionally trying to make an empty commit.
However, this does save a lot of unnecessary work, as those empty commits
had to be synced out, which no longer happens.
Diffstat (limited to 'Utility/WebApp.hs')
0 files changed, 0 insertions, 0 deletions