X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fexamples%2Fbuiltin-fetch--tool.c;h=3140e405fa130a0fa20b2f6ee4171da70935de66;hb=9b5a272e7252332b3a1d6fef54df7626c9eef9c5;hp=cd10dbcbc90ee155e05cffb49e88defcf35c5a59;hpb=e8a285e553f8c6c04820a542b2a28816a9d62d3c;p=git.git diff --git a/contrib/examples/builtin-fetch--tool.c b/contrib/examples/builtin-fetch--tool.c index cd10dbcbc..3140e405f 100644 --- a/contrib/examples/builtin-fetch--tool.c +++ b/contrib/examples/builtin-fetch--tool.c @@ -148,7 +148,7 @@ static int append_fetch_head(FILE *fp, what = remote_name + 10; } else if (!strncmp(remote_name, "refs/remotes/", 13)) { - kind = "remote branch"; + kind = "remote-tracking branch"; what = remote_name + 13; } else {