// This file is just a placeholder, please use the libgit2 package directly instead
module git.c.push;
public import deimos.git2.push;

pragma(msg, "Deprecated import git.c.push used. Please import deimos.git2.push instead.");