Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ds/rev-parse-required-args' into maint
[gitweb.git]
/
git-pull.sh
diff --git
a/git-pull.sh
b/git-pull.sh
index 11ac50552cd42895c6f777c6161d2f6f22f83b97..0a5aa2c82187c3caa4b2a0716369314fc8c80c55 100755
(executable)
--- a/
git-pull.sh
+++ b/
git-pull.sh
@@
-172,7
+172,7
@@
error_on_no_merge_candidates () {
do
case "$opt" in
-t|--t|--ta|--tag|--tags)
- echo "
Fetching tags only,
you probably meant:"
+ echo "
It doesn't make sense to pull all tags;
you probably meant:"
echo " git fetch --tags"
exit 1
esac