Christian Couder writes:
> Signed-off-by: Christian Couder
"execute command from ..." is fine, but I wish there were more
details before S-o-b line. Is is not worth explaining what happens
to the output, and what the facility is used for in general?
Is it to give a string used for the value p
Christian Couder 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?
> struct trailer_item {
> struct trailer_item *previous;
> struct trailer_item *next;
> @@
Signed-off-by: Christian Couder
---
trailer.c | 63 +++
1 file changed, 63 insertions(+)
diff --git a/trailer.c b/trailer.c
index 108e104..98187fc 100644
--- a/trailer.c
+++ b/trailer.c
@@ -1,4 +1,5 @@
#include "cache.h"
+#include "run
3 matches
Mail list logo