summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2007-09-03 03:28:49 (GMT)
committerJ. Bruce Fields <bfields@citi.umich.edu>2007-09-16 02:17:23 (GMT)
commitecd95b536e37e0a816d8c9832e04f61c3f1d4423 (patch)
tree0a0b954870bbb73ea3b1feb434fbbd6501244099
parent9644ffdd65f10970d54ab56ae128cde6f3fe1b96 (diff)
downloadgit-ecd95b536e37e0a816d8c9832e04f61c3f1d4423.zip
git-ecd95b536e37e0a816d8c9832e04f61c3f1d4423.tar.gz
git-ecd95b536e37e0a816d8c9832e04f61c3f1d4423.tar.bz2
user-manual: todo updates and cleanup
Format a couple lists. Reminder that we may want to add submodule documentation some day.
-rw-r--r--Documentation/user-manual.txt29
1 files changed, 16 insertions, 13 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index cf0c188..ecb2bf9 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -4023,25 +4023,26 @@ Appendix B: Notes and todo list for this manual
This is a work in progress.
The basic requirements:
- - It must be readable in order, from beginning to end, by
- someone intelligent with a basic grasp of the UNIX
- command line, but without any special knowledge of git. If
- necessary, any other prerequisites should be specifically
- mentioned as they arise.
- - Whenever possible, section headings should clearly describe
- the task they explain how to do, in language that requires
- no more knowledge than necessary: for example, "importing
- patches into a project" rather than "the git-am command"
+
+- It must be readable in order, from beginning to end, by someone
+ intelligent with a basic grasp of the UNIX command line, but without
+ any special knowledge of git. If necessary, any other prerequisites
+ should be specifically mentioned as they arise.
+- Whenever possible, section headings should clearly describe the task
+ they explain how to do, in language that requires no more knowledge
+ than necessary: for example, "importing patches into a project" rather
+ than "the git-am command"
Think about how to create a clear chapter dependency graph that will
allow people to get to important topics without necessarily reading
everything in between.
Scan Documentation/ for other stuff left out; in particular:
- howto's
- some of technical/?
- hooks
- list of commands in gitlink:git[1]
+
+- howto's
+- some of technical/?
+- hooks
+- list of commands in gitlink:git[1]
Scan email archives for other stuff left out
@@ -4070,3 +4071,5 @@ Write a chapter on using plumbing and writing scripts.
Alternates, clone -reference, etc.
git unpack-objects -r for recovery
+
+submodules