log of tags

2015-01-15 Thread Ferry Huberts
Hi Just noticed this: You can't show the log of a tag when that tag is not on a branch, which happen to me a lot for expired maintenance branches. Sound familiar? How to fix? Include a 'log' line, like the 'Tagged object' line? Or just make clicking on the log 'tab' do the right thing? (it cu

Re: log of tags

2015-01-15 Thread Lukas Fleischer
On Thu, 15 Jan 2015 at 17:18:02, Ferry Huberts wrote: > Hi > > Just noticed this: > You can't show the log of a tag when that tag is not on a branch, which > happen to me a lot for expired maintenance branches. > > Sound familiar? > > How to fix? > Include a 'log' line, like the 'Tagged object'

[PATCH] Return proper HTTP response when accessing info/

2015-01-15 Thread Lukas Fleischer
Currently, when a user directly accesses the info command of a repository, we exit cgit without printing anything to stdout, bringing up error messages like "502 Bad Gateway" or "An error occurred while reading CGI reply (no response received)". Instead of bailing out, at least print the HTTP heade

Re: [PATCH] Return proper HTTP response when accessing info/

2015-01-15 Thread Jason A. Donenfeld
Good thinkin, Lincoln. Merged. ___ CGit mailing list CGit@lists.zx2c4.com http://lists.zx2c4.com/mailman/listinfo/cgit

Re: log of tags

2015-01-15 Thread John Keeping
On Thu, Jan 15, 2015 at 06:27:50PM +0100, Lukas Fleischer wrote: > On Thu, 15 Jan 2015 at 17:18:02, Ferry Huberts wrote: > > Hi > > > > Just noticed this: > > You can't show the log of a tag when that tag is not on a branch, which > > happen to me a lot for expired maintenance branches. > > > >

Re: [PATCH v2 1/1] git: preview for v2.3.0-rc0

2015-01-15 Thread John Keeping
On Wed, Jan 14, 2015 at 04:34:20PM +0100, l...@eworm.de wrote: > From: Christian Hesse > > * sort_string_list(): rename to string_list_sort() (upstream commit > * 3383e199) > * update read_tree_recursive callback to pass strbuf as base (upstream > commit 6a0b0b6d) > > Signed-off-by: Christian

[PATCH] tag: reference with "h" instead of "id"

2015-01-15 Thread John Keeping
When clicking on "log" from a tag we end up showing the log of whatever branch we used to reach the tag. If the tag doesn't point onto a branch then the tagged commit won't appear in this output. By linking to tags with the head parameter instead of the "id" parameter the log link will show the l

Re: [PATCH] tag: reference with "h" instead of "id"

2015-01-15 Thread Ferry Huberts
Thanks for picking this up so fast John. The solution is also what I preferred :-) (didn't review the patch, been out of cgit dev for too long) On 15/01/15 23:18, John Keeping wrote: When clicking on "log" from a tag we end up showing the log of whatever branch we used to reach the tag. If the

Re: [PATCH v2] Support Git over HTTP using git-http-backend

2015-01-15 Thread Florian Pritz
On 29.12.2014 18:16, Lukas Fleischer wrote: > On Mon, 29 Dec 2014 at 17:56:05, Florian Pritz wrote: >> This saves users from the hassle of setting up git-http-backend when >> they already run cgit. >> >> References: man git-http-backend Since this has not yet been merged and it currently conflict