From: Jakub Narebski <jnareb@gmail.com>
To: Wincent Colaiuta <win@wincent.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] gitweb: update Git homepage URL
Date: Sun, 12 Jul 2009 17:28:09 +0200 [thread overview]
Message-ID: <200907121728.10559.jnareb@gmail.com> (raw)
In-Reply-To: <1247401888-27185-1-git-send-email-win@wincent.com>
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
prev parent reply other threads:[~2009-07-12 15:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-12 12:31 [PATCH] gitweb: update Git homepage URL Wincent Colaiuta
2009-07-12 15:28 ` Jakub Narebski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200907121728.10559.jnareb@gmail.com \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=win@wincent.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).