author | Johannes Sixt <j6t@kdbg.org> | |
Wed, 22 Oct 2008 07:39:47 +0000 (09:39 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 23 Oct 2008 01:05:38 +0000 (18:05 -0700) | ||
commit | 20244ea2d09a3f5c3c83133014ca1e1b7b3d0227 | |
tree | 58d3ac35a6449f02769956d407542c73579495cc | tree | snapshot |
parent | f55527f80223178d1837bae08addc57bed76d236 | commit | diff |
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>
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 | diff | blob | history | |
builtin-remote.c | diff | blob | history | |
t/t5505-remote.sh | diff | blob | history |