Thread (18 messages) flat view 18 messages, 3 authors, 2016-06-15
STALE3736d

Revision v4 of 4 in this series.

Revisions (4)
  1. v1 [diff vs current]
  2. v3 [diff vs current]
  3. v4 current
  4. v7 [diff vs current]

[PATCH v4 01/10] transport-helper: add 'force' to 'export' helpers

From: Felipe Contreras <hidden>
Date: 2016-06-15 22:59:06
Subsystem: the rest · Maintainer: Linus Torvalds

Otherwise they cannot know when to force the push or not (other than
hacks).

Signed-off-by: Felipe Contreras <redacted>
---
 transport-helper.c | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/transport-helper.c b/transport-helper.c
index b32e2d6..408d596 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -853,6 +853,11 @@ static int push_refs_with_export(struct transport *transport,
 			die("helper %s does not support dry-run", data->name);
 	}
 
+	if (flags & TRANSPORT_PUSH_FORCE) {
+		if (set_helper_option(transport, "force", "true") != 0)
+			die("helper %s does not support 'force'", data->name);
+	}
+
 	helper = get_helper(transport);
 
 	write_constant(helper->in, "export\n");
-- 
1.8.4-fc
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help