diff options
| author | Justin Tobler <jltobler@gmail.com> | 2026-07-10 11:37:13 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-07-10 13:21:52 -0700 |
| commit | 9c182bb59bf0eb7fc3deecec65b4d5efe47df28c (patch) | |
| tree | 68e503f0c1762dca2c76986e7569505c8acc495f /git-commit-script | |
| parent | f065d5985c30d41d8d43ca86c299a311533691bc (diff) | |
object-file: rename files transaction fsync function
When writing an object to a "files" ODB transaction, a full hardware
flush is not initially performed during the fsync in
`fsync_loose_object_transaction()` and instead delayed until the
transaction is later committed.
To be more consistent with other "files" ODB transaction helpers, rename
the function to `odb_transaction_files_fsync()` accordingly. The
conditional in the helper is also slightly restructured to improve
clarity to readers.
Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-commit-script')
0 files changed, 0 insertions, 0 deletions
