summaryrefslogtreecommitdiff
path: root/column.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to pager.h changesElijah Newren2023-04-111-1/+1
* pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
* utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt2022-12-091-1/+1
* Merge branch 'jk/strvec'Junio C Hamano2020-08-101-6/+6
|\
| * strvec: convert more callers away from argv_array nameJeff King2020-07-281-6/+6
* | comment: fix spelling mistakes inside commentsSteve Kemp2020-07-291-1/+1
|/
* column: use utf8_strnwidth() to strip out ANSI color escapesRené Scharfe2019-10-151-12/+1
* column: drop unused "opts" parameter in item_length()Jeff King2019-01-241-2/+2
* Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* column: do not include pager.ckd/auto-col-with-pager-fixJunio 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 arraysrs/realloc-arrayRené 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