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

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