set_quiet


Description:

public void set_quiet (bool quiet)

Used by ggit_rebase_init, this will instruct other clients working on this rebase that you want a quiet rebase experience, which they may choose to provide in an application-specific manner.

This has no effect upon libgit2-glib directly, but is provided for interoperability between Git tools.

Parameters:

this

a RebaseOptions.

quiet

whether you want a quiet rebase experience.