githelper.git
/
githelper.pike
version
»
Context lines:
10
20
40
80
file
none
3
githelper.git/githelper.pike:7:
#! with #!/bin/sh type pike echo "$""0: $0" echo "$""@:" "$@" exec /usr/bin/env pike "$0" "$@" #endif /* /bin/sh code above */
+
// Enable GitLab issue integration with Pike.
+
#define COMMIT_PLUGIN "pike-gitlab.pike"
+
#define DOLLAR "$" constant unexpanded_id = DOLLAR"Id"DOLLAR; mapping(string:program) hooks = ([ "pre-commit" : PreCommitHook, "pre-receive" : PreReceiveHook, "post-commit" : PostCommitHook, "post-rewrite" : PostRewriteHook, "githelper-plugins" : 0, ]);