Opened 14 years ago
Closed 9 years ago
#7860 closed enhancement (wontfix)
Browse branches as virtual top-level folders
Reported by: | Sigurd Hogsbro | Owned by: | Herbert Valerio Riedel |
---|---|---|---|
Priority: | low | Component: | GitPlugin |
Severity: | normal | Keywords: | |
Cc: | Mitar | Trac Release: | 0.12 |
Description
For Git repos with multiple branches it would be useful to be able to browse the branch as a top-level virtual folder, with the actual files in the branch beneath it.
Attachments (0)
Change History (6)
comment:1 Changed 14 years ago by
comment:3 Changed 14 years ago by
Type: | defect → enhancement |
---|
If a repo has branches such as 'master', 'appstore', 'testing', then I'd like for these 3 branch names to appear as the 1st level beneath the repo-node.
The files within the 'master' branch would then appear beneath the 'master' virtual folder, and vice-versa for 'appstore' and 'testing' branches.
comment:4 Changed 14 years ago by
This would be really excellent, as most development work I do is off in branches (thus not visible) until getting merged.
comment:5 Changed 13 years ago by
Seconded! It would be useful for code review purposes to be able to link to commits and diffs in any branch.
comment:7 Changed 9 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
GitPlugin is deprecated. Please upgrade to Trac 1.0 and use TracGit.
Do you mean emulating subversions
/branches/
folder convention?