diff options
author | Jeff King <peff@peff.net> | 2013-10-25 03:55:02 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-10-25 14:55:30 -0700 |
commit | 41dfbb2dbe1468bb9bfc0f0cd6677a24e3c6c8b2 (patch) | |
tree | 5fbc9c0a138e6f5b280257420a0488cdc4bfbef7 /Documentation/Makefile | |
parent | 3d092bfc6f2d9a998967979f926c661e9762601c (diff) | |
download | git-41dfbb2dbe1468bb9bfc0f0cd6677a24e3c6c8b2.tar.gz git-41dfbb2dbe1468bb9bfc0f0cd6677a24e3c6c8b2.tar.xz |
howto: add article on recovering a corrupted object
This is an asciidoc-ified version of a corruption post-mortem sent to
the git list. It complements the existing howto article, since it covers
a case where the object couldn't be easily recreated or copied from
elsewhere.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 4f13a2389..91a12c7e5 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -53,6 +53,7 @@ SP_ARTICLES += howto/setup-git-server-over-http SP_ARTICLES += howto/separating-topic-branches SP_ARTICLES += howto/revert-a-faulty-merge SP_ARTICLES += howto/recover-corrupted-blob-object +SP_ARTICLES += howto/recover-corrupted-object-harder SP_ARTICLES += howto/rebuild-from-update-hook SP_ARTICLES += howto/rebase-from-internal-branch SP_ARTICLES += howto/maintain-git |