[Github-comments] [geany/geany-plugins] GeanyVC: Add support for Fossil SCM (fossil-scm.org) (#969)
nomadbyte
notifications at xxxxx
Mon Apr 27 20:24:23 UTC 2020
@nomadbyte commented on this pull request.
> +
+ if (std_out)
+ {
+ std_out1 = *std_out;
+ *std_out = NULL;
+ }
+ if (std_err)
+ {
+ std_err1 = *std_err;
+ *std_err = NULL;
+ }
+
+ ret = execute_custom_command(base_dir, (const gchar **) argv, (const gchar **) NULL,
+ std_out, std_err, path, list, message);
+
+ if (std_out1)
This appends the output of the second command to the output from the first command.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/969#discussion_r416122825
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200427/478dc414/attachment.htm>
More information about the Github-comments
mailing list