Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
user-manual: stub discussion of fsck and reflog
author
J. Bruce Fields
<bfields@citi.umich.edu>
Fri, 26 Jan 2007 05:17:12 +0000
(
00:17
-0500)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Fri, 26 Jan 2007 05:17:12 +0000
(
00:17
-0500)
Have some sort of recovery/reliability section that deals with reflog
and fsck.
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
1721709
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index 30adc72dce4f9dae7f676065be6f36644ca07974..00e445d30c24df7e1229eac3c499cc5da89b58bb 100644
(file)
--- 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.
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
===============================
Sharing development with others
===============================