summaryrefslogtreecommitdiffstats
path: root/git-synk
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-01-09 10:24:33 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-01-09 10:24:33 +0100
commit78ee762b597a6774407160235e019222e94ffb93 (patch)
tree83a4b008a1488fe33201703469d6adc7a2fcf692 /git-synk
parent4a59765ad8f696f9cf7719b354c2d1be0741289f (diff)
parent7172b548b7571c55e0d705761c0a09b33b2256cc (diff)
downloadbin-78ee762b597a6774407160235e019222e94ffb93.zip
bin-78ee762b597a6774407160235e019222e94ffb93.tar.gz
Merge branch 'master' of asynk.ch:bin
Diffstat (limited to 'git-synk')
-rwxr-xr-xgit-synk2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-synk b/git-synk
index 554b162..61490e2 100755
--- a/git-synk
+++ b/git-synk
@@ -75,7 +75,7 @@ for gitdir in ${GIT_DIR}; do
STASH=1
echo -e "${RED}head is not clean, ${CYAN}git stash save${RESET}" && git stash save -q
else
- fail "head is not clean, USE_STASH=0 ... " && continue
+ fail "head is not clean, use -s flag to use stash ... " && continue
fi
fi
# PULL