| Top |
Functions
ggit_push_options_new ()
GgitPushOptions *
ggit_push_options_new (void);
Create a new push options object.
ggit_push_options_get_parallelism ()
gint
ggit_push_options_get_parallelism (GgitPushOptions *options);
Get the number of parallel threads to use when creating the pack file to push. The special value 0 indicates that the number of threads will be automatically detected.
ggit_push_options_set_parallelism ()
void ggit_push_options_set_parallelism (GgitPushOptions *options,gint parallelism);
Set the number of parallel threads to use when creating the pack file
to push. The special value 0 can be specified for parallelism
indicating that
the number of threads will be automatically detected.
