* Move the just written object into its final resting place. */
| 400 | * Move the just written object into its final resting place. |
| 401 | */ |
| 402 | int finalize_object_file(struct repository *repo, |
| 403 | const char *tmpfile, const char *filename) |
| 404 | { |
| 405 | return finalize_object_file_flags(repo, tmpfile, filename, 0); |
| 406 | } |
| 407 | |
| 408 | int finalize_object_file_flags(struct repository *repo, |
| 409 | const char *tmpfile, const char *filename, |
no test coverage detected