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

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