Re: [Github-comments] [geany/geany-plugins] GeanyVC: Add support for Fossil SCM (fossil-scm.org) (#969)

2020-05-11 Thread Frank Lanitz
Merged #969 into master. -- 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#event-3324092862

Re: [Github-comments] [geany/geany-plugins] GeanyVC: Add support for Fossil SCM (fossil-scm.org) (#969)

2020-04-28 Thread Frank Lanitz
@frlan commented on this pull request. > + + if (std_out) + { + std_out1 = *std_out; + *std_out = NULL; + } + if (std_err) + { + std_err1 = *std_err; +

Re: [Github-comments] [geany/geany-plugins] GeanyVC: Add support for Fossil SCM (fossil-scm.org) (#969)

2020-04-27 Thread nomadbyte
@nomadbyte commented on this pull request. > + + if (std_out) + { + std_out1 = *std_out; + *std_out = NULL; + } + if (std_err) + { + std_err1 = *std_err; +

Re: [Github-comments] [geany/geany-plugins] GeanyVC: Add support for Fossil SCM (fossil-scm.org) (#969)

2020-04-27 Thread Frank Lanitz
@frlan commented on this pull request. > + + if (std_out) + { + std_out1 = *std_out; + *std_out = NULL; + } + if (std_err) + { + std_err1 = *std_err; +

[Github-comments] [geany/geany-plugins] GeanyVC: Add support for Fossil SCM (fossil-scm.org) (#969)

2020-04-24 Thread nomadbyte
This is the follow up to #968 You can view, comment on, or merge this pull request online at: https://github.com/geany/geany-plugins/pull/969 -- Commit Summary -- * GeanyVC: Add support for Fossil SCM (fossil-scm.org) -- File Changes -- M geanyvc/README (8) M