libgit2

git_push_update

Version:

Represents an update which will be performed on the remote during push

Signature

typedef struct git_push_update { char *src_refname char *dst_refname git_oid src git_oid dst };

Members

char *
src_refname

The source name of the reference

char *
dst_refname

The name of the reference to update on the server

src

The current target of the reference

dst

The new target for the reference

Parameter To

Versions