mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-29 22:43:24 -05:00
4db09304f97b12d7db5d199eebb1f24c74e12d17
When the diff contains thousands of files, calling git-check-attr once per file is very slow. With this patch gitk does attribute lookup in batches of 30 files while reading the diff file list, which leads to a very noticeable speedup. It may be possible to reimplement this even more efficiently, if git-check-attr is modified to support a --stdin-paths option. Additionally, it should quote the ':' character in file paths, or provide a more robust way of column separation. Signed-off-by: Alexander Gavrilov <angavrilov@gmail.com> Tested-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Paul Mackerras <paulus@samba.org>
Description
Releases
335
Languages
C
50.6%
Shell
38.7%
Perl
4.3%
Tcl
3.1%
Python
0.8%
Other
2.3%