Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
log: teach "terminator" vs "separator" mode to "--pretty=format"
[gitweb.git]
/
builtin-remote.c
diff --git
a/builtin-remote.c
b/builtin-remote.c
index 9c15173032f8566539a10b93074e15d493dd17d7..d77f10a0eaa64466b919bcede37ad8c67b70b3fc 100644
(file)
--- a/
builtin-remote.c
+++ b/
builtin-remote.c
@@
-472,6
+472,7
@@
static int show_or_prune(int argc, const char **argv, int prune)
spec->dst ? ":" : "",
skip_prefix(spec->dst, "refs/heads/"));
}
+ printf("\n");
}
cleanup_states:
/* NEEDSWORK: free remote */