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>
This commit is contained in:
Christian Couder
2008-06-06 09:07:28 +02:00
committed by Junio C Hamano
parent a0ebe573a5
commit 30eba7bf2c
8 changed files with 68 additions and 20 deletions

View File

@ -364,7 +364,8 @@ For a more complete list of ways to spell object names, see
File/Directory Structure
------------------------
Please see the link:repository-layout.html[repository layout] document.
Please see the linkgit:gitrepository-layout[5][repository layout]
document.
Read linkgit:githooks[5][hooks] for more details about each hook.