summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.