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