diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-06 12:17:55 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-06 12:17:55 -0700 |
commit | 72e719292d5dd6e037fecbc3a1c5e4d4f21f03b8 (patch) | |
tree | 239f589cfc197cc5fb839ace54e244dc9dc5f632 /Documentation | |
parent | Merge branch 'nd/prune-packed-dryrun-verbose' (diff) | |
parent | clone: open a shortcut for connectivity check (diff) | |
download | tgif-72e719292d5dd6e037fecbc3a1c5e4d4f21f03b8.tar.xz |
Merge branch 'nd/clone-connectivity-shortcut'
Special case "git clone" and use lighter-weight implementation to
check the completeness of the history behind refs.
* nd/clone-connectivity-shortcut:
clone: open a shortcut for connectivity check
index-pack: remove dead code (it should never happen)
fetch-pack: prepare updated shallow file before fetching the pack
clone: let the user know when check_everything_connected is run
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-index-pack.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-index-pack.txt b/Documentation/git-index-pack.txt index bde8eec30d..7a4e055520 100644 --- a/Documentation/git-index-pack.txt +++ b/Documentation/git-index-pack.txt @@ -74,6 +74,9 @@ OPTIONS --strict:: Die, if the pack contains broken objects or links. +--check-self-contained-and-connected:: + Die if the pack contains broken links. For internal use only. + --threads=<n>:: Specifies the number of threads to spawn when resolving deltas. This requires that index-pack be compiled with |