X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-lost-found.txt;h=7f808fcd767993a60fb96a2876475e696a0f5900;hb=620bb245b945531bb6e08016d5f28caf9e797786;hp=e48607f008395e365800b82d52eda9854519a6ce;hpb=53a58245863eff3d70aaa3ac75d7d57e843fc91d;p=git.git diff --git a/Documentation/git-lost-found.txt b/Documentation/git-lost-found.txt index e48607f00..7f808fcd7 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 gitlink: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 --------------