Re: [hackers] [quark] Begin comment in lowercase || Laslo Hunhold

2020-08-05 Thread Laslo Hunhold
On Wed, 5 Aug 2020 19:54:10 +0200 Hiltjo Posthuma wrote: Dear Hiltjo, > > - /* Open a new process group */ > > + /* open a new process group */ > > setpgid(0,0); > ^ > Theres no space there. It's an injustice :P thanks for pointing that out! I fixed it. :) With

Re: [hackers] [quark] Begin comment in lowercase || Laslo Hunhold

2020-08-05 Thread Hiltjo Posthuma
On Wed, Aug 05, 2020 at 07:14:08PM +0200, g...@suckless.org wrote: > commit 2318a89ecd7aad5a296b657caec22beff92a4284 > Author: Laslo Hunhold > AuthorDate: Wed Aug 5 19:14:10 2020 +0200 > Commit: Laslo Hunhold > CommitDate: Wed Aug 5 19:14:10 2020 +0200 > > Begin comment in lowercase

[hackers] [quark] Begin comment in lowercase || Laslo Hunhold

2020-08-05 Thread git
commit 2318a89ecd7aad5a296b657caec22beff92a4284 Author: Laslo Hunhold AuthorDate: Wed Aug 5 19:14:10 2020 +0200 Commit: Laslo Hunhold CommitDate: Wed Aug 5 19:14:10 2020 +0200 Begin comment in lowercase Signed-off-by: Laslo Hunhold diff --git a/main.c b/main.c index