mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 11:06:32 +00:00
midx: support sha256
This commit is contained in:
@@ -29,7 +29,11 @@ GIT_BEGIN_DECL
|
||||
*/
|
||||
GIT_EXTERN(int) git_midx_writer_new(
|
||||
git_midx_writer **out,
|
||||
const char *pack_dir);
|
||||
const char *pack_dir
|
||||
#ifdef GIT_EXPERIMENTAL_SHA256
|
||||
, git_oid_t oid_type
|
||||
#endif
|
||||
);
|
||||
|
||||
/**
|
||||
* Free the multi-pack-index writer and its resources.
|
||||
|
||||
Reference in New Issue
Block a user