diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2007-11-08 00:41:22 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-07 17:12:53 -0800 |
commit | fc8b5f0307d5477cb4a52d3b54ff098f8ea34c8e (patch) | |
tree | 982d9c18393e23bac58843538956199ab1c677d8 /Documentation | |
parent | e7509ee388480046a685f885431291f484de66de (diff) | |
download | git-fc8b5f0307d5477cb4a52d3b54ff098f8ea34c8e.tar.gz |
Deprecate git-lost-found
"git fsck" learnt the option "--lost-found" in v1.5.3-rc0~5, to make
"git lost-found" obsolete. It is time to deprecate "git lost-found".
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.5.4.txt | 3 | ||||
-rw-r--r-- | Documentation/git-lost-found.txt | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index 133fa64d22..65dd1b0a2d 100644 --- a/Documentation/RelNotes-1.5.4.txt +++ b/Documentation/RelNotes-1.5.4.txt @@ -46,6 +46,9 @@ Updates since v1.5.3 * Various Perforce importer updates. + * git-lost-found was deprecated in favor of git-fsck's --lost-found + option. + Fixes since v1.5.3 ------------------ diff --git a/Documentation/git-lost-found.txt b/Documentation/git-lost-found.txt index bc739117be..7f808fcd76 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, |