aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-04-27 15:10:01 -0500
committerJunio C Hamano <gitster@pobox.com>2013-04-27 14:32:28 -0700
commit9ab8d18322657db8bbe0cdf3b0dc19b479a3d4e5 (patch)
tree514c08c064b39260f0ff8122fb7d17291d2a18a8 /contrib
parentf03efba4c0a7046ceb51ec4b57f7413fe6e931eb (diff)
downloadgit-9ab8d18322657db8bbe0cdf3b0dc19b479a3d4e5.tar.gz
git-9ab8d18322657db8bbe0cdf3b0dc19b479a3d4e5.tar.xz
completion; remove unuseful comments
The only caller, __git_complete_index_file() doesn't specify any limits to the options for 'git ls-files', neither should this function. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/completion/git-completion.bash2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index bc3fc9e32..f7b0f3c8f 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -323,8 +323,6 @@ __git_diff_index_helper ()
# __git_index_files accepts 1 or 2 arguments:
# 1: Options to pass to ls-files (required).
-# Supported options are --cached, --modified, --deleted, --others,
-# and --directory.
# 2: A directory path (optional).
# If provided, only files within the specified directory are listed.
# Sub directories are never recursed. Path must have a trailing