Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jn/scripts-updates'
[gitweb.git]
/
git-pull.sh
diff --git
a/git-pull.sh
b/git-pull.sh
index b946fd975bacae7b73645e0dba8ae61da716ccfc..97716b885f8d52be465552458374698c4c78a51b 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