summaryrefslogtreecommitdiffstats
path: root/gitolite/dotfiles/local/triggers/push
diff options
context:
space:
mode:
Diffstat (limited to 'gitolite/dotfiles/local/triggers/push')
-rwxr-xr-xgitolite/dotfiles/local/triggers/push2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite/dotfiles/local/triggers/push b/gitolite/dotfiles/local/triggers/push
index 2c5e060..4a23583 100755
--- a/gitolite/dotfiles/local/triggers/push
+++ b/gitolite/dotfiles/local/triggers/push
@@ -6,7 +6,7 @@ cd "$GL_REPO_BASE/$2.git"
head=$(git symbolic-ref HEAD)
if ! [ -f "$head" ]; then
- set -- refs/heads/*
+ set -- $(find refs/heads -type f)
if [ $# -eq 1 ] && git symbolic-ref HEAD "$1" >/dev/null 2>&1; then
echo "NOTICE: Default branch set to $1" >&2
else