git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Documentation: update the location of the git-gui repo
@ 2019-10-04 22:29 Pratyush Yadav
  2019-10-05  9:02 ` Junio C Hamano
  2019-10-05 12:57 ` [PATCH v2] " Pratyush Yadav
  0 siblings, 2 replies; 3+ messages in thread
From: Pratyush Yadav @ 2019-10-04 22:29 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
---
 Documentation/git-gui.txt | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt
index 5f93f8003d..98337b69f1 100644
--- a/Documentation/git-gui.txt
+++ b/Documentation/git-gui.txt
@@ -114,13 +114,9 @@ of end users.
 
 A 'git gui' development repository can be obtained from:
 
-  git clone git://repo.or.cz/git-gui.git
+  git clone https://github.com/prati0100/git-gui.git
 
-or
-
-  git clone http://repo.or.cz/r/git-gui.git
-
-or browsed online at http://repo.or.cz/w/git-gui.git/[].
+or browsed online at https://github.com/prati0100/git-gui[].
 
 GIT
 ---
-- 
2.21.0


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

* Re: [PATCH] Documentation: update the location of the git-gui repo
  2019-10-04 22:29 [PATCH] Documentation: update the location of the git-gui repo Pratyush Yadav
@ 2019-10-05  9:02 ` Junio C Hamano
  2019-10-05 12:57 ` [PATCH v2] " Pratyush Yadav
  1 sibling, 0 replies; 3+ messages in thread
From: Junio C Hamano @ 2019-10-05  9:02 UTC (permalink / raw)
  To: Pratyush Yadav; +Cc: git

Pratyush Yadav <me@yadavpratyush.com> writes:

> Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
> ---
>  Documentation/git-gui.txt | 8 ++------
>  1 file changed, 2 insertions(+), 6 deletions(-)
>
> diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt
> index 5f93f8003d..98337b69f1 100644
> --- a/Documentation/git-gui.txt
> +++ b/Documentation/git-gui.txt
> @@ -114,13 +114,9 @@ of end users.
>  
>  A 'git gui' development repository can be obtained from:
>  
> -  git clone git://repo.or.cz/git-gui.git
> +  git clone https://github.com/prati0100/git-gui.git
>  
> -or
> -
> -  git clone http://repo.or.cz/r/git-gui.git
> -
> -or browsed online at http://repo.or.cz/w/git-gui.git/[].
> +or browsed online at https://github.com/prati0100/git-gui[].
>  
>  GIT
>  ---




These days, unlike back when the original of this manpage was
written, we can expect far more people know Git, GitHub and what to
do with it when they see a GitHub URL to a repository.  Hence, a
single GitHub repository URL is sufficient, without "git clone" or
mention of "browsed online", I would think.

IOW, all of the above can now be just two lines, e.g.

	The official repository of `git gui` project can be found at
	https://github.com/prati0100/git-gui.git/

Thanks.

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

* [PATCH v2] Documentation: update the location of the git-gui repo
  2019-10-04 22:29 [PATCH] Documentation: update the location of the git-gui repo Pratyush Yadav
  2019-10-05  9:02 ` Junio C Hamano
@ 2019-10-05 12:57 ` Pratyush Yadav
  1 sibling, 0 replies; 3+ messages in thread
From: Pratyush Yadav @ 2019-10-05 12:57 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Signed-off-by: Pratyush Yadav <me@yadavpratyush.com>
---

Changes in v2:
- Only link the repo, instead of having instructions to "clone" and
  "browse online".

Do note that I am using single quotes around git gui instead of
backticks like you suggested because the rest of the man page does the
same.

Interdiff against v1:
  diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt
  index 98337b69f1..c9d7e96214 100644
  --- a/Documentation/git-gui.txt
  +++ b/Documentation/git-gui.txt
  @@ -112,11 +112,9 @@ Other
   versions are distributed as part of the Git suite for the convenience
   of end users.

  -A 'git gui' development repository can be obtained from:
  +The official repository of the 'git gui' project can be found at:

  -  git clone https://github.com/prati0100/git-gui.git
  -
  -or browsed online at https://github.com/prati0100/git-gui[].
  +  https://github.com/prati0100/git-gui.git/

   GIT
   ---

 Documentation/git-gui.txt | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/Documentation/git-gui.txt b/Documentation/git-gui.txt
index 5f93f8003d..c9d7e96214 100644
--- a/Documentation/git-gui.txt
+++ b/Documentation/git-gui.txt
@@ -112,15 +112,9 @@ Other
 versions are distributed as part of the Git suite for the convenience
 of end users.

-A 'git gui' development repository can be obtained from:
+The official repository of the 'git gui' project can be found at:

-  git clone git://repo.or.cz/git-gui.git
-
-or
-
-  git clone http://repo.or.cz/r/git-gui.git
-
-or browsed online at http://repo.or.cz/w/git-gui.git/[].
+  https://github.com/prati0100/git-gui.git/

 GIT
 ---
--
2.21.0


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

end of thread, other threads:[~2019-10-05 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 22:29 [PATCH] Documentation: update the location of the git-gui repo Pratyush Yadav
2019-10-05  9:02 ` Junio C Hamano
2019-10-05 12:57 ` [PATCH v2] " Pratyush Yadav

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).