peek-remote: remove deprecated alias of ls-remote
[gitweb.git] / contrib / completion / git-completion.bash
index 1081ad16b3643fb67faf56bd681ae65b4dd5032d..874611db56b6431a5aa5c55f34a22007eec7ebdf 100644 (file)
@@ -673,7 +673,6 @@ __git_list_porcelain_commands ()
                index-pack)       : plumbing;;
                init-db)          : deprecated;;
                local-fetch)      : plumbing;;
-               lost-found)       : infrequent;;
                ls-files)         : plumbing;;
                ls-remote)        : plumbing;;
                ls-tree)          : plumbing;;
@@ -687,7 +686,6 @@ __git_list_porcelain_commands ()
                pack-refs)        : plumbing;;
                parse-remote)     : plumbing;;
                patch-id)         : plumbing;;
-               peek-remote)      : plumbing;;
                prune)            : plumbing;;
                prune-packed)     : plumbing;;
                quiltimport)      : import;;