Git development
 help / color / mirror / Atom feed
From: Petr Baudis <pasky@suse.cz>
To: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Cc: git@vger.kernel.org
Subject: Unnamed branches
Date: Thu, 28 Jul 2005 21:19:59 +0200	[thread overview]
Message-ID: <20050728191959.GB24948@pasky.ji.cz> (raw)
In-Reply-To: <200507282053.56786.Josef.Weidendorfer@gmx.de>

Dear diary, on Thu, Jul 28, 2005 at 08:53:56PM CEST, I got a letter
where Josef Weidendorfer <Josef.Weidendorfer@gmx.de> told me that...
> So why not put the name of the remote repository into the local branch name?
> A remote branch "host1:path#branch1" could be named "host1:path#branch1".
> The shorthand specified with "cg-add-branch" would be a local alias, i.e.
> 	(cd .git/refs/heads; ln -s host1:path#branch1 mylocalalias)
> 
> I even would find it handy to be able to say
> 	cg-pull host1:path#branch1
> , and
> 	cg-push mylocalbranch host2:path#branch2
> should create the alias "mylocalbranch"="host2:path#branch2"
> and create a entry in .git/branches.

  This is a sensible argument, and I initially disallowed this mainly to
save some work. ;-) But I agree that something like this would be nice.
The issues:

  * How to name the unnamed branches? You need some way to normalize
URLs like http://www.kernel.org/pub/s%63m//cogito/ to something which is
unique for a given location (http://www.kernel.org/pub/scm/cogito) and
usable as filename - at least substituting the slashes for something,
like underscores, and encoding underscored by % sequences.

  * Have all named remote branches as symlinks to their URLs (thus
effectively also eliminating the need for .git/branches/), or keep them
as they are? One disadvantage of the symlinks is that the refs/
directory would become quite messy.

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
If you want the holes in your knowledge showing up try teaching
someone.  -- Alan Cox

  reply	other threads:[~2005-07-28 19:26 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-27 12:58 How is working on arbitrary remote heads supposed to work in Cogito (+ PATCH)? Josef Weidendorfer
2005-07-28  1:32 ` Junio C Hamano
2005-07-28 12:08 ` Petr Baudis
2005-07-28 13:07   ` Johannes Schindelin
2005-07-28 15:35     ` Petr Baudis
2005-07-28 15:56       ` Johannes Schindelin
2005-07-28 16:18         ` Petr Baudis
2005-07-28 16:52           ` Junio C Hamano
2005-07-28 17:32             ` Johannes Schindelin
2005-07-28 18:45               ` Ryan Anderson
2005-07-28 18:51                 ` Johannes Schindelin
2005-07-28 18:39             ` Petr Baudis
2005-07-28 18:49               ` Johannes Schindelin
2005-07-28 19:47                 ` Matthias Urlichs
2005-07-28 20:14                   ` Johannes Schindelin
2005-07-29  7:11                     ` Petr Baudis
2005-07-29  2:24               ` Junio C Hamano
2005-07-29  7:06                 ` Petr Baudis
2005-07-29  7:48                   ` Junio C Hamano
2005-07-29  8:10                     ` Petr Baudis
2005-07-29  8:54                       ` Junio C Hamano
2005-07-29  9:40                         ` Petr Baudis
2005-07-29 10:57                           ` Johannes Schindelin
2005-07-29 11:13                             ` Petr Baudis
2005-07-29 12:26                               ` Johannes Schindelin
2005-07-29 12:28                                 ` Petr Baudis
2005-07-30  2:11                                   ` Junio C Hamano
2005-07-29 20:40                         ` Matthias Urlichs
2005-07-30 22:16                         ` Junio C Hamano
2005-08-13  4:11                       ` Carl Baldwin
2005-08-13  7:48                         ` Junio C Hamano
2005-08-15 16:23                           ` Carl Baldwin
2005-08-15 23:55                           ` Johannes Schindelin
2005-07-29  9:10                     ` Josef Weidendorfer
2005-07-28 21:13           ` Matthias Urlichs
2005-07-29  7:14             ` Petr Baudis
2005-07-28 18:53         ` Josef Weidendorfer
2005-07-28 19:19           ` Petr Baudis [this message]
2005-07-28 16:14       ` Junio C Hamano
2005-07-28 16:23         ` Petr Baudis
2005-07-28 15:35   ` Petr Baudis

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=20050728191959.GB24948@pasky.ji.cz \
    --to=pasky@suse.cz \
    --cc=Josef.Weidendorfer@gmx.de \
    --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