diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-12 11:47:22 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-12 11:47:23 -0700 |
| commit | 04595eb4079e33496124a132832d28aba4a94dfc (patch) | |
| tree | 085ed52cf81c16d91e869e31e8ec4352f7c0a810 /t/unit-tests/lib-oid.c | |
| parent | Merge branch 'ps/index-pack-outside-repo-fix' (diff) | |
| parent | t: port helper/test-oid-array.c to unit-tests/t-oid-array.c (diff) | |
| download | git-04595eb4079e33496124a132832d28aba4a94dfc.tar.gz git-04595eb4079e33496124a132832d28aba4a94dfc.zip | |
Merge branch 'gt/unit-test-oid-array'
Another unit-test.
* gt/unit-test-oid-array:
t: port helper/test-oid-array.c to unit-tests/t-oid-array.c
Diffstat (limited to 't/unit-tests/lib-oid.c')
| -rw-r--r-- | t/unit-tests/lib-oid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/unit-tests/lib-oid.c b/t/unit-tests/lib-oid.c index 37105f0a8f..8f0ccac532 100644 --- a/t/unit-tests/lib-oid.c +++ b/t/unit-tests/lib-oid.c @@ -3,7 +3,7 @@ #include "strbuf.h" #include "hex.h" -static int init_hash_algo(void) +int init_hash_algo(void) { static int algo = -1; |
