bash completion: teach fetch, pull, and push to complete their options
commit0a4e14727f53ba2e8263622ba5de917b2f9d1575
authorJay Soffian <jaysoffian@gmail.com>
Fri, 6 Mar 2009 04:39:33 +0000 (5 23:39 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 8 Mar 2009 04:23:28 +0000 (7 20:23 -0800)
treec82f070c2b952788ce97334b6f8b5c4aae4e9bd4
parent3c7b480a1cf6e1a1c73b4edde5d8cf0ac0c8111c
bash completion: teach fetch, pull, and push to complete their options

fetch, pull, and push didn't know their options. They do now. merge's
options are factored into a variable so they can be shared between
_git_merge and _git_pull

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash