Submitter | Katsunori FUJIWARA |
---|---|
Date | Feb. 10, 2016, 1:58 p.m. |
Message ID | <75c65dd964945dfe1e2b.1455112720@feefifofum> |
Download | mbox | patch |
Permalink | /patch/13089/ |
State | Accepted |
Delegated to: | Martin von Zweigbergk |
Headers | show |
Comments
Patch
diff --git a/contrib/check-commit b/contrib/check-commit --- a/contrib/check-commit +++ b/contrib/check-commit @@ -46,7 +46,7 @@ def nonempty(first, second): return first return second -def checkcommit(commit, node = None): +def checkcommit(commit, node=None): exitcode = 0 printed = node is None hits = []