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

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