summaryrefslogtreecommitdiff
path: root/builtin/column.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* column: fix parsing of the '--nl' optionSZEDER Gábor2021-08-261-1/+1
* column, range-diff: downcase option descriptionChinmoy Chakraborty2021-03-291-4/+4
* builtin: consistently pass cmd_* prefix to parse_optionsJeff King2019-05-131-1/+1
* column: fix off-by-one default widthNguyễn Thái Ngọc Duy2018-05-131-1/+0
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* column: read lines with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
* i18n: column: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-8/+8
* Add column layout skeleton and git-columnNguyễn Thái Ngọc Duy2012-04-271-0/+59