summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-21 16:45:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-21 16:45:31 -0400
commitfe49e15786b5c6690626b6e745ef131f92092539 (patch)
tree28a5f40e78093b4ada7bd4a2958cd167cff679a1 /doc
parentc06cf8f140f2c5f461ce38d709777f1390503aa2 (diff)
note stash
Diffstat (limited to 'doc')
-rw-r--r--doc/git-recover-repository.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/git-recover-repository.mdwn b/doc/git-recover-repository.mdwn
index d4972e961..f437e5688 100644
--- a/doc/git-recover-repository.mdwn
+++ b/doc/git-recover-repository.mdwn
@@ -23,8 +23,9 @@ tags, even if they are no longer usable due to missing data.
After running this command, you will probably want to run `git fsck` to
verify it fixed the repository. Note that fsck may still complain about
-objects referenced by the reflog, if they were unable to be recovered.
-Use `git fsck --no-reflogs` to skip such objects.
+objects referenced by the reflog, or the stash, if they were unable to be
+recovered. This command does not try to clean up either the reflog or the
+stash.
Since this command unpacks all packs in the repository, you may want to
run `git gc` afterwards.