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

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