21 Commits (a1d4f67c12ac172f835e6d5e4e0a197075e2146b)

Author SHA1 Message Date
Steve Kemp 84544f2ea3 comment: fix spelling mistakes inside comments 5 years ago
Jeff King ef8d7ac42a strvec: convert more callers away from argv_array name 5 years ago
René Scharfe a81e42d235 column: use utf8_strnwidth() to strip out ANSI color escapes 5 years ago
Jeff King acbf33f846 column: drop unused "opts" parameter in item_length() 6 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
Junio C Hamano 965ff23a43 column: do not include pager.c 7 years ago
Kevin Daudt b2d3fd287b column: show auto columns when pager is active 7 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
René Scharfe 8828f2985f use child_process_init() to initialize struct child_process variables 10 years ago
René Scharfe 2756ca4347 use REALLOC_ARRAY for changing the allocation size of arrays 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Jeff King 5eb7f7ead8 run_column_filter: use argv_array 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Nguyễn Thái Ngọc Duy b27004eb32 column: support piping stdout to external git-column process 13 years ago
Nguyễn Thái Ngọc Duy 3f8eccbe16 column: add dense layout support 13 years ago
Nguyễn Thái Ngọc Duy 077539d734 column: add columnar layout 13 years ago
Nguyễn Thái Ngọc Duy 7e29b8254f Add column layout skeleton and git-column 13 years ago