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
|
esac
|
||||||
;;
|
;;
|
||||||
|
--multiple) no_complete_refspec=1; break ;;
|
||||||
-*) ;;
|
-*) ;;
|
||||||
*) remote="$i"; break ;;
|
*) remote="$i"; break ;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user