Skip to content

Make user repo prefix customizable #561

Description

@gitblit

Originally reported on Google Code with ID 265

It would be nice if the prefix of user repositories would be customizable. Right now
user repositories are created under ~username/. 

I am trying this together with other web tools and most stumble over repository directories
with the tilde. It would be good if the prefix of the username could be changed. It
might even be a directory.

Possible configurations:

---
Prefix: ~

Repos: 
~userA/bla.git
~userZ/blubb.git

---
Prefix: 

Repos:
userA/bla.git
userZ/blubb.git


---
Prefix: _

Repos:
_userA/bla.git
_userZ/blubb.git


---
Prefix: user/

Repos:
user/userA/bla.git
user/userB/blubb.git

Reported by f.zschocke on 2013-07-03 18:51:22

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions