Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH v5 10/14] trailer: execute command from 'trailer.<name>.command'

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:59:51

Christian Couder [off-list ref] writes:
+#define TRAILER_ARG_STRING "$ARG"
No need to support users who may want to use a string that happens
to match this substring literally as part of the command line?
quoted hunk
 struct trailer_item {
 	struct trailer_item *previous;
 	struct trailer_item *next;
@@ -56,6 +60,13 @@ static inline int contains_only_spaces(const char *str)
 	return !*s;
 }
 
+static inline void strbuf_replace(struct strbuf *sb, const char *a, const char *b)
Same comment about "inline" for an earlier patch applies.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help