Is there a way to make LP default to showing me git repos?

Asked by Jeff Lane 

Since LP has supported Git for some time now, and most projects have moved to using Git over Bazaar, or more specifically ALL my projects are now git based, not bzr, is there some way to tell LP to always show me the git trees?

When I go here:

https://code.launchpad.net/~USERNAME

I would like for git to actually send me here:

https://code.launchpad.net/~USERNAME/+git

by default and make viewing bzr repos secondary.

It would be nice if there was some sort of radio button or boolean flag I could check to say "Default to +git when viewing code"

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Colin Watson
Solved:
Last query:
Last reply:
Revision history for this message
Best Colin Watson (cjwatson) said :
#1

It's not yet possible. I thought there was a bug report, but I don't see one. Please use the "Create bug report" option on this question.

(I'd suggest focusing on the problem rather than the solution for the purpose of a bug report; we might want to take a different approach, such as merging bzr and git onto a single page for the purpose of the per-person code index.)

Revision history for this message
Jeff Lane  (bladernr) said :
#2

Thanks Colin, Bug filed, feel free to refine the summary if necessary. I wanted to check first just to be sure I hadn't missed a setting somewhere.

Revision history for this message
Mark Shuttleworth (sabdfl) said :
#3

Why not just show all the repos regardless of format?

Mark

Revision history for this message
Colin Watson (cjwatson) said :
#4

@sabdfl: Yep, that's what I suggested in "merging bzr and git onto a single page" - I think that's probably the right answer here.

Revision history for this message
Jeff Lane  (bladernr) said :
#5

Thanks Colin Watson, that solved my question.