X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-lost-found.txt;h=602b8d5d4de8f7649cb88e6622108c012f484933;hb=7da4e2280ccaf5ecb357f7cb2b81d62f78f00f9e;hp=bc739117beaf0a3ca56c4158e40f8879d74018e3;hpb=6b4790db2432c0bc45586245fecaf04581499f73;p=git.git diff --git a/Documentation/git-lost-found.txt b/Documentation/git-lost-found.txt index bc739117b..602b8d5d4 100644 --- a/Documentation/git-lost-found.txt +++ b/Documentation/git-lost-found.txt @@ -7,10 +7,14 @@ git-lost-found - Recover lost refs that luckily have not yet been pruned SYNOPSIS -------- -'git-lost-found' +'git lost-found' DESCRIPTION ----------- + +*NOTE*: this command is deprecated. Use linkgit:git-fsck[1] with +the option '--lost-found' instead. + Finds dangling commits and tags from the object database, and creates refs to them in the .git/lost-found/ directory. Commits and tags that dereference to commits are stored in .git/lost-found/commit, @@ -74,4 +78,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the gitlink:git[7] suite +Part of the linkgit:git[1] suite