githelper.git
/
githelper.pike
version
»
Context lines:
10
20
40
80
file
none
3
githelper.git/githelper.pike:1:
#! /usr/bin/env pike mapping(string:program) hooks = ([ "pre-commit" : PreCommitHook, ]); mapping(string:program) filters = ([
+
#if 0
"nice_ident" : NiceIdentFilter,
-
+
#endif
]); constant filterops = ({ "clean", "smudge" }); void fail(string msg, mixed ... args) { werror(msg, @args); exit(1);