diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-12-10 10:04:56 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-12-10 10:04:56 +0900 |
| commit | de9278127e107455fda269d2db280782d77e5eba (patch) | |
| tree | d6b91c410d041a5b24e8a3c25f9fdba59c629a97 /t/unit-tests/lib-reftable.h | |
| parent | 35f40385e441d5aa885f5aa813539d5ed9dc2d26 (diff) | |
| parent | 988e7f5e952bbb7b6ae885f4da744f536f22693f (diff) | |
| download | git-de9278127e107455fda269d2db280782d77e5eba.tar.gz | |
Merge branch 'ps/reftable-detach'
Isolates the reftable subsystem from the rest of Git's codebase by
using fewer pieces of Git's infrastructure.
* ps/reftable-detach:
reftable/system: provide thin wrapper for lockfile subsystem
reftable/stack: drop only use of `get_locked_file_path()`
reftable/system: provide thin wrapper for tempfile subsystem
reftable/stack: stop using `fsync_component()` directly
reftable/system: stop depending on "hash.h"
reftable: explicitly handle hash format IDs
reftable/system: move "dir.h" to its only user
Diffstat (limited to 't/unit-tests/lib-reftable.h')
| -rw-r--r-- | t/unit-tests/lib-reftable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/unit-tests/lib-reftable.h b/t/unit-tests/lib-reftable.h index d4950fed3d..e4c360fa7e 100644 --- a/t/unit-tests/lib-reftable.h +++ b/t/unit-tests/lib-reftable.h @@ -6,7 +6,7 @@ struct reftable_buf; -void t_reftable_set_hash(uint8_t *p, int i, uint32_t id); +void t_reftable_set_hash(uint8_t *p, int i, enum reftable_hash id); struct reftable_writer *t_reftable_strbuf_writer(struct reftable_buf *buf, struct reftable_write_options *opts); |
