git_push_update

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

extern (C) nothrow @nogc public
struct git_push_update {}

Members

Variables

dst
libgit2.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.oid.git_oid src;

The current target of the reference

src_refname
char* src_refname;

The source name of the reference

Meta