X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-lost-found.txt;h=b1c797f1097b4d89eb2ef7eefd5726bc840428fc;hb=179c94b24ae87e28328f9b311489417b66bd62c9;hp=e48607f008395e365800b82d52eda9854519a6ce;hpb=9269df96105dff5ecc137b598ac7664d218ac6be;p=git.git diff --git a/Documentation/git-lost-found.txt b/Documentation/git-lost-found.txt index e48607f00..b1c797f10 100644 --- a/Documentation/git-lost-found.txt +++ b/Documentation/git-lost-found.txt @@ -11,6 +11,10 @@ SYNOPSIS 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, @@ -65,7 +69,7 @@ $ git rev-parse not-lost-anymore Author ------ -Written by Junio C Hamano 濱野 純 +Written by Junio C Hamano Documentation -------------- @@ -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[7] suite