summaryrefslogtreecommitdiff
path: root/src/push.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/push.h')
-rw-r--r--src/push.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/push.h b/src/push.h
index 16550a705..b19d40e03 100644
--- a/src/push.h
+++ b/src/push.h
@@ -109,14 +109,10 @@ int git_push_add_refspec(git_push *push, const char *refspec);
*
* @param push The push object
* @param signature The identity to use when updating reflogs
- * @param reflog_message The message to insert into the reflogs. If NULL, the
- * default is "update by push".
*
* @return 0 or an error code
*/
-int git_push_update_tips(
- git_push *push,
- const char *reflog_message);
+int git_push_update_tips(git_push *push);
/**
* Perform the push