indexer.c
30.2 KB
-
Also remove a `ftruncate(2)` call in `git_indexer_commit` · eeceaac0
Now that we're not using `mmap(2)` for writing stuff, we don't need to truncate the file afterwards, since it'll have the correct size at the end of the process. Whee~!
lhchavez committed