Commit 281da004 by Carlos Martín Nieto

remote: fix rename docs

parent 47fae920
...@@ -577,9 +577,6 @@ GIT_EXTERN(void) git_remote_set_autotag( ...@@ -577,9 +577,6 @@ GIT_EXTERN(void) git_remote_set_autotag(
* strarray on succesful return. * strarray on succesful return.
* @param remote the remote to rename * @param remote the remote to rename
* @param new_name the new name the remote should bear * @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 * @return 0, GIT_EINVALIDSPEC, GIT_EEXISTS or an error code
*/ */
GIT_EXTERN(int) git_remote_rename( GIT_EXTERN(int) git_remote_rename(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment