summaryrefslogtreecommitdiff
path: root/column.c
AgeCommit message (Expand)Author
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin
2017-10-24column: do not include pager.cJunio C Hamano
2017-10-17column: show auto columns when pager is activeKevin Daudt
2017-06-15config: don't include config.h by defaultBrandon Williams
2016-02-22use xmallocz to avoid size arithmeticJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-05-15run_column_filter: use argv_arrayJeff King
2014-03-31comments: fix misuses of "nor"Justin Lebar
2012-04-27column: support piping stdout to external git-column processNguyễn Thái Ngọc Duy
2012-04-27column: add dense layout supportNguyễn Thái Ngọc Duy
2012-04-27column: add columnar layoutNguyễn Thái Ngọc Duy
2012-04-27Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy