diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-04 12:11:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-04 12:11:30 +0100 |
commit | c95b3ad9ea310ec89e31a21edecaaf2c374e2c46 (patch) | |
tree | 7b9110e5debc5402f6d69b17e4b9d72d57d2cbef /Documentation/git-unpack-objects.txt | |
parent | Revert "receive-pack: use strict mode for unpacking objects" (diff) | |
download | git-c95b3ad9ea310ec89e31a21edecaaf2c374e2c46.tar.xz git-c95b3ad9ea310ec89e31a21edecaaf2c374e2c46.zip |
Revert "unpack-objects: prevent writing of inconsistent objects"
This reverts commit d5ef408b9afb5b4417f4e7e1593a96302d666650.
Diffstat (limited to 'Documentation/git-unpack-objects.txt')
-rw-r--r-- | Documentation/git-unpack-objects.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt index 3697896a06..b79be3fd4c 100644 --- a/Documentation/git-unpack-objects.txt +++ b/Documentation/git-unpack-objects.txt @@ -40,9 +40,6 @@ OPTIONS and make the best effort to recover as many objects as possible. ---strict:: - Don't write objects with broken content or links. - Author ------ |