diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-04 03:11:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-04 03:11:30 -0800 |
commit | c95b3ad9ea310ec89e31a21edecaaf2c374e2c46 (patch) | |
tree | 7b9110e5debc5402f6d69b17e4b9d72d57d2cbef /Documentation/git-unpack-objects.txt | |
parent | 9eb7a50b6ddb27250cf37a28c1d8181c33a733d3 (diff) | |
download | git-c95b3ad9ea310ec89e31a21edecaaf2c374e2c46.tar.gz |
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 ------ |