Re: [PATCH 1/1] global: male 'char *path' const where possible

2019-01-02 Thread Jamie Couture
s/male/make/ Perhaps? On Wed, Jan 2, 2019 at 2:45 PM Christian Hesse wrote: > "Jason A. Donenfeld" on Wed, 2019/01/02 17:57: > > Seems reasonable. Queue it up. > > Done. > I stumbled upon this, probably there's a lot more to become const. > -- > main(a){char*c=/*Schoene Gruesse

Re: Development Flow Improvements

2016-09-27 Thread Jamie Couture
I'm curious whether there is a merge policy in place for those *for-jason branches. Will they be fast forward only or reasonable they may be reset since it's really just a contract for you and the person providing the series, rather than something others should be following. For example. In

Re: Display of directories that contain only one subdirectory

2016-07-13 Thread Jamie Couture
Ugh, hit enter too fast: So what I was initially wasting my time worrying about was an insane situation where there are many empty directories with only one file at the end of the tunnel. mkdir -p

Re: Display of directories that contain only one subdirectory

2016-07-13 Thread Jamie Couture
Was working on a solution when this came in. However, this looks much better than what I was trying to attempt. Gave it a spin. Works great. On Wednesday, 13 July 2016, John Keeping wrote: > On Wed, Jul 13, 2016 at 07:57:23PM +0200, Erik Brangs wrote: > > I use cgit via

Re: [PATCH] cgit: use strtol_i instead of atoi

2015-05-13 Thread Jamie Couture
On Wed, May 13, 2015 at 02:45:56PM +0100, John Keeping wrote: On Wed, May 13, 2015 at 02:41:24PM +0100, John Keeping wrote: On Wed, May 13, 2015 at 03:35:29PM +0200, Jason A. Donenfeld wrote: Anybody have any objections to this? In some cases it's slightly more verbose, but otherwise, I

Re: [PATCH] ui-tree.c: check source filter if set globally

2014-07-30 Thread Jamie Couture
On Wed, Jul 30, 2014 at 08:23:21PM +0100, John Keeping wrote: On Wed, Jul 30, 2014 at 02:53:21PM -0400, Jamie Couture wrote: When parsing cgitrc users that place 'source-filter' setting after 'scan-path' find their source filter is never run. scan-path=/home/git/repositories source