summaryrefslogtreecommitdiffstats
path: root/git-fsck.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-07-25 15:49:42 -0700
committerJunio C Hamano <gitster@pobox.com>2016-07-25 15:49:42 -0700
commiteed15affdc439fd40e863849b0a56b93c58690ac (patch)
treeecf7d886571027e8cc5a7007bdf835635d28a1a8 /git-fsck.txt
parent1a1b8478e1973c7362e8f5f6b2fc1f56b2a25204 (diff)
downloadgit-htmldocs-eed15affdc439fd40e863849b0a56b93c58690ac.tar.gz
Autogenerated HTML docs for v2.9.2-466-g8c6d1
Diffstat (limited to 'git-fsck.txt')
-rw-r--r--git-fsck.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/git-fsck.txt b/git-fsck.txt
index 7fc68eb31..b9f060e3b 100644
--- a/git-fsck.txt
+++ b/git-fsck.txt
@@ -11,7 +11,8 @@ SYNOPSIS
[verse]
'git fsck' [--tags] [--root] [--unreachable] [--cache] [--no-reflogs]
[--[no-]full] [--strict] [--verbose] [--lost-found]
- [--[no-]dangling] [--[no-]progress] [--connectivity-only] [<object>*]
+ [--[no-]dangling] [--[no-]progress] [--connectivity-only]
+ [--[no-]name-objects] [<object>*]
DESCRIPTION
-----------
@@ -82,6 +83,12 @@ index file, all SHA-1 references in `refs` namespace, and all reflogs
a blob, the contents are written into the file, rather than
its object name.
+--name-objects::
+ When displaying names of reachable objects, in addition to the
+ SHA-1 also display a name that describes *how* they are reachable,
+ compatible with linkgit:git-rev-parse[1], e.g.
+ `HEAD@{1234567890}~25^2:src/`.
+
--[no-]progress::
Progress status is reported on the standard error stream by
default when it is attached to a terminal, unless