Age | Commit message (Expand) | Author | Files | Lines |
2019-01-24 | column: drop unused "opts" parameter in item_length() | Jeff King | 1 | -2/+2 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2017-10-24 | column: do not include pager.c | Junio C Hamano | 1 | -1/+0 |
2017-10-17 | column: show auto columns when pager is active | Kevin Daudt | 1 | -1/+2 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2016-02-22 | use xmallocz to avoid size arithmetic | Jeff King | 1 | -2/+1 |
2016-02-22 | convert trivial cases to ALLOC_ARRAY | Jeff King | 1 | -1/+1 |
2014-10-28 | use child_process_init() to initialize struct child_process variables | René Scharfe | 1 | -1/+1 |
2014-09-18 | use REALLOC_ARRAY for changing the allocation size of arrays | René Scharfe | 1 | -4/+2 |
2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -1/+1 |
2014-06-20 | refactor skip_prefix to return a boolean | Jeff King | 1 | -2/+3 |
2014-05-15 | run_column_filter: use argv_array | Jeff King | 1 | -30/+13 |
2014-03-31 | comments: fix misuses of "nor" | Justin Lebar | 1 | -2/+2 |
2012-04-27 | column: support piping stdout to external git-column process | Nguyễn Thái Ngọc Duy | 1 | -0/+69 |
2012-04-27 | column: add dense layout support | Nguyễn Thái Ngọc Duy | 1 | -1/+83 |
2012-04-27 | column: add columnar layout | Nguyễn Thái Ngọc Duy | 1 | -0/+114 |
2012-04-27 | Add column layout skeleton and git-column | Nguyễn Thái Ngọc Duy | 1 | -0/+169 |