diff options
author | Martin Koegler <mkoegler@auto.tuwien.ac.at> | 2008-02-25 22:46:12 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-02-28 21:56:02 -0800 |
commit | 0153be05ae332b8df9bb21d8d249881323e30725 (patch) | |
tree | e6ae189944d40515d2e780227162a2d5eb2c5885 /Documentation | |
parent | d5ef408b9afb5b4417f4e7e1593a96302d666650 (diff) | |
download | git-0153be05ae332b8df9bb21d8d249881323e30725.tar.gz git-0153be05ae332b8df9bb21d8d249881323e30725.tar.xz |
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')
-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 72b5d0011..a7825b614 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 ---- |