diff options
Diffstat (limited to 'modules/git/git-shell-commands/owner')
| -rwxr-xr-x | modules/git/git-shell-commands/owner | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/git/git-shell-commands/owner b/modules/git/git-shell-commands/owner new file mode 100755 index 0000000..d65fd02 --- /dev/null +++ b/modules/git/git-shell-commands/owner @@ -0,0 +1,6 @@ +#!/usr/bin/env sh + +if [ -f "$1/config" ]; then + cd "$1" + git config cgit.owner "$2" +fi |
