From: Sean <seanlkml@sympatico.ca>
To: Linus Torvalds <torvalds@osdl.org>
Cc: junkio@cox.net, git@vger.kernel.org
Subject: Re: Current Issues #3
Date: Mon, 22 May 2006 07:19:29 -0400 [thread overview]
Message-ID: <BAYC1-PASMTP11A8D53B4DD4B29078F810AE9A0@CEZ.ICE> (raw)
Message-ID: <20060522071929.0be8d026.seanlkml@sympatico.ca> (raw)
In-Reply-To: <Pine.LNX.4.64.0605220216310.3697@g5.osdl.org>
On Mon, 22 May 2006 03:18:02 -0700 (PDT)
Linus Torvalds <torvalds@osdl.org> wrote:
> [...]
>
> but maybe this is overdesigned. Comments?
It all looks good, especially your description of the git pull variations
which seem more natural than what exists now.
The only minor comment i'd make is that we shouldn't mix so many different
names for the same thing. In your example you have "remote" (singular)
sections with branch sections that contain "source" keys which map to those
remote sections, both corresponding to "refs/remotes" (plural).
There doesn't seem to be any need to stick with "source" as a key, so :
[remote "origin/master"]
repo = origin
branch = master
[branch "master"]
remote = "origin/master"
Sean
next prev parent reply other threads:[~2006-05-22 11:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-22 8:44 Current Issues #3 Junio C Hamano
2006-05-22 10:18 ` Linus Torvalds
[not found] ` <20060522071929.0be8d026.seanlkml@sympatico.ca>
2006-05-22 11:19 ` Sean [this message]
2006-05-23 21:58 ` Jakub Narebski
2006-05-22 10:20 ` Martin Waitz
2006-05-22 21:54 ` Daniel Barkalow
2006-05-22 22:02 ` Carl Worth
2006-05-22 23:12 ` Shawn Pearce
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=BAYC1-PASMTP11A8D53B4DD4B29078F810AE9A0@CEZ.ICE \
--to=seanlkml@sympatico.ca \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
--cc=torvalds@osdl.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).