Re: [PATCH] use main as fallback branch instead of master

2022-01-08 Thread René Neumann
Am 09.01.22 um 00:56 schrieb Derek Stevens: Signed-off-by: Derek Stevens --- ui-repolist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-repolist.c b/ui-repolist.c index 529a203..c162290 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -53,7 +53,7 @@ static int get

Dumb HTTP & Caching

2020-04-11 Thread René Neumann
Hi, I'm using cgit as a dumb HTTP frontend to my git repositories. And I noticed that sometimes git push (via ssh) followed by git pull (via https) will return the revision before the push. Is it possible, that cgit's caching interferes with pull here? If so, is there some way to turn it off

Re: Slash after /about

2019-01-29 Thread René Neumann
Hi, without saying anything about the particular change, I find the behavior of thttpd in this regard to be slighly irritating: I know more than one software, where 'bar/foo' and 'bar/foo/' might represent two different things (mostly the former being 'service bar with argument foo' and the

Re: Troubles using special characters in links with lighttpd

2015-05-15 Thread René Neumann
Am 15.05.2015 um 15:12 schrieb David Demelier: Only have to name my repositories with trailing .git though, if you have an idea how I can improve that. No, the path of the repo, its url and its name are three different things, which can be set independently. Take a look at REPOSITORY SETTINGS

Re: [PATCH 2/2 v3] log: allow users to follow a file

2015-03-23 Thread René Neumann
the configuration file to globally > enable/disable this feature. Note that we may consider a large number > of commits the revision walking machinery no longer performs any path > limitation so we have to examine every commit until we find a page full > of commits that affect the target

Re: [RESEND PATCH 1/1] enable cgit to show gravatar for author, committer and tagger

2014-01-14 Thread René Neumann
Am 14.01.2014 18:35, schrieb Christian Hesse: > "Jason A. Donenfeld" on Tue, 2014/01/14 18:23: >> On Tue, Jan 14, 2014 at 6:22 PM, Christian Hesse wrote: >>> Looks better, though not perfect. >>> At least firefox still scales the image a bit. >> >> Can you investigate the whole "px to pt" situati