summaryrefslogtreecommitdiffstats
path: root/column.c (follow)
Commit message (Expand)AuthorAgeLines
* Merge branch 'jk/strvec'Junio C Hamano2020-08-10-6/+6
|\
| * strvec: convert more callers away from argv_array nameJeff King2020-07-28-6/+6
* | comment: fix spelling mistakes inside commentsSteve Kemp2020-07-29-1/+1
|/
* column: use utf8_strnwidth() to strip out ANSI color escapesRené Scharfe2019-10-15-12/+1
* column: drop unused "opts" parameter in item_length()Jeff King2019-01-24-2/+2
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-06-1/+1
* column: do not include pager.cJunio C Hamano2017-10-24-1/+0
* column: show auto columns when pager is activeKevin Daudt2017-10-17-1/+2
* config: don't include config.h by defaultBrandon Williams2017-06-15-0/+1
* use xmallocz to avoid size arithmeticJeff King2016-02-22-2/+1
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22-1/+1
* use child_process_init() to initialize struct child_process variablesRené Scharfe2014-10-28-1/+1
* use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-18-4/+2
* run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20-1/+1
* refactor skip_prefix to return a booleanJeff King2014-06-20-2/+3
* run_column_filter: use argv_arrayJeff King2014-05-15-30/+13
* comments: fix misuses of "nor"Justin Lebar2014-03-31-2/+2
* column: support piping stdout to external git-column processNguyễn Thái Ngọc Duy2012-04-27-0/+69
* column: add dense layout supportNguyễn Thái Ngọc Duy2012-04-27-1/+83
* column: add columnar layoutNguyễn Thái Ngọc Duy2012-04-27-0/+114
* Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy2012-04-27-0/+169