summaryrefslogtreecommitdiff
path: root/include/git2/remote.h
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-04-23 12:15:35 -0700
committerVicent Martí <vicent@github.com>2013-04-23 12:15:35 -0700
commit495d6f07c44c48e9968eb82f65c3336ba1922398 (patch)
tree284a33d269512263672252f625b5e07f614c81db /include/git2/remote.h
parent7915e6cc66a28d0767fc9899e58b2ca544ee12d0 (diff)
parentdfdf709e3f8aed5cb8ee54d9c508b65672c8a211 (diff)
downloadlibgit2-495d6f07c44c48e9968eb82f65c3336ba1922398.tar.gz
Merge pull request #1502 from nvloff/remote_refspecs_minor_fixes
Remote refspecs minor fixes
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r--include/git2/remote.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index 5dcd93099..f02b95678 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -182,15 +182,6 @@ GIT_EXTERN(int) git_remote_add_push(git_remote *remote, const char *refspec);
GIT_EXTERN(int) git_remote_get_push_refspecs(git_strarray *array, git_remote *remote);
/**
- * Get the push refspec
- *
- * @param remote the remote
- * @return a pointer to the push refspec or NULL if it doesn't exist
- */
-
-GIT_EXTERN(const git_refspec *) git_remote_pushspec(const git_remote *remote);
-
-/**
* Clear the refspecs
*
* Remove all configured fetch and push refspecs from the remote.