From: Larry D'Anna <larry@elder-gods.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] add --porcelain option to git-push
Date: Thu, 25 Jun 2009 15:30:17 -0400 [thread overview]
Message-ID: <4A43D049.3030903@elder-gods.org> (raw)
In-Reply-To: <7vtz249lpf.fsf@alter.siamese.dyndns.org>
Junio C Hamano wrote:
> Larry D'Anna <larry@elder-gods.org> writes:
>
>
>> If --porcelain is used git-push will produce machine-readable output. The
>> output status line for each ref will be tab-separated and sent to stdout instead
>> of stderr. The full symbolic names of the refs will be given. For example
>>
>> $ git push --dry-run --porcelain master :foobar 2>/dev/null \
>> | perl -pe 's/\t/ TAB /g'
>>
>> = TAB refs/heads/master:refs/heads/master TAB [up to date]
>> - TAB :refs/heads/foobar TAB [deleted]
>> ---
>>
>
> Thanks. Sign-off?
>
>
Oops. Yes, I sign-off on this patch.
--larry
next prev parent reply other threads:[~2009-06-25 19:21 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-18 21:28 I'd like to be able to know what git-push will do Larry D'Anna
2009-06-22 21:40 ` Jeff King
2009-06-23 1:10 ` [PATCH] add --porcelain option to git-push Larry D'Anna
2009-06-23 15:07 ` Marc Branchaud
2009-06-23 15:38 ` [PATCH] add --plumbing " Larry D'Anna
2009-06-23 15:50 ` [PATCH] add --porcelain " Junio C Hamano
2009-06-23 17:09 ` Marc Branchaud
2009-06-23 18:41 ` Markus Heidelberg
2009-06-23 22:38 ` Constantine Plotnikov
2009-06-24 0:26 ` Larry D'Anna
2009-06-25 19:07 ` Junio C Hamano
2009-06-25 19:30 ` Larry D'Anna [this message]
2009-06-27 0:23 ` [PATCH] add --summary " Larry D'Anna
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=4A43D049.3030903@elder-gods.org \
--to=larry@elder-gods.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.