aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2007-01-17 13:04:39 -0500
committerJunio C Hamano <junkio@cox.net>2007-01-17 12:03:50 -0800
commit556b6600b25713054430b1dcaa731120eefbbd5b (patch)
tree3fab1942ae9434454bd9e70670564f607fed559d /Documentation/git.txt
parentd7fb91c69dc347c53b0d9830b13fdadf217a78f1 (diff)
downloadgit-556b6600b25713054430b1dcaa731120eefbbd5b.tar.gz
git-556b6600b25713054430b1dcaa731120eefbbd5b.tar.xz
sanitize content of README file
Current README content is way too esoteric for someone looking at GIT for the first time. Instead it should provide a quick summary of what GIT is with a few pointers to other resources. The bulk of the previous README content is moved to Documentation/core-intro.txt. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 6a82803f3..a0bcef71d 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -699,7 +699,7 @@ other
Discussion[[Discussion]]
------------------------
-include::README[]
+include::core-intro.txt[]
Authors
-------