Thread (1 message) 1 message, 1 author, 2017-01-18

Re: [PATCH v6 4/6] builtin/tag: add --format argument for tag -v

From: Junio C Hamano <hidden>
Date: 2017-01-18 00:05:27

santiago@nyu.edu writes:
-static int for_each_tag_name(const char **argv, each_tag_name_fn fn)
+static int for_each_tag_name(const char **argv, each_tag_name_fn fn,
+		void *cb_data)
 {
 	const char **p;
 	char ref[PATH_MAX];
 	int had_error = 0;
 	unsigned char sha1[20];
 
+
Why?  I'll remove this while queuing.
 	for (p = argv; *p; p++) {
 		if (snprintf(ref, sizeof(ref), "refs/tags/%s", *p)
 					>= sizeof(ref)) {
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help