Skip to content

Commit

Permalink
bash completion: Use 'git add' completions for 'git stage'
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Marlow <lee.marlow@gmail.com>
Trivially-Acked-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Lee Marlow authored and Junio C Hamano committed Jan 11, 2009
1 parent c9a114b commit df39877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -1738,6 +1738,7 @@ _git ()
show) _git_show ;;
show-branch) _git_show_branch ;;
stash) _git_stash ;;
stage) _git_add ;;
submodule) _git_submodule ;;
svn) _git_svn ;;
tag) _git_tag ;;
Expand Down

0 comments on commit df39877

Please sign in to comment.