Skip to content

Commit 7c40128

Browse files
johnkeepinggitster
authored andcommitted
lost-found: remove deprecated command
"git lost-found" has been deprecated since commit fc8b5f0 (Deprecate git-lost-found, 2007-11-08), included in version 1.5.4. Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 925cecc commit 7c40128

File tree

6 files changed

+0
-111
lines changed

6 files changed

+0
-111
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
/git-init-db
7676
/git-instaweb
7777
/git-log
78-
/git-lost-found
7978
/git-ls-files
8079
/git-ls-remote
8180
/git-ls-tree

Documentation/git-lost-found.txt

Lines changed: 0 additions & 74 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,6 @@ SCRIPT_SH += git-am.sh
452452
SCRIPT_SH += git-bisect.sh
453453
SCRIPT_SH += git-difftool--helper.sh
454454
SCRIPT_SH += git-filter-branch.sh
455-
SCRIPT_SH += git-lost-found.sh
456455
SCRIPT_SH += git-merge-octopus.sh
457456
SCRIPT_SH += git-merge-one-file.sh
458457
SCRIPT_SH += git-merge-resolve.sh

command-list.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ git-init mainporcelain common
6464
git-instaweb ancillaryinterrogators
6565
gitk mainporcelain
6666
git-log mainporcelain common
67-
git-lost-found ancillarymanipulators deprecated
6867
git-ls-files plumbinginterrogators
6968
git-ls-remote plumbinginterrogators
7069
git-ls-tree plumbinginterrogators

contrib/completion/git-completion.bash

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,6 @@ __git_list_porcelain_commands ()
673673
index-pack) : plumbing;;
674674
init-db) : deprecated;;
675675
local-fetch) : plumbing;;
676-
lost-found) : infrequent;;
677676
ls-files) : plumbing;;
678677
ls-remote) : plumbing;;
679678
ls-tree) : plumbing;;

git-lost-found.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)