aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-index-pack.txt
diff options
context:
space:
mode:
authorMartin Koegler <mkoegler@auto.tuwien.ac.at>2008-02-25 22:46:12 +0100
committerJunio C Hamano <gitster@pobox.com>2008-02-28 21:56:02 -0800
commit0153be05ae332b8df9bb21d8d249881323e30725 (patch)
treee6ae189944d40515d2e780227162a2d5eb2c5885 /Documentation/git-index-pack.txt
parentd5ef408b9afb5b4417f4e7e1593a96302d666650 (diff)
downloadgit-0153be05ae332b8df9bb21d8d249881323e30725.tar.gz
index-pack: introduce checking mode
Adds strict option, which bails out if the pack would introduces broken object or links in the repository. Signed-off-by: Martin Koegler <mkoegler@auto.tuwien.ac.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-index-pack.txt')
-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 72b5d00116..a7825b6144 100644
--- a/Documentation/git-index-pack.txt
+++ b/Documentation/git-index-pack.txt
@@ -75,6 +75,9 @@ OPTIONS
to force the version for the generated pack index, and to force
64-bit index entries on objects located above the given offset.
+--strict::
+ Die, if the pack contains broken objects or links.
+
Note
----