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