summaryrefslogtreecommitdiffstats
path: root/column.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* column: do not include pager.cJunio C Hamano2017-10-241-1/+0
* column: show auto columns when pager is activeKevin Daudt2017-10-171-1/+2
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* use xmallocz to avoid size arithmeticJeff King2016-02-221-2/+1
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-281-1/+1
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-4/+2
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-1/+1
* refactor skip_prefix to return a booleanJeff King2014-06-201-2/+3
* run_column_filter: use argv_arrayJeff King2014-05-151-30/+13
* comments: fix misuses of "nor"Justin Lebar2014-03-311-2/+2
* column: support piping stdout to external git-column processNguyễn Thái Ngọc Duy2012-04-271-0/+69
* column: add dense layout supportNguyễn Thái Ngọc Duy2012-04-271-1/+83
* column: add columnar layoutNguyễn Thái Ngọc Duy2012-04-271-0/+114
* Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy2012-04-271-0/+169