summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-03-21 11:30:11 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-03-21 11:30:11 -0700
commitf62452ecfc99d914fe50f4e098c04e15cc1c7bae (patch)
tree0a443fe078ce386b924aee9cc5304b857678a88f /Documentation
parentMerge branch 'bp/refresh-cache-ent-rehash-fix' (diff)
parentfetch-pack: do not check links for partial fetch (diff)
downloadtgif-f62452ecfc99d914fe50f4e098c04e15cc1c7bae.tar.xz
Merge branch 'jt/transfer-fsck-with-promissor'
The transfer.fsckobjects configuration tells "git fetch" to validate the data and connected-ness of objects in the received pack; the code to perform this check has been taught about the narrow clone's convention that missing objects that are reachable from objects in a pack that came from a promissor remote is OK. * jt/transfer-fsck-with-promissor: fetch-pack: do not check links for partial fetch index-pack: support checking objects but not links
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-index-pack.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt
index 1b4b65d665..138edb47b6 100644
--- a/Documentation/git-index-pack.txt
+++ b/Documentation/git-index-pack.txt
@@ -77,6 +77,9 @@ OPTIONS
--check-self-contained-and-connected::
Die if the pack contains broken links. For internal use only.
+--fsck-objects::
+ Die if the pack contains broken objects. For internal use only.
+
--threads=<n>::
Specifies the number of threads to spawn when resolving
deltas. This requires that index-pack be compiled with