git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: Daniel Barkalow <barkalow@iabervon.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH 2/2] Add support for url aliases in config files
Date: Wed, 20 Feb 2008 11:15:27 -0800	[thread overview]
Message-ID: <7vzltv4ey8.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <alpine.LNX.1.00.0802201337060.19024@iabervon.org> (Daniel Barkalow's message of "Wed, 20 Feb 2008 13:43:53 -0500 (EST)")

Daniel Barkalow <barkalow@iabervon.org> writes:

> This allows users with different preferences for access methods to the
> same remote repositories to rewrite each other's URLs by pattern
> matching across a large set of similiarly set up repositories to each
> get the desired access.
>
> For example, if you don't have a kernel.org account, you might want
> settings like:
>
> [url "git://git.kernel.org/pub/"]
>       aka = master.kernel.org:/pub
>
> Then, if you give git a URL like:
>
>   master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
>
> it will act like you gave it:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
>
> and you can cut-and-paste pull requests in email without fixing them
> by hand, for example.

To me, "url.$this_is_what_I_use.aka = $how_they_might_call_it"
initially felt backwards, but the point of the facility is to
allow mapping many ways other people might call it to how you
would (and the other way would not make sense as allowing to map
one thing to multiple is only to introduce unnecessary
ambiguity), so it makes perfect sense.

> diff --git a/Documentation/config.txt b/Documentation/config.txt
> index f2f6a77..44f4c4b 100644
> --- a/Documentation/config.txt
> +++ b/Documentation/config.txt
> @@ -646,6 +646,11 @@ help.format::
>  	Values 'man', 'info', 'web' and 'html' are supported. 'man' is
>  	the default. 'web' and 'html' are the same.
>  
> +host.<name>.rewritebase::
> +	Additional base URLs which refer to this host. If a URL
> +	matches this, any access to it will use the URL formed with
> +	the corresponding base URL instead of the given URL.
> +

This still stands???

> diff --git a/Documentation/urls.txt b/Documentation/urls.txt
> index 81ac17f..0115af7 100644
> --- a/Documentation/urls.txt
> +++ b/Documentation/urls.txt
> @@ -44,3 +44,26 @@ endif::git-clone[]
> ...
> +If you have a section:
> +
> +------------
> +	[host "git://git.host.xz/"]
> +		aka = host.xz:/path/to/
> +		aka = work:
> +------------
> +
> +a URL like "work:repo.git" or like "host.xz:/path/to/repo.git" will be
> +rewritten in any context that takes a URL to be
> +"git://git.host.xz/repo.git".

This still stands???

  reply	other threads:[~2008-02-20 19:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-20 18:43 [PATCH 2/2] Add support for url aliases in config files Daniel Barkalow
2008-02-20 19:15 ` Junio C Hamano [this message]
2008-02-20 19:24   ` Daniel Barkalow
2008-02-20 19:42     ` Junio C Hamano
2008-02-20 19:54       ` Jay Soffian
2008-02-20 20:42       ` Daniel Barkalow
2008-02-20 22:02       ` しらいしななこ
2008-02-20 22:22         ` Johannes Schindelin
2008-02-21  0:47           ` Junio C Hamano
2008-02-21  1:26             ` Jay Soffian
2008-02-21  1:47               ` Linus Torvalds
2008-02-21  2:19                 ` Jay Soffian
2008-02-21  5:04                 ` Daniel Barkalow
2008-02-21  5:34                   ` Junio C Hamano
2008-02-25  4:08                     ` Junio C Hamano
2008-02-25  4:30                       ` Daniel Barkalow
2008-02-25  6:22                         ` Junio C Hamano
2008-02-25  6:35                           ` Daniel Barkalow
2008-02-21 16:31                 ` Jon Loeliger
2008-02-20 19:49     ` Jay Soffian
2008-02-20 19:58       ` Junio C Hamano
2008-02-20 20:22         ` Jay Soffian

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=7vzltv4ey8.fsf@gitster.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=barkalow@iabervon.org \
    --cc=git@vger.kernel.org \
    /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).