summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-06-09 19:35:41 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-06-09 19:35:41 +0200
commit281da0043ca6fe8c5ba6bc24c24c10d80db93956 (patch)
tree769a2b3a23b5ef6d80669a7791b6cd99d8a23f5a
parent47fae920c16372f5d94103b2a377f9ea5ce2dd8d (diff)
downloadlibgit2-281da0043ca6fe8c5ba6bc24c24c10d80db93956.tar.gz
remote: fix rename docs
-rw-r--r--include/git2/remote.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h
index cba57c4f..c72c9c8c 100644
--- a/include/git2/remote.h
+++ b/include/git2/remote.h
@@ -577,9 +577,6 @@ GIT_EXTERN(void) git_remote_set_autotag(
* strarray on succesful return.
* @param remote the remote to rename
* @param new_name the new name the remote should bear
- * @param callback Optional callback to notify the consumer of fetch refspecs
- * that haven't been automatically updated and need potential manual tweaking.
- * @param payload Additional data to pass to the callback
* @return 0, GIT_EINVALIDSPEC, GIT_EEXISTS or an error code
*/
GIT_EXTERN(int) git_remote_rename(