git_indexer_options

Options for indexer configuration

Members

Variables

mode
uint mode;

permissions to use creating packfile or 0 for defaults

odb
git_odb* odb;

object database from which to read base objects when fixing thin packs. This can be NULL if there are no thin packs; if a thin pack is encountered, an error will be returned if there are bases missing.

progress_cb
.git_indexer_progress_cb progress_cb;

progress_cb function to call with progress information

progress_cb_payload
void* progress_cb_payload;

progress_cb_payload payload for the progress callback

verify
ubyte verify;

Do connectivity checks for the received pack

version_
uint version_;
Undocumented in source.

Meta