Hi,
The gitweb summary page at www.kernel.org/git have wrong git:// links. Also the search feature is not working properly. It generates the search results but then immediately loads a wrong page.
-aneesh
On 1/2/07, Aneesh Kumar K.V [off-list ref] wrote:
The gitweb summary page at www.kernel.org/git have wrong git:// links.
I have just checked, and the URLs were correct. For example, I took
the git-tools url and successfully did
git-clone git://git.kernel.org/pub/scm/git/git-tools.git
Which URLs are failing for you?
Also the search feature is not working properly. It generates the search
results but then immediately loads a wrong page.
This does look broken... I'll see if I can find out more.
cheers,
martin
Which URLs are failing for you?
The url is correct but it should only be displayed and not be a
clickable link.
Also can I suggest that the link be moved to the summary page, it really
messes up the look of the project_list action page.
This does look broken... I'll see if I can find out more.
It's broken because the search action page still prints it's output
instead of concatenating the output to a string and returning the string
in gitweb/gitweb/search.pm.
Robert