@@ -21,17 +21,17 @@ License version 2 (some parts of it are under different licenses,
21
21
compatible with the GPLv2). It was originally written by Linus
22
22
Torvalds with help of a group of hackers around the net.
23
23
24
- Please read the file INSTALL for installation instructions.
24
+ Please read the file [ INSTALL] [ ] for installation instructions.
25
25
26
- See Documentation/gittutorial.txt to get started, then see
27
- Documentation/giteveryday.txt for a useful minimum set of commands, and
28
- Documentation/git-commandname.txt for documentation of each command.
26
+ See [ Documentation/gittutorial.txt] [ ] to get started, then see
27
+ [ Documentation/giteveryday.txt] [ ] for a useful minimum set of commands, and
28
+ [ Documentation/git-commandname.txt] [ ] for documentation of each command.
29
29
If git has been correctly installed, then the tutorial can also be
30
30
read with "man gittutorial" or "git help tutorial", and the
31
31
documentation of each command with "man git-commandname" or "git help
32
32
commandname".
33
33
34
- CVS users may also want to read Documentation/gitcvs-migration.txt
34
+ CVS users may also want to read [ Documentation/gitcvs-migration.txt] [ ]
35
35
("man gitcvs-migration" or "git help cvs-migration" if git is
36
36
installed).
37
37
@@ -41,7 +41,7 @@ including full documentation and Git related tools.
41
41
The user discussion and development of Git take place on the Git
42
42
mailing list -- everyone is welcome to post bug reports, feature
43
43
requests, comments and patches to
[email protected] (read
44
- Documentation/SubmittingPatches for instructions on patch submission).
44
+ [ Documentation/SubmittingPatches] [ ] for instructions on patch submission).
45
45
To subscribe to the list, send an email with just "subscribe git" in
46
46
the body to
[email protected] . The mailing list archives are
47
47
available at http://news.gmane.org/gmane.comp.version-control.git/ ,
@@ -51,3 +51,10 @@ The maintainer frequently sends the "What's cooking" reports that
51
51
list the current status of various development topics to the mailing
52
52
list. The discussion following them give a good reference for
53
53
project status, development direction and remaining tasks.
54
+
55
+ [ INSTALL ] : INSTALL
56
+ [ Documentation/gittutorial.txt ] : Documentation/gittutorial.txt
57
+ [ Documentation/giteveryday.txt ] : Documentation/giteveryday.txt
58
+ [ Documentation/git-commandname.txt ] : Documentation/git-commandname.txt
59
+ [ Documentation/gitcvs-migration.txt ] : Documentation/gitcvs-migration.txt
60
+ [ Documentation/SubmittingPatches ] : Documentation/SubmittingPatches
0 commit comments