We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e53cd9c + eacaf38 commit 40d0e0cCopy full SHA for 40d0e0c
1 file changed
pkg/git/git.go
@@ -27,6 +27,7 @@ import (
27
//
28
// - .GitHome: the path to Git's home directory
29
const preReceiveHookTplStr = `#!/bin/bash
30
+set -eo pipefail
31
strip_remote_prefix() {
32
stdbuf -i0 -o0 -e0 sed "s/^/"$'\e[1G'"/"
33
}
0 commit comments