Skip to content

Commit

Permalink
bash completion: Add '--intent-to-add' long option for 'git add'
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 d3240d9 commit c9a114b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ _git_add ()
--*)
__gitcomp "
--interactive --refresh --patch --update --dry-run
--ignore-errors
--ignore-errors --intent-to-add
"
return
esac
Expand Down

0 comments on commit c9a114b

Please sign in to comment.