Re: [RFC] gitweb wishlist and TODO list

From: Carl Worth <cworth@cworth.org>
Date: 2006-06-21 03:33:19
On Tue, 20 Jun 2006 18:51:18 +0200, Jakub Narebski wrote:
>
> Any further ideas for other useful features?
>

Since you asked...

From the first time I saw gitweb the feature I wanted was to put
more useful information in the path of the URL rather than in the
query string.

One possible organization might be:

/<project>/<commitish>/<path>[/<more_path> ...]

I'd really like to be able to publish nice clean URLs (without any
query component) for getting at particular branches within projects,
for example.

The above might not be entirely feasible in the face of hierachical
project names containing '/' characters as they might then conflict
with branch names.

Another general feature I'd like is for URLs to be as interchangeable
as possible between gitweb and command-line git tools. My goal is to
be able to push out a new branch and then send an email announcing the
branch with a single URL something like:

	http://git.somewhere.org/project/branch

where this would obviously work if fed to a web browser, but ideally
would also be possible to feed to git-fetch or even git-clone perhaps
without requiring any user knowledge on how to mangle it first.

-Carl

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Received on Wed Jun 21 03:40:34 2006

This archive was generated by hypermail 2.1.8 : 2006-06-21 03:40:58 EST