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/git-add.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/git-add.txt')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 1afd0c69ed..8eb9de11c2 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -100,7 +100,7 @@ Configuration The optional configuration variable 'core.excludesfile' indicates a path to a file containing patterns of file names to exclude from git-add, similar to $GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to -those in info/exclude. See link:repository-layout.html[repository layout]. +those in info/exclude. See linkgit:gitrepository-layout[5][repository layout]. EXAMPLES |