git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Larry D'Anna <larry@elder-gods.org>
To: Constantine Plotnikov <constantine.plotnikov@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] add --porcelain option to git-push
Date: Tue, 23 Jun 2009 20:26:51 -0400	[thread overview]
Message-ID: <20090624002651.GA27460@cthulhu> (raw)
In-Reply-To: <85647ef50906231538m118120adnd2292b65ec953baa@mail.gmail.com>

* Constantine Plotnikov (constantine.plotnikov@gmail.com) [090623 18:38]:
> On Tue, Jun 23, 2009 at 5:10 AM, Larry D'Anna<larry@elder-gods.org> wrote:
> > 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
> >
> BTW is it possible to have --porcelain + -v together. A machine
> readable progress output would come very handy for IDEs and other GUI
> tools that use command line tools.

My patch makes --porcelain imply some of what -v does, but not all.
Specifically --porcelain will output a status line for each ref that's to be
updated, weather -v is selected or not.  However -v enables some other output
besides that.  There's nothing stopping you from selecting -v and --porcelain.
Basically --porcelain only affects the per-ref status lines.  All other aspects
of git-push are the same.


        --larry

  reply	other threads:[~2009-06-24  0:27 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 [this message]
2009-06-25 19:07     ` Junio C Hamano
2009-06-25 19:30       ` Larry D'Anna
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=20090624002651.GA27460@cthulhu \
    --to=larry@elder-gods.org \
    --cc=constantine.plotnikov@gmail.com \
    --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).