Method
GgitRepositoryreset
Declaration [src]
void
ggit_repository_reset (
GgitRepository* repository,
GgitObject* target,
GgitResetType reset_type,
GgitCheckoutOptions* checkout_options,
GError** error
)
Description [src]
Performs a reset of type reset_type
on repository
to target
,
or error
will be set.
Parameters
target |
GgitObject |
The target |
|
The data is owned by the caller of the function. | |
reset_type |
GgitResetType |
The |
|
checkout_options |
GgitCheckoutOptions |
The |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |