git_push_update

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

Members

Variables

dst
libgit2_d.oid.git_oid dst;

The new target for the reference

dst_refname
char* dst_refname;

The name of the reference to update on the server

src
libgit2_d.oid.git_oid src;

The current target of the reference

src_refname
char* src_refname;

The source name of the reference

Meta