summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2013-10-25 07:55:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-10-25 21:55:30 (GMT)
commit41dfbb2dbe1468bb9bfc0f0cd6677a24e3c6c8b2 (patch)
tree5fbc9c0a138e6f5b280257420a0488cdc4bfbef7 /Documentation/Makefile
parent3d092bfc6f2d9a998967979f926c661e9762601c (diff)
downloadgit-41dfbb2dbe1468bb9bfc0f0cd6677a24e3c6c8b2.zip
git-41dfbb2dbe1468bb9bfc0f0cd6677a24e3c6c8b2.tar.gz
git-41dfbb2dbe1468bb9bfc0f0cd6677a24e3c6c8b2.tar.bz2
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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 4f13a23..91a12c7 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