status: fix display of rebase -ir's `label` command
[gitweb.git] / remote.h
index f58332a27e96ee9e3ec7bea53e7889d62a0140a2..6a1795947e6f3ff3265a406b2bc43c87842a0833 100644 (file)
--- a/remote.h
+++ b/remote.h
@@ -255,7 +255,8 @@ enum ahead_behind_flags {
 
 /* Reporting of tracking info */
 int stat_tracking_info(struct branch *branch, int *num_ours, int *num_theirs,
-                      const char **upstream_name, enum ahead_behind_flags abf);
+                      const char **upstream_name, int for_push,
+                      enum ahead_behind_flags abf);
 int format_tracking_info(struct branch *branch, struct strbuf *sb,
                         enum ahead_behind_flags abf);