All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] various contrib: Fix links in man pages
@ 2014-08-07 14:27 Stefan Beller
  2014-08-07 16:42 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Beller @ 2014-08-07 14:27 UTC (permalink / raw)
  To: git, gitster; +Cc: Stefan Beller

Inspired by 2147fa7e (2014-07-31 git-push: fix link in man page),
I grepped through the whole tree searching for 'gitlink:' occurrences.

Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
---
 contrib/convert-objects/git-convert-objects.txt | 2 +-
 contrib/examples/git-svnimport.txt              | 2 +-
 contrib/gitview/gitview.txt                     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/convert-objects/git-convert-objects.txt b/contrib/convert-objects/git-convert-objects.txt
index 0565d83..f871880 100644
--- a/contrib/convert-objects/git-convert-objects.txt
+++ b/contrib/convert-objects/git-convert-objects.txt
@@ -26,4 +26,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
 
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[7] suite
diff --git a/contrib/examples/git-svnimport.txt b/contrib/examples/git-svnimport.txt
index 3bb871e..3f0a9c3 100644
--- a/contrib/examples/git-svnimport.txt
+++ b/contrib/examples/git-svnimport.txt
@@ -176,4 +176,4 @@ Documentation by Matthias Urlichs <smurf@smurf.noris.de>.
 
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[7] suite
diff --git a/contrib/gitview/gitview.txt b/contrib/gitview/gitview.txt
index 9e12f97..7b5f900 100644
--- a/contrib/gitview/gitview.txt
+++ b/contrib/gitview/gitview.txt
@@ -28,7 +28,7 @@ OPTIONS
 
 <args>::
 
-	All the valid option for gitlink:git-rev-list[1].
+	All the valid option for linkgit:git-rev-list[1].
 
 Key Bindings
 ------------
-- 
2.1.0.rc0.52.gaa544bf

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] various contrib: Fix links in man pages
  2014-08-07 14:27 [PATCH] various contrib: Fix links in man pages Stefan Beller
@ 2014-08-07 16:42 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2014-08-07 16:42 UTC (permalink / raw)
  To: Stefan Beller; +Cc: git

Stefan Beller <stefanbeller@gmail.com> writes:

> Inspired by 2147fa7e (2014-07-31 git-push: fix link in man page),
> I grepped through the whole tree searching for 'gitlink:' occurrences.
>
> Signed-off-by: Stefan Beller <stefanbeller@gmail.com>
> ---

Thanks; I did the same earlier but only for Documentation/ which was
not very useful X-<.



>  contrib/convert-objects/git-convert-objects.txt | 2 +-
>  contrib/examples/git-svnimport.txt              | 2 +-
>  contrib/gitview/gitview.txt                     | 2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/contrib/convert-objects/git-convert-objects.txt b/contrib/convert-objects/git-convert-objects.txt
> index 0565d83..f871880 100644
> --- a/contrib/convert-objects/git-convert-objects.txt
> +++ b/contrib/convert-objects/git-convert-objects.txt
> @@ -26,4 +26,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
>  
>  GIT
>  ---
> -Part of the gitlink:git[7] suite
> +Part of the linkgit:git[7] suite
> diff --git a/contrib/examples/git-svnimport.txt b/contrib/examples/git-svnimport.txt
> index 3bb871e..3f0a9c3 100644
> --- a/contrib/examples/git-svnimport.txt
> +++ b/contrib/examples/git-svnimport.txt
> @@ -176,4 +176,4 @@ Documentation by Matthias Urlichs <smurf@smurf.noris.de>.
>  
>  GIT
>  ---
> -Part of the gitlink:git[7] suite
> +Part of the linkgit:git[7] suite
> diff --git a/contrib/gitview/gitview.txt b/contrib/gitview/gitview.txt
> index 9e12f97..7b5f900 100644
> --- a/contrib/gitview/gitview.txt
> +++ b/contrib/gitview/gitview.txt
> @@ -28,7 +28,7 @@ OPTIONS
>  
>  <args>::
>  
> -	All the valid option for gitlink:git-rev-list[1].
> +	All the valid option for linkgit:git-rev-list[1].
>  
>  Key Bindings
>  ------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-07 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-07 14:27 [PATCH] various contrib: Fix links in man pages Stefan Beller
2014-08-07 16:42 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.