author | Jay Soffian <jaysoffian@gmail.com> | |
Fri, 6 Mar 2009 04:39:33 +0000 (23:39 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 8 Mar 2009 04:23:28 +0000 (20:23 -0800) | ||
commit | 0a4e14727f53ba2e8263622ba5de917b2f9d1575 | |
tree | c82f070c2b952788ce97334b6f8b5c4aae4e9bd4 | tree | snapshot |
parent | 3c7b480a1cf6e1a1c73b4edde5d8cf0ac0c8111c | commit | diff |
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>
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 | diff | blob | history |