summaryrefslogtreecommitdiffstats
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2007-05-13 08:23:11 +0200
committerJ. Bruce Fields <bfields@citi.umich.edu>2007-05-18 03:58:53 +0200
commit99eaefdd32f25a6b76b2bd52bb253e19a4a3cad4 (patch)
tree7903d3a0082b36fe03673ac8f6bd7cfeaf922a9a /Documentation/user-manual.txt
parentuser-manual: add a "counting commits" example (diff)
downloadgit-99eaefdd32f25a6b76b2bd52bb253e19a4a3cad4.tar.xz
git-99eaefdd32f25a6b76b2bd52bb253e19a4a3cad4.zip
user-manual: introduce git
Well, we should say at least something about what git is. Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Diffstat (limited to '')
-rw-r--r--Documentation/user-manual.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 242f5aa479..773ed36640 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -1,6 +1,9 @@
Git User's Manual (for version 1.5.1 or newer)
______________________________________________
+
+Git is a fast distributed revision control system.
+
This manual is designed to be readable by someone with basic unix
command-line skills, but no previous knowledge of git.