You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back in 01aa024 the server would revwalk to find which ancestral commit introduced the blob for each tree entry, and used that commit time as modification time for the file. Now we list all files with the modification time of the master commit itself.
Could try revisiting this and doing a single more efficient revwalk checking for all tree entries at once. It would still be slower than the current method, but remains to be seen how slow.
The text was updated successfully, but these errors were encountered:
begriffs
changed the title
Support faster, less exact file modification dates
Support per-file modification dates
Feb 17, 2019
Back in 01aa024 the server would revwalk to find which ancestral commit introduced the blob for each tree entry, and used that commit time as modification time for the file. Now we list all files with the modification time of the master commit itself.
Could try revisiting this and doing a single more efficient revwalk checking for all tree entries at once. It would still be slower than the current method, but remains to be seen how slow.
The text was updated successfully, but these errors were encountered: