Hello,
On 01/28/2015 11:16 PM, Assaf Gordon wrote:
On Jan 28, 2015, at 17:37, Paul Smith <[email protected]> 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