Feature #8365
Git: per project setting to report last commit or not in repository tree
| Status: | Closed | Start date: | 2011-05-13 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Toshi MARUYAMA | % Done: | 0% |
|
| Category: | SCM | |||
| Target version: | 1.2.0 | |||
| Resolution: | Fixed |
Description
Git repository tree browsing is very slow.
Please see defect #7047.
Actually, what is really slow when browsing a git repository is to get information about last change on each file using git log -n 1. When removing this, browsing is pretty fast. Maybe we should disable this.
Related issues
Associated revisions
scm: git: use symbol instead of string whether reporting last commit in project setting i18n text (#8365).
History
#1 Updated by Toshi MARUYAMA about 1 year ago
- File git-tree-no-report.png added
- Status changed from New to Closed
- Target version set to 1.2.0
- Resolution set to Fixed
I finished implementing in r5776.