Skip to content

Commit

Permalink
Update bash completion to ignore some more plumbing commands
Browse files Browse the repository at this point in the history
[sp: Modified Jonas' original patch to keep checkout-index
 as a a valid completion.]

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Jonas Fonseca authored and Shawn O. Pearce committed May 21, 2007
1 parent aba170c commit 56d99c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/completion/git-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ __git_commands ()
applypatch) : ask gittus;;
archimport) : import;;
cat-file) : plumbing;;
check-attr) : plumbing;;
check-ref-format) : plumbing;;
commit-tree) : plumbing;;
convert-objects) : plumbing;;
Expand All @@ -271,8 +272,10 @@ __git_commands ()
daemon) : daemon;;
fast-import) : import;;
fsck-objects) : plumbing;;
fetch--tool) : plumbing;;
fetch-pack) : plumbing;;
fmt-merge-msg) : plumbing;;
for-each-ref) : plumbing;;
hash-object) : plumbing;;
http-*) : transport;;
index-pack) : plumbing;;
Expand Down

0 comments on commit 56d99c6

Please sign in to comment.