diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2007-07-04 03:33:11 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-03 19:08:58 -0700 |
commit | e4465f0e71cc389a26bcf7474ad12112f683f633 (patch) | |
tree | 038a58004a9a3d59483d4201d611501117598301 /Documentation | |
parent | 72909befaa043fcc975115bb56d25a6e7dc65fb6 (diff) | |
download | git-e4465f0e71cc389a26bcf7474ad12112f683f633.tar.gz git-e4465f0e71cc389a26bcf7474ad12112f683f633.tar.xz |
fsck --lost-found writes to subdirectories in .git/lost-found/
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fsck.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-fsck.txt b/Documentation/git-fsck.txt index 08512e0b8..1a432f231 100644 --- a/Documentation/git-fsck.txt +++ b/Documentation/git-fsck.txt @@ -65,8 +65,8 @@ index file and all SHA1 references in .git/refs/* as heads. Be chatty. --lost-found:: - Write dangling refs into .git/commit/ or .git/other/, depending - on type. + Write dangling refs into .git/lost-found/commit/ or + .git/lost-found/other/, depending on type. It tests SHA1 and general object sanity, and it does full tracking of the resulting reachability and everything else. It prints out any |