git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ld/push-porcelain
@ 2010-02-26 19:50 Larry D'Anna
  2010-02-26 19:50 ` [PATCH 1/4] git-push: fix an error message so it goes to stderr Larry D'Anna
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Larry D'Anna @ 2010-02-26 19:50 UTC (permalink / raw)
  To: git; +Cc: Larry D'Anna


I'm reposing this series to restart discussion on it. It's currently listed as
stalled.  The only change versus what's in pu is that this one doesn't mess with
the semantics of --quiet.  

So, what does it need?


Larry D'Anna (4):
  git-push: fix an error message so it goes to stderr
  git-push: squelch advice message if in --porcelain mode
  git-push: send "To <remoteurl>" messages to the standard output in
    --porcelain mode
  git-push: make git push --dry-run --porcelain exit with status 0 even
    if updates will be rejected

 builtin-push.c      |   11 ++++++++---
 builtin-send-pack.c |    4 ++++
 send-pack.h         |    1 +
 transport.c         |    6 ++++--
 4 files changed, 17 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/4] ld/push-porcelain
@ 2010-02-27  3:59 Larry D'Anna
  0 siblings, 0 replies; 8+ messages in thread
From: Larry D'Anna @ 2010-02-27  3:59 UTC (permalink / raw)
  To: git; +Cc: Larry D'Anna

Changes since last version:

* instead of messing with the exit status git push --porcelain will now print
  "Done" if nothing untowrd happned (ie all the error messages are in the ref
  status lines)

* added tests for git push --porcelain 

Larry D'Anna (4):
  git-push: fix an advice message so it goes to stderr
  git-push: send "To <remoteurl>" messages to the standard output in
    --porcelain mode
  git-push: make git push --porcelain print "Done"
  git-push: add tests for git push --porcelain

 builtin-push.c        |    6 +++---
 builtin-send-pack.c   |    4 ++++
 send-pack.h           |    1 +
 t/t5516-fetch-push.sh |   35 +++++++++++++++++++++++++++++++++++
 transport.c           |   17 +++++++++++------
 5 files changed, 54 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/4] ld/push-porcelain
@ 2010-02-27  4:52 Larry D'Anna
  0 siblings, 0 replies; 8+ messages in thread
From: Larry D'Anna @ 2010-02-27  4:52 UTC (permalink / raw)
  To: git; +Cc: Larry D'Anna

changes since last version:

* clarified the commit message for 3/4 

* added one more test case

* incorporated Tay's changes     

Larry D'Anna (4):
  git-push: fix an advice message so it goes to stderr
  git-push: send "To <remoteurl>" messages to the standard output in
    --porcelain mode
  git-push: make git push --porcelain print "Done"
  git-push: add tests for git push --porcelain

 builtin-push.c        |    6 ++--
 builtin-send-pack.c   |    4 +++
 send-pack.h           |    1 +
 t/t5516-fetch-push.sh |   50 +++++++++++++++++++++++++++++++++++++++++++++++++
 transport.c           |   15 ++++++++-----
 5 files changed, 67 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2010-02-27  4:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-26 19:50 [PATCH 0/4] ld/push-porcelain Larry D'Anna
2010-02-26 19:50 ` [PATCH 1/4] git-push: fix an error message so it goes to stderr Larry D'Anna
2010-02-26 19:50 ` [PATCH 2/4] git-push: squelch advice message if in --porcelain mode Larry D'Anna
2010-02-26 20:04   ` Junio C Hamano
2010-02-26 19:50 ` [PATCH 3/4] git-push: send "To <remoteurl>" messages to the standard output " Larry D'Anna
2010-02-26 19:50 ` [PATCH 4/4] git-push: make git push --dry-run --porcelain exit with status 0 even if updates will be rejected Larry D'Anna
  -- strict thread matches above, loose matches on Subject: below --
2010-02-27  3:59 [PATCH 0/4] ld/push-porcelain Larry D'Anna
2010-02-27  4:52 Larry D'Anna

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).