Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support per-file modification dates #5

Open
begriffs opened this issue Feb 16, 2019 · 0 comments
Open

Support per-file modification dates #5

begriffs opened this issue Feb 16, 2019 · 0 comments

Comments

@begriffs
Copy link
Owner

begriffs commented Feb 16, 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.

@begriffs begriffs changed the title Support faster, less exact file modification dates Support per-file modification dates Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant