This website requires JavaScript.
Explore
Help
Register
Sign In
global
/
git
Watch
1
Star
0
Fork
0
You've already forked git
mirror of
https://github.com/git/git.git
synced
2026-03-10 17:18:43 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2385536282d809e923af3895624d8c66b01ec433
git
/
contrib
History
Simon Hausmann
2385536282
Avoid calling fstat for every imported file (slow!) and instead read the file data first into the python process and use the length of the bytes read for the size field of git fast-import.
...
Signed-off-by: Simon Hausmann <
hausmann@kde.org
>
2007-01-31 22:38:07 +01:00
..
fast-import
Avoid calling fstat for every imported file (slow!) and instead read the file data first into the python process and use the length of the bytes read for the size field of git fast-import.
2007-01-31 22:38:07 +01:00