@@ -17,15 +17,15 @@ Please read the file [INSTALL][] for installation instructions.
17
17
Many Git online resources are accessible from < https://git-scm.com/ >
18
18
including full documentation and Git related tools.
19
19
20
- See [ Documentation/gittutorial.txt ] [ ] to get started, then see
21
- [ Documentation/giteveryday.txt ] [ ] for a useful minimum set of commands, and
22
- ` Documentation/git-<commandname>.txt ` for documentation of each command.
20
+ See [ Documentation/gittutorial.adoc ] [ ] to get started, then see
21
+ [ Documentation/giteveryday.adoc ] [ ] for a useful minimum set of commands, and
22
+ ` Documentation/git-<commandname>.adoc ` for documentation of each command.
23
23
If git has been correctly installed, then the tutorial can also be
24
24
read with ` man gittutorial ` or ` git help tutorial ` , and the
25
25
documentation of each command with ` man git-<commandname> ` or `git help
26
26
<commandname >`.
27
27
28
- CVS users may also want to read [ Documentation/gitcvs-migration.txt ] [ ]
28
+ CVS users may also want to read [ Documentation/gitcvs-migration.adoc ] [ ]
29
29
(` man gitcvs-migration ` or ` git help cvs-migration ` if git is
30
30
installed).
31
31
@@ -66,9 +66,9 @@ and the name as (depending on your mood):
66
66
- "goddamn idiotic truckload of sh* t": when it breaks
67
67
68
68
[ INSTALL ] : INSTALL
69
- [ Documentation/gittutorial.txt ] : Documentation/gittutorial.txt
70
- [ Documentation/giteveryday.txt ] : Documentation/giteveryday.txt
71
- [ Documentation/gitcvs-migration.txt ] : Documentation/gitcvs-migration.txt
69
+ [ Documentation/gittutorial.adoc ] : Documentation/gittutorial.adoc
70
+ [ Documentation/giteveryday.adoc ] : Documentation/giteveryday.adoc
71
+ [ Documentation/gitcvs-migration.adoc ] : Documentation/gitcvs-migration.adoc
72
72
[ Documentation/SubmittingPatches ] : Documentation/SubmittingPatches
73
73
[ Documentation/CodingGuidelines ] : Documentation/CodingGuidelines
74
74
[ po/README.md ] : po/README.md
0 commit comments