Feature #8365
Git: per project setting to report last commit or not in repository tree
Added by Toshi MARUYAMA over 11 years ago.
Updated over 11 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 over 11 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 over 11 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.
Revision 5773
Added by Toshi MARUYAMA over 11 years ago
scm: git: add Japanese translation of whether reporting last commit for files and directories in project setting (#8365, #7047).
Revision 5776
Added by Toshi MARUYAMA over 11 years ago
scm: git: use symbol instead of string whether reporting last commit in project setting i18n text (#8365).
Also available in: Atom
PDF