From: J. Bruce Fields Date: Fri, 26 Jan 2007 05:17:12 +0000 (-0500) Subject: user-manual: stub discussion of fsck and reflog X-Git-Tag: v1.5.0-rc3~3^2~15 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=11e016a32c1ac5535a9a248e23bc9a7e1f6c43d2;p=git.git user-manual: stub discussion of fsck and reflog Have some sort of recovery/reliability section that deals with reflog and fsck. Signed-off-by: "J. Bruce Fields" --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 30adc72dc..00e445d30 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -1456,6 +1456,27 @@ $ git gc to recompress the archive. This can be very time-consuming, so you may prefer to run git-gc when you are not doing other work. +Ensuring reliability +-------------------- + +Checking the repository for corruption +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +TODO: + git-fsck + "dangling objects" explanation + Brief explanation here, + include forward reference to longer explanation from + Linus, to be added to later chapter + +Recovering lost changes +~~~~~~~~~~~~~~~~~~~~~~~ + +TODO: + reflog + git-fsck + low-level examination of objects + Sharing development with others ===============================