Class
GgitPushOptions
Description [src]
class Ggit.PushOptions : GObject.Object
{
/* No available fields */
}
Represents a git push options.
Instance methods
ggit_push_options_get_parallelism
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
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.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.