I recently got a taste of a busy github repository where many branches are created (for Pull Requests) every day. Because branch names should be descriptive, branch names could range from 10 to 60 chars long. This makes "git fetch" output really messy. So I resurrect a patch (1/2) I sent two years ago to keep alignment somewhat better. 2/2 is some more fancy adjustment to make sure one really long branch name will not make the rest of ref list suffer. But I think 1/2 is good enough most of the time. Nguyễn Thái Ngọc Duy (2): fetch: better alignment in ref summary fetch: reduce ref column size when there are enough short ref names builtin/fetch.c | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) -- 2.8.2.524.g6ff3d78 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html