summaryrefslogtreecommitdiff
path: root/showrepo
blob: 4c932ea0d407022209df361561a7557f1599ec98 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/bash
# Un-hide a repo

if [[ $1 == *..* ]]; then
	echo "No .." >&2
	exit 1
fi

git -C "$HOME/$1.git" config --local --unset cgit.hide