mirror of
https://github.com/git/git.git
synced 2026-01-11 21:33:13 +09:00
Merge branch 'nd/complete-fetch-multiple-args'
Teach bash completion that "git fetch --multiple" only takes remote names as arguments and no refspecs. * nd/complete-fetch-multiple-args: completion: support "git fetch --multiple"
This commit is contained in:
commit
aef8e71f15
@ -943,6 +943,7 @@ __git_complete_remote_or_refspec ()
|
||||
*) ;;
|
||||
esac
|
||||
;;
|
||||
--multiple) no_complete_refspec=1; break ;;
|
||||
-*) ;;
|
||||
*) remote="$i"; break ;;
|
||||
esac
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user