Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sp/emfile'
[gitweb.git]
/
contrib
/
examples
/
builtin-fetch--tool.c
diff --git
a/contrib/examples/builtin-fetch--tool.c
b/contrib/examples/builtin-fetch--tool.c
index cd10dbcbc90ee155e05cffb49e88defcf35c5a59..3140e405fa130a0fa20b2f6ee4171da70935de66 100644
(file)
--- 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 {