Skip to content

Commit 9ab8d18

Browse files
felipecgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f03efba commit 9ab8d18

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/completion/git-completion.bash

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,8 +323,6 @@ __git_diff_index_helper ()
323323

324324
# __git_index_files accepts 1 or 2 arguments:
325325
# 1: Options to pass to ls-files (required).
326-
# Supported options are --cached, --modified, --deleted, --others,
327-
# and --directory.
328326
# 2: A directory path (optional).
329327
# If provided, only files within the specified directory are listed.
330328
# Sub directories are never recursed. Path must have a trailing

0 commit comments

Comments
 (0)