Lines Matching full:push
284 * Add a push refspec to the remote's configuration
286 * Add the given refspec to the push list in the configuration. No
291 * @param refspec the new push refspec
297 * Get the remote's list of push refspecs
333 * GIT_DIRECTION_PUSH if you want to push
426 /** Push network progress notification function */
434 * Represents an update which will be performed on the remote during push
468 * Called for each updated reference on push. If `status` is
554 * upload portion of a push. Be aware that this is called
719 * If the transport being used to push to the remote requires the creation
729 * Callbacks to use for this push operation
739 * Extra headers for this push operation
788 * @param opts the options to use for this push
804 * ignored for push. This must be the same value passed to `git_remote_download()`.
844 * Perform a push
846 * Peform all the steps from a push.
848 * @param remote the remote to push to
851 * @param opts options to use for this push