Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-11-11 06:16:26 +0300
committerJunio C Hamano <junkio@cox.net>2005-11-12 08:52:21 +0300
commit07203659d0dae619f78773d3caea6b58907a1ba5 (patch)
tree044546e12691bcc3b4e9e8284b6fa41dc9b60d25 /Documentation
parent04e7ca1a1bd05e733236734bd7078b4cde1f7ce5 (diff)
Rename .git/lost+found to .git/lost-found.
Just to avoid confusion that scripts poorly written by somebody else ;-) might mistake this as a mount point, or backup tools ignoring the directory. The latter is probably not a big loss, however, considering that this directory's contents are to be used while fresh anyway. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-lost+found.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/git-lost+found.txt b/Documentation/git-lost+found.txt
index 0cb8e3bbfe..660e90b109 100644
--- a/Documentation/git-lost+found.txt
+++ b/Documentation/git-lost+found.txt
@@ -12,9 +12,9 @@ SYNOPSIS
DESCRIPTION
-----------
Finds dangling commits and tags from the object database, and
-creates refs to them in .git/lost+found/ directory. Commits and
-tags that dereference to commits go to .git/lost+found/commit
-and others are stored in .git/lost+found/other directory.
+creates refs to them in .git/lost-found/ directory. Commits and
+tags that dereference to commits go to .git/lost-found/commit
+and others are stored in .git/lost-found/other directory.
OUTPUT
@@ -40,7 +40,7 @@ Also you can use gitk to browse how they relate to each other
and existing (probably old) tags.
------------
-$ gitk $(cd .git/lost+found/commit && echo ??*)
+$ gitk $(cd .git/lost-found/commit && echo ??*)
------------
After making sure that it is the object you are looking for, you