Merge branch 'nd/columns' into next
commit93bb1577f488153d19882bd5e29d3ee790ba5f55
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Apr 2012 21:57:06 +0000 (30 14:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Apr 2012 21:57:06 +0000 (30 14:57 -0700)
tree1136432d3aade2fd8b6624e0088fb10887a6260b
parentb301202fe86de16340337946165a5bdd6c9a9120
parentd96e3c150f2b4508f2e7d23ce9183d5b807c2155
Merge branch 'nd/columns' into next

A couple of commands learn --column option to produce columnar output.

By Nguyễn Thái Ngọc Duy (9) and Zbigniew Jędrzejewski-Szmek (1)
* nd/columns:
  tag: add --column
  column: support piping stdout to external git-column process
  status: add --column
  branch: add --column
  help: reuse print_columns() for help -a
  column: add dense layout support
  t9002: work around shells that are unable to set COLUMNS to 1
  column: add columnar layout
  Stop starting pager recursively
  Add column layout skeleton and git-column
14 files changed:
.gitignore
Documentation/config.txt
Documentation/git-branch.txt
Documentation/git-status.txt
Makefile
builtin/branch.c
builtin/commit.c
builtin/help.c
command-list.txt
git.c
help.c
help.h
parse-options.h
t/t3200-branch.sh