* [PATCH] gitweb: update Git homepage URL
@ 2009-07-12 12:31 Wincent Colaiuta
2009-07-12 15:28 ` Jakub Narebski
0 siblings, 1 reply; 2+ messages in thread
From: Wincent Colaiuta @ 2009-07-12 12:31 UTC (permalink / raw)
To: git; +Cc: jnareb, Wincent Colaiuta
git-scm.com is now the "official" Git project page, having taken over
from git.or.cz, so update the default link accordingly. This saves a
redirect when people hit git.or.cz.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
---
gitweb/gitweb.perl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index 6a1b5b5..7fbd5ff 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl
@@ -94,7 +94,7 @@ our $favicon = "++GITWEB_FAVICON++";
# URI and label (title) of GIT logo link
#our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
#our $logo_label = "git documentation";
-our $logo_url = "http://git.or.cz/";
+our $logo_url = "http://git-scm.com/";
our $logo_label = "git homepage";
# source of projects list
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gitweb: update Git homepage URL
2009-07-12 12:31 [PATCH] gitweb: update Git homepage URL Wincent Colaiuta
@ 2009-07-12 15:28 ` Jakub Narebski
0 siblings, 0 replies; 2+ messages in thread
From: Jakub Narebski @ 2009-07-12 15:28 UTC (permalink / raw)
To: Wincent Colaiuta; +Cc: git
On Sun, 12 July 2009, Wincent Colaiuta wrote:
> git-scm.com is now the "official" Git project page, having taken over
> from git.or.cz, so update the default link accordingly. This saves a
> redirect when people hit git.or.cz.
>
> Signed-off-by: Wincent Colaiuta <win@wincent.com>
Good catch! For what is worth (not that I think such trivial patch
needs it) ACK from me.
> ---
> gitweb/gitweb.perl | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
> index 6a1b5b5..7fbd5ff 100755
> --- a/gitweb/gitweb.perl
> +++ b/gitweb/gitweb.perl
> @@ -94,7 +94,7 @@ our $favicon = "++GITWEB_FAVICON++";
> # URI and label (title) of GIT logo link
> #our $logo_url = "http://www.kernel.org/pub/software/scm/git/docs/";
> #our $logo_label = "git documentation";
> -our $logo_url = "http://git.or.cz/";
> +our $logo_url = "http://git-scm.com/";
> our $logo_label = "git homepage";
>
> # source of projects list
> --
Perhaps we can squash also this fix to README? Or should
it be a separate patch/commit?
diff --git i/README w/README
index c932ab3..67cfeb2 100644
--- i/README
+++ w/README
@@ -37,7 +37,7 @@ CVS users may also want to read Documentation/gitcvs-migration.txt
("man gitcvs-migration" or "git help cvs-migration" if git is
installed).
-Many Git online resources are accessible from http://git.or.cz/
+Many Git online resources are accessible from http://git-scm.com/
including full documentation and Git related tools.
The user discussion and development of Git take place on the Git
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-07-12 15:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-12 12:31 [PATCH] gitweb: update Git homepage URL Wincent Colaiuta
2009-07-12 15:28 ` Jakub Narebski
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).