git-lfs/git
Leonardo Sarmiento c75c41c898 Use --sparse parameter for ls-files for performance optimization
When lfs is used with a huge mono repository with sparse-checkout,
the lfs post-commit command took a long time. Per default
git ls-files, which excute during the post-commit, retrieves all
file paths, irrespectevly of the sparse set. When sparse-index is
used ls-files respects the --sparse parameter, which omits the
irrelevant files that are not in the sparse set, resulting in a
performance improvement.
2022-11-15 12:29:50 +01:00
..
gitattr git/gitattr,t: handle unspecified macro attributes 2022-11-08 01:07:05 -08:00
githistory update inline comments to Go v1.19 doc format 2022-09-25 18:15:31 -07:00
attribs.go post-checkout: don't modify permissions of untracked files 2021-12-06 13:44:33 +00:00
config_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
config.go subprocess: report errors when finding executables 2022-04-19 09:45:20 -07:00
filter_process_scanner_test.go git: use pktline repository 2021-07-20 18:37:31 +00:00
filter_process_scanner.go update inline comments to Go v1.19 doc format 2022-09-25 18:15:31 -07:00
filter_process_status.go make additional message strings translatable 2022-01-29 22:36:19 -08:00
git_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
git.go update inline comments to Go v1.19 doc format 2022-09-25 18:15:31 -07:00
ls_files.go Use --sparse parameter for ls-files for performance optimization 2022-11-15 12:29:50 +01:00
ls_tree_scanner_test.go commands/fsck: exit 1 on failed fsck 2021-07-14 18:15:31 +00:00
ls_tree_scanner.go fsck: don't detect symlinks as invalid pointers 2021-10-20 20:51:41 +00:00
object_scanner.go update more comments for catFileBatch() functions 2022-10-31 22:15:22 -07:00
refs_test.go commands,git,lfs: rename left/right RefUpdate vars 2022-02-06 21:32:27 -08:00
refs.go commands,git,lfs: rename left/right RefUpdate vars 2022-02-06 21:32:27 -08:00
rev_list_scanner_test.go git: rename left/right ref args in comments 2022-02-06 21:32:27 -08:00
rev_list_scanner.go subprocess: report errors when finding executables 2022-04-19 09:45:20 -07:00
version.go Set package version to v3 2021-09-02 20:41:08 +00:00