git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] ld/push-porcelain
@ 2010-02-27  4:52 Larry D'Anna
  2010-02-27  4:52 ` [PATCH 1/4] git-push: fix an advice 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-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
* [PATCH 0/4] ld/push-porcelain
@ 2010-02-27  3:59 Larry D'Anna
       [not found] ` <cover.1267243044.git.larry@elder-gods.org>
  0 siblings, 1 reply; 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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-27  4:52 [PATCH 0/4] ld/push-porcelain Larry D'Anna
2010-02-27  4:52 ` [PATCH 1/4] git-push: fix an advice message so it goes to stderr Larry D'Anna
2010-02-27  4:52 ` [PATCH 2/4] git-push: send "To <remoteurl>" messages to the standard output in --porcelain mode Larry D'Anna
2010-02-27  4:52 ` [PATCH 3/4] git-push: make git push --porcelain print "Done" Larry D'Anna
2010-02-27  5:22   ` Tay Ray Chuan
2010-02-27  4:52 ` [PATCH 4/4] git-push: add tests for git push --porcelain 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
     [not found] ` <cover.1267243044.git.larry@elder-gods.org>
2010-02-27  3:59   ` [PATCH 3/4] git-push: make git push --porcelain print "Done" Larry D'Anna
2010-02-27  4:19     ` Tay Ray Chuan

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