Feature #8365
Git: per project setting to report last commit or not in repository tree
Added by Toshi MARUYAMA about 2 years ago.
Updated about 2 years ago.
| 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.
note-12 of #4773
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.

Associated revisions
Revision 5768
Added by Toshi MARUYAMA about 2 years ago
scm: git: get "extra_report_last_commit" value from extra_info (#8365, #7047).
Browsing repository tree performance problem is git only.
So, adding new "report_last_commit" column is very expensive.
Revision 5771
Added by Toshi MARUYAMA about 2 years ago
scm: git: add check box of whether reporting last commit for files and directories in project setting (#8365, #7047).
Browsing repository tree performance problem is git only.
So, adding new "report_last_commit" column is very expensive.
History
- 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.

Also available in: Atom
PDF