aboutsummaryrefslogtreecommitdiffstats
path: root/column.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-13column: guard against negative paddingKristoffer Haugsbakk1-0/+4
2023-04-11treewide: remove cache.h inclusion due to pager.h changesElijah Newren1-1/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2022-12-09utf8: fix truncated string lengths in `utf8_strnwidth()`Patrick Steinhardt1-1/+1
2020-08-10Merge branch 'jk/strvec'Junio C Hamano1-6/+6
2020-07-29comment: fix spelling mistakes inside commentsSteve Kemp1-1/+1
2020-07-28strvec: convert more callers away from argv_array nameJeff King1-6/+6
2019-10-15column: use utf8_strnwidth() to strip out ANSI color escapesRené Scharfe1-12/+1
2019-01-24column: drop unused "opts" parameter in item_length()Jeff King1-2/+2
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2017-10-24column: do not include pager.cJunio C Hamano1-1/+0
2017-10-17column: show auto columns when pager is activeKevin Daudt1-1/+2
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
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