summaryrefslogtreecommitdiff
path: root/column.c
AgeCommit message (Expand)Author
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