Thread (1 message) 1 message, 1 author, 2024-02-14

Re: [PATCH] tag: error when git-column fails

From: Junio C Hamano <hidden>
Date: 2024-02-14 01:35:39

Rubén Justo [off-list ref] writes:
quoted hunk
@@ -530,7 +530,8 @@ int cmd_tag(int argc, const char **argv, const char *prefix)
 			struct column_options copts;
 			memset(&copts, 0, sizeof(copts));
 			copts.padding = 2;
-			run_column_filter(colopts, &copts);
+			if (run_column_filter(colopts, &copts))
+				die(_("could not start 'git column'"));
Nice.  This obvious omission should have been here from the day one.

Will queue.  Thanks.
 		}
 		filter.name_patterns = argv;
 		ret = list_tags(&filter, sorting, &format);
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help