From 34d5cc055ea7d31880bb034208d6869103ee4a80 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 10 Sep 2025 10:16:52 -0400 Subject: [PATCH] bug report --- ...mote_slow_because_reconcileStaged_runs_for_each_file.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/bugs/get_from_local_git_remote_slow_because_reconcileStaged_runs_for_each_file.mdwn diff --git a/doc/bugs/get_from_local_git_remote_slow_because_reconcileStaged_runs_for_each_file.mdwn b/doc/bugs/get_from_local_git_remote_slow_because_reconcileStaged_runs_for_each_file.mdwn new file mode 100644 index 0000000000..efdd32bd62 --- /dev/null +++ b/doc/bugs/get_from_local_git_remote_slow_because_reconcileStaged_runs_for_each_file.mdwn @@ -0,0 +1,5 @@ +reconcileStaged runs `git write-tree` to see if anything has changed, which +can be slow in large repos. + +It should be possible for Remote.Git to cache the state so this doesn't +happen once per file. --[[Joey]] -- 2.30.2