All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v9 0/6] transport-helper: fixes
@ 2014-04-12 20:12 Felipe Contreras
  2014-04-12 20:12 ` [PATCH v9 1/6] transport-helper: mismerge fix Felipe Contreras
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Felipe Contreras @ 2014-04-12 20:12 UTC (permalink / raw)
  To: git; +Cc: Richard Hansen, Max Horn, Felipe Contreras

Hi,

These patches add support for remote helpers --force, --dry-run, and reporting
forced update.

Changes since v8:

--- a/transport-helper.c
+++ b/transport-helper.c
@@ -734,7 +734,7 @@ static int push_update_ref_status(struct strbuf *buf,
        }
 
        (*ref)->status = status;
-       (*ref)->forced_update = forced;
+       (*ref)->forced_update |= forced;
        (*ref)->remote_status = msg;
        return !(status == REF_STATUS_OK);
 }

Felipe Contreras (4):
  transport-helper: mismerge fix
  transport-helper: don't update refs in dry-run
  transport-helper: add 'force' to 'export' helpers
  transport-helper: check for 'forced update' message

Richard Hansen (2):
  test-hg.sh: tests are now expected to pass
  remote-bzr: support the new 'force' option

 Documentation/gitremote-helpers.txt   |  4 ++++
 contrib/remote-helpers/git-remote-bzr | 31 ++++++++++++++++++++++++++++++-
 contrib/remote-helpers/test-bzr.sh    | 22 +++++++++++++++++++++-
 contrib/remote-helpers/test-hg.sh     |  4 ++--
 git-remote-testgit.sh                 | 18 ++++++++++++++++++
 t/t5801-remote-helpers.sh             | 13 +++++++++++++
 transport-helper.c                    | 25 +++++++++++++++++--------
 7 files changed, 105 insertions(+), 12 deletions(-)

-- 
1.9.1+fc3.9.gc73078e

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

end of thread, other threads:[~2014-04-19  1:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-12 20:12 [PATCH v9 0/6] transport-helper: fixes Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 1/6] transport-helper: mismerge fix Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 2/6] transport-helper: don't update refs in dry-run Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 3/6] transport-helper: add 'force' to 'export' helpers Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 4/6] transport-helper: check for 'forced update' message Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 5/6] test-hg.sh: tests are now expected to pass Felipe Contreras
2014-04-12 20:12 ` [PATCH v9 6/6] remote-bzr: support the new 'force' option Felipe Contreras
2014-04-14 20:41 ` [PATCH v9 0/6] transport-helper: fixes Junio C Hamano
2014-04-15 21:25   ` Junio C Hamano
2014-04-18 23:32   ` Felipe Contreras
2014-04-19  1:09     ` Junio C Hamano

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.