summaryrefslogtreecommitdiff
path: root/t/t4013/diff.format-patch_--inline_--stdout_initial..master
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-04-15 11:38:19 +0200
committerJunio C Hamano <gitster@pobox.com>2025-04-15 08:24:36 -0700
commit70c0f9db4e00586e4df5cca24fe7ce05848ee59c (patch)
tree54480f65c224dbe45dd0d35bbecbbfd07eac6044 /t/t4013/diff.format-patch_--inline_--stdout_initial..master
parentd9f517d051d1008178cb6c809b5f906d0905508f (diff)
object-file: split up concerns of `HASH_*` flags
The functions `hash_object_file()`, `write_object_file()` and `index_fd()` reuse the same set of flags to alter their behaviour. This not only adds confusion, but given that every function only supports a subset of the flags it becomes very hard to see which flags can be passed to what function. Last but not least, this entangles the implementation of all three function families. Split up concerns by creating separate flags for each of the function families. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.format-patch_--inline_--stdout_initial..master')
0 files changed, 0 insertions, 0 deletions