Top | ![]() |
![]() |
![]() |
![]() |
GgitPushOptions *
ggit_push_options_new (void
);
Create a new push options object.
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.
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.
“parallelism”
property“parallelism” gint
Parallelism.
Flags: Read / Write / Construct
Allowed values: >= 0
Default value: 1