completion; remove unuseful comments
[gitweb.git] / contrib / completion / git-completion.bash
index bc3fc9e323564889c2c55013c7286c0cd01615d7..f7b0f3c8f0214fc9a15c570cb272d8516c9ea804 100644 (file)
@@ -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