* [PATCH] link to HTML version of external doc if available
@ 2007-05-12 18:47 Junio C Hamano
2007-05-12 22:59 ` J. Bruce Fields
0 siblings, 1 reply; 2+ messages in thread
From: Junio C Hamano @ 2007-05-12 18:47 UTC (permalink / raw)
To: J Bruce Fields; +Cc: git
Currently
$ git grep '\([^t]\|^\)'link: user-manual.txt
gives four hits that refer to .txt version of the documentation
set, but at least "hooks" and "cvs-migration" have HTML variants
installed, so refer to them instead.
Signed-off-by: Junio C Hamano <junkio@cox.net>
---
* The other two are howto/setup-git-server-over-http and
technical/pack-format.txt
Documentation/user-manual.txt | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 13db969..a7abeaa 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -1875,7 +1875,7 @@ $ chmod a+x hooks/post-update
(For an explanation of the last two lines, see
gitlink:git-update-server-info[1], and the documentation
-link:hooks.txt[Hooks used by git].)
+link:hooks.html[Hooks used by git].)
Advertise the url of proj.git. Anybody else should then be able to
clone or pull from that url, for example with a commandline like:
@@ -1959,7 +1959,7 @@ Setting up a shared repository
Another way to collaborate is by using a model similar to that
commonly used in CVS, where several developers with special rights
all push to and pull from a single shared repository. See
-link:cvs-migration.txt[git for CVS users] for instructions on how to
+link:cvs-migration.html[git for CVS users] for instructions on how to
set this up.
[[setting-up-gitweb]]
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] link to HTML version of external doc if available
2007-05-12 18:47 [PATCH] link to HTML version of external doc if available Junio C Hamano
@ 2007-05-12 22:59 ` J. Bruce Fields
0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2007-05-12 22:59 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On Sat, May 12, 2007 at 11:47:38AM -0700, Junio C Hamano wrote:
> Currently
>
> $ git grep '\([^t]\|^\)'link: user-manual.txt
>
> gives four hits that refer to .txt version of the documentation
> set, but at least "hooks" and "cvs-migration" have HTML variants
> installed, so refer to them instead.
>
> Signed-off-by: Junio C Hamano <junkio@cox.net>
Oops, makes sense to me, thanks!
Acked-by: "J. Bruce Fields" <bfields@citi.umich.edu>
--b.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-12 22:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 18:47 [PATCH] link to HTML version of external doc if available Junio C Hamano
2007-05-12 22:59 ` J. Bruce Fields
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).