Re: List user branches on git web

2020-07-17 Thread Frank Ch. Eigler via Gcc
Hi - > > https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=heads;h=refs/users/marxin/heads > > Apparently such page does not list user branches. I believe this is because of unusual gcc git conventions, where the refs/heads/ and refs/users/heads/ directories are distinct. I believe have gitweb exp

Re: List user branches on git web

2020-07-10 Thread Martin Liška
On 7/10/20 10:19 AM, Martin Liška wrote: current URL is long as: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=heads;h=refs/users/marxin/heads Apparently such page does not list user branches. So we can at least redirect to a user branch log: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=log

List user branches on git web

2020-07-10 Thread Martin Liška
Hey. Sometimes it's handy to send somebody a user branch link. However, the current URL is long as: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;a=heads;h=refs/users/marxin/heads Would it be possible to make some alias? Something like: https://gcc.gnu.org/git-branches/marxin Thanks, Martin