]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/user-manual.txt
git-remote: list branches in vertical lists
authorJohannes Sixt <j6t@kdbg.org>
Wed, 22 Oct 2008 07:39:47 +0000 (09:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Oct 2008 01:05:38 +0000 (18:05 -0700)
commit20244ea2d09a3f5c3c83133014ca1e1b7b3d0227
tree58d3ac35a6449f02769956d407542c73579495cc
parentf55527f80223178d1837bae08addc57bed76d236
git-remote: list branches in vertical lists

Previously, branches were listed on a single line in each section. But
if there are many branches, then horizontal, line-wrapped lists are very
inconvenient to scan for a human. This makes the lists vertical, i.e one
branch per line is printed.

Since "git remote" is porcelain, we can easily make this
backwards-incompatible change.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt
builtin-remote.c
t/t5505-remote.sh