[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] Why is cgit showing the wrong stuff?
From: |
Assaf Gordon |
Subject: |
Re: [Savannah-hackers-public] Why is cgit showing the wrong stuff? |
Date: |
Thu, 29 Jan 2015 09:18:07 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
Hello,
On 01/28/2015 11:16 PM, Assaf Gordon wrote:
On Jan 28, 2015, at 17:37, Paul Smith <address@hidden> wrote:
Looking at http://git.savannah.gnu.org/cgit for GNU make (at least)
there's something bizarre about it:
http://git.savannah.gnu.org/cgit/make.git/tree
If I don't specify any tag or SHA in the URL, it always chooses some
strange commit from 2013 as the default; for example:
An update:
The 'make.git' repository on 'vcs.sv.gnu.org' seems to have some issue with
ambiguous 'master' refname.
This can be reproduced by running 'cgit' manually (on vcs):
====
vcs# QUERY_STRING="url=make.git/commit" /var/www/git/cgit/cgit.cgi > /dev/null
warning: refname 'master' is ambiguous.
warning: refname 'master' is ambiguous.
warning: refname 'master' is ambiguous.
====
And so I guess 'cgit' gets confused about which one to display.
I'll investigate further, but if anyone is already familiar with a fix, please
do send it.
Regards,
- Assaf