diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-06-06 09:07:28 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-06 11:14:52 -0700 |
commit | 30eba7bf2caa327b4251d66bf7157dda97512e96 (patch) | |
tree | 37326a19bfc12c78ce12cf2ddbafd18bb187d513 /Documentation/gitcore-tutorial.txt | |
parent | a0ebe573a516a1530a2c072e513fa7f529781dd0 (diff) | |
download | git-30eba7bf2caa327b4251d66bf7157dda97512e96.tar.gz |
documentation: convert "diffcore" and "repository-layout" to man pages
This patch renames the following documents and at the same time converts
them to the man format:
diffcore.txt -> gitdiffcore.txt (man section 7)
repository-layout.txt -> gitrepository-layout.txt (man section 5)
Other documents that reference the above ones are changed accordingly.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitcore-tutorial.txt')
-rw-r--r-- | Documentation/gitcore-tutorial.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitcore-tutorial.txt b/Documentation/gitcore-tutorial.txt index 5995a2e152..d61d5c96cc 100644 --- a/Documentation/gitcore-tutorial.txt +++ b/Documentation/gitcore-tutorial.txt @@ -109,7 +109,7 @@ populating your tree. [NOTE] An advanced user may want to take a look at the -link:repository-layout.html[repository layout] document +linkgit:gitrepository-layout[5][repository layout] document after finishing this tutorial. You have now created your first git repository. Of course, since it's |