summaryrefslogtreecommitdiffstats
path: root/git-fsck.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-06 00:51:43 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-06 00:51:43 +0000
commit5678d690dfb3a08e15be4d4b7545053724543047 (patch)
tree93b0aa7fda944c60d9046bb05a633a4d111e4f14 /git-fsck.txt
parent20f64da93ef6dd18600ba88b89571564f066949b (diff)
downloadgit-htmldocs-5678d690dfb3a08e15be4d4b7545053724543047.tar.gz
Autogenerated HTML docs for v1.5.1-53-g77e6f
Diffstat (limited to 'git-fsck.txt')
-rw-r--r--git-fsck.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-fsck.txt b/git-fsck.txt
index 058009d2f..8c68cf037 100644
--- a/git-fsck.txt
+++ b/git-fsck.txt
@@ -9,7 +9,7 @@ git-fsck - Verifies the connectivity and validity of the objects in the database
SYNOPSIS
--------
[verse]
-'git-fsck' [--tags] [--root] [--unreachable] [--cache]
+'git-fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
[--full] [--strict] [<object>*]
DESCRIPTION
@@ -38,6 +38,12 @@ index file and all SHA1 references in .git/refs/* as heads.
Consider any object recorded in the index also as a head node for
an unreachability trace.
+--no-reflogs::
+ Do not consider commits that are referenced only by an
+ entry in a reflog to be reachable. This option is meant
+ only to search for commits that used to be in a ref, but
+ now aren't, but are still in that corresponding reflog.
+
--full::
Check not just objects in GIT_OBJECT_DIRECTORY
($GIT_DIR/objects), but also the ones found in alternate