Paul,
Thanks for your comments. I spend too much time with GitHub, so some of Git's patch manipulation tools are not second nature. :) The attached patch includes a more descriptive commit message and was produced with git-format-patch.
Cheers, Andrew
On 2021-06-26 at 16:58 (UTC -0400), Paul Menzel wrote:
Dear Andrew,
Am 26.06.21 um 22:15 schrieb Andrew J. Hesford:
Not a problem. A patch against release/4.1.0.x is attached. Please let me know if you need anything else.
As the commit message summary is intended, did you copy it from
git show
?git format-patch -1
(and evengit send-email …
) might be better.Also, you could add your original message as commit message body.
Following is a pull request against the 4.1.0.x branch that separates the no-fork behavior of x2gocleansessions from the debug output behavior. A new flag,
--nofork
(-n-
for short) determined whether the program forks;--debug
only controls the logging verbosity and also forces$nofork=1
to preserve old behavior.s/determined/determines/
Kind regards,
Paul
-- Andrew J. Hesford ajh@sideband.org (Personal communication)