aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/column.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-2/+2
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-02-13column: disallow negative paddingKristoffer Haugsbakk1-0/+2
2024-02-08Merge branch 'rs/column-leakfix' into maint-2.43Junio C Hamano1-0/+2
2023-11-27column: release strbuf and string_list after useRené Scharfe1-0/+2
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-1/+2
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+2
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+0
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2021-08-26column: fix parsing of the '--nl' optionSZEDER Gábor1-1/+1
2021-03-29column, range-diff: downcase option descriptionChinmoy Chakraborty1-4/+4
2019-05-13builtin: consistently pass cmd_* prefix to parse_optionsJeff King1-1/+1
2018-05-13column: fix off-by-one default widthNguyễn Thái Ngọc Duy1-1/+0
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2016-01-15column: read lines with strbuf_getline()Junio C Hamano1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-1/+1
2015-01-14standardize usage info string formatAlex Henrie1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2012-08-20i18n: column: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-8/+8
2012-04-27Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy1-0/+59