1
0
mirror of https://github.com/git/git.git synced 2024-10-21 04:39:25 +02:00
git/Documentation/howto
Jeff King 2b8bd44aab howto: document more tools for recovery corruption
Long ago, I documented a corruption recovery I did and gave
some C code that I used to help find a flipped bit.  I had
to fix a similar case recently, and I ended up writing a few
more tools.  I hope nobody ever has to use these, but it
does not hurt to share them, just in case.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2015-04-01 22:44:03 -07:00
..
keep-canonical-history-correct.txt How to keep a project's canonical history correct. 2014-05-28 13:35:43 -07:00
maintain-git.txt howto/maintain-git.txt: new version numbering scheme 2014-02-05 14:14:00 -08:00
new-command.txt
rebase-from-internal-branch.txt Documentation: fix misuses of "nor" 2014-03-31 15:16:22 -07:00
rebuild-from-update-hook.txt
recover-corrupted-blob-object.txt
recover-corrupted-object-harder.txt howto: document more tools for recovery corruption 2015-04-01 22:44:03 -07:00
revert-a-faulty-merge.txt Documentation: fix misuses of "nor" 2014-03-31 15:16:22 -07:00
revert-branch-rebase.txt Documentation: fix misuses of "nor" 2014-03-31 15:16:22 -07:00
separating-topic-branches.txt
setup-git-server-over-http.txt Documentation: use "command-line" when used as a compound adjective, and fix other minor grammatical issues 2014-05-21 13:57:10 -07:00
update-hook-example.txt
use-git-daemon.txt
using-merge-subtree.txt
using-signed-tag-in-pull-request.txt