From: Junio C Hamano <junkio@cox.net>
To: Johannes Sixt <johannes.sixt@telecom.at>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Teach git-remote to list pushed branches.
Date: Mon, 19 Mar 2007 15:36:29 -0700 [thread overview]
Message-ID: <7v648wg8sy.fsf@assigned-by-dhcp.cox.net> (raw)
In-Reply-To: 200703192016.46894.johannes.sixt@telecom.at
Johannes Sixt <johannes.sixt@telecom.at> writes:
> On Sunday 18 March 2007 21:37, Junio C Hamano wrote:
>> Johannes Sixt <johannes.sixt@telecom.at> writes:
>> > The hunk that reads the 'Push'es from the .git/remotes file is taken
>> > almost verbatim from the corresponding 'Pull' clause and is untested.
>>
>> Maybe while waiting for application nor comments you could have
>> tested and removed that comment?
>
> Fair enough ;)
>
> While waiting for application or comments again, I did test
> now, and the patch does what I expect even for .git/remotes
> files, that is, it prints the refs to be pushed just like it
> does for remotes noted in the config file.
Thanks, and sorry for that comment as I was in a grumpy mood.
Let's queue it in 'next', as I do not see anything obviously
wrong with it [*1*].
Now let's find other people who find this new feature
desirable. I am personally neutral right now.
[Footnote]
*1* Actually I think the refspec list on "Push: " lines should
be split out into separate array elements, because
Push: A B C
is equivalent to
Push: A
Push: B
Push: C
This does not apply to "Pull: " lines, as
Pull: A B C
and
Pull: A
Pull: B
Pull: C
mean quite different things.
This distinction does not matter to the current callers, but I
was hoping that somebody would build "interactive" mode to edit
Push and Pull list, and when that happens, having A B C as
separate entries in @{$hash->{$name}{'PUSH'}} would be handier
to code.
next prev parent reply other threads:[~2007-03-19 22:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-18 20:34 [PATCH] Teach git-remote to list pushed branches Johannes Sixt
2007-03-18 20:37 ` Junio C Hamano
2007-03-19 19:16 ` Johannes Sixt
2007-03-19 22:36 ` Junio C Hamano [this message]
2007-03-20 23:27 ` Johannes Sixt
2007-03-21 3:03 ` Junio C Hamano
-- strict thread matches above, loose matches on Subject: below --
2007-03-14 20:56 Johannes Sixt
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=7v648wg8sy.fsf@assigned-by-dhcp.cox.net \
--to=junkio@cox.net \
--cc=git@vger.kernel.org \
--cc=johannes.sixt@telecom.at \
/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