aboutsummaryrefslogtreecommitdiff
path: root/modules/git/git-shell-commands/owner
blob: bd54e59ad4069104c1e4514e33ac4f3f2a81dd02 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh

if [ -f "$1/config" ]; then
  cd "$1" || exit
  git config cgit.owner "$2"
fi