X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.h;h=091b1d041f8a4d255f59bfc001e098e692dbc15c;hb=3814c07498f87e7d27b55175ca2852fcc4cd27f4;hp=8eed87ba5ab78eb4635632c21843590467d0d864;hpb=87fb597d4e3643210e1967d1e3035f28f5b019e5;p=git.git diff --git a/remote.h b/remote.h index 8eed87ba5..091b1d041 100644 --- a/remote.h +++ b/remote.h @@ -129,4 +129,8 @@ enum match_refs_flags { MATCH_REFS_MIRROR = (1 << 1), }; +/* Reporting of tracking info */ +int stat_tracking_info(struct branch *branch, int *num_ours, int *num_theirs); +int format_tracking_info(struct branch *branch, struct strbuf *sb); + #endif