aboutsummaryrefslogtreecommitdiffstats
path: root/column.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22use xmallocz to avoid size arithmeticJeff King1-2/+1
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-1/+1
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe1-1/+1
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe1-4/+2
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-1/+1
2014-06-20refactor skip_prefix to return a booleanJeff King1-2/+3
2014-05-15run_column_filter: use argv_arrayJeff King1-30/+13
2014-03-31comments: fix misuses of "nor"Justin Lebar1-2/+2
2012-04-27column: support piping stdout to external git-column processNguyễn Thái Ngọc Duy1-0/+69
2012-04-27column: add dense layout supportNguyễn Thái Ngọc Duy1-1/+83
2012-04-27column: add columnar layoutNguyễn Thái Ngọc Duy1-0/+114
2012-04-27Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy1-0/+169