]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote.h
Merge branch 'es/bugreport-with-hooks'
[thirdparty/git.git] / remote.h
index b134cc21be1aebbad9f00ae182d481eb6694dd01..11d8719b587767bf4cdf0b5b1eccb9572da2658e 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -261,8 +261,7 @@ struct branch {
 struct branch *branch_get(const char *name);
 const char *remote_for_branch(struct branch *branch, int *explicit);
 const char *pushremote_for_branch(struct branch *branch, int *explicit);
-const char *remote_ref_for_branch(struct branch *branch, int for_push,
-                                 int *explicit);
+const char *remote_ref_for_branch(struct branch *branch, int for_push);
 
 /* returns true if the given branch has merge configuration given. */
 int branch_has_merge_config(struct branch *branch);