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 09:08:40 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
12
Commits
6
Branches
1,000
Tags
2385536282d809e923af3895624d8c66b01ec433
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
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
contrib
/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
Description
No description provided
706
MiB
Languages
C
50.5%
Shell
38.9%
Perl
4.4%
Tcl
3.1%
Python
0.8%
Other
2.1%