| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-04-17 | parse-options: detect mismatches in integer signedness | Patrick Steinhardt | 1 | -1/+1 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-02-13 | column: disallow negative padding | Kristoffer Haugsbakk | 1 | -0/+2 |
| 2024-02-08 | Merge branch 'rs/column-leakfix' into maint-2.43 | Junio C Hamano | 1 | -0/+2 |
| 2023-11-27 | column: release strbuf and string_list after use | René Scharfe | 1 | -0/+2 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -1/+2 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -1/+2 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2021-08-26 | column: fix parsing of the '--nl' option | SZEDER Gábor | 1 | -1/+1 |
| 2021-03-29 | column, range-diff: downcase option description | Chinmoy Chakraborty | 1 | -4/+4 |
| 2019-05-13 | builtin: consistently pass cmd_* prefix to parse_options | Jeff King | 1 | -1/+1 |
| 2018-05-13 | column: fix off-by-one default width | Nguyễn Thái Ngọc Duy | 1 | -1/+0 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2016-01-15 | column: read lines with strbuf_getline() | Junio C Hamano | 1 | -1/+1 |
| 2016-01-15 | strbuf: introduce strbuf_getline_{lf,nul}() | Junio C Hamano | 1 | -1/+1 |
| 2015-01-14 | standardize usage info string format | Alex Henrie | 1 | -1/+1 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -1/+1 |
| 2012-08-20 | i18n: column: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 1 | -8/+8 |
| 2012-04-27 | Add column layout skeleton and git-column | Nguyễn Thái Ngọc Duy | 1 | -0/+59 |