summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-23Merge branch 'jk/ref-filter-colors' into maintJunio C Hamano1-0/+4
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano1-3/+6
2017-07-13color: check color.ui in git_default_config()Jeff King1-0/+4
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano1-1/+1
2017-07-05Merge branch 'bw/repo-object'Junio C Hamano1-74/+142
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-3/+6
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-2/+1
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-17/+24
2017-06-24Merge branch 'js/alias-early-config'Junio C Hamano1-1/+2
2017-06-23wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason1-1/+1
2017-06-23config: read config from a repository objectBrandon Williams1-74/+142
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano1-18/+26
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams1-10/+11
2017-06-15config: respect commondirBrandon Williams1-4/+7
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams1-4/+6
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-15config: report correct line number upon errorJohannes Schindelin1-1/+2
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano1-1/+4
2017-05-30Merge branch 'ab/conditional-config-with-symlinks'Junio C Hamano1-0/+16
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano1-1/+4
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy1-1/+1
2017-05-26wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy1-0/+3
2017-05-17config: match both symlink & realpath versions in IncludeIf.gitdir:*Ævar Arnfjörð Bjarmason1-0/+16
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano1-1/+1
2017-05-08git_config_rename_section_in_file(): avoid resource leakJohannes Schindelin1-1/+4
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-1/+1
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano1-20/+42
2017-04-23Merge branch 'nd/conditional-config-include'Junio C Hamano1-6/+6
2017-04-19config: correct file reading order in read_early_config()Nguyễn Thái Ngọc Duy1-14/+12
2017-04-17config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy1-8/+26
2017-04-17config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy1-5/+11
2017-04-14config: resolve symlinks in conditional include's patternsNguyễn Thái Ngọc Duy1-3/+3
2017-04-14path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy1-4/+4
2017-04-13http.postbuffer: allow full range of ssize_t valuesDavid Turner1-0/+17
2017-03-21Merge branch 'nd/conditional-config-include'Junio C Hamano1-0/+92
2017-03-17Merge branch 'js/early-config'Junio C Hamano1-0/+25
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano1-2/+40
2017-03-14read_early_config(): really discover .git/Johannes Schindelin1-19/+12
2017-03-14read_early_config(): avoid .git/config hack when unneededJohannes Schindelin1-2/+3
2017-03-14setup: make read_early_config() reusableJohannes Schindelin1-0/+31
2017-03-11config: add conditional includeNguyễn Thái Ngọc Duy1-0/+92
2017-03-10Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano1-6/+9
2017-03-10Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano1-97/+101
2017-03-01config: add git_config_get_expiry() from gc.cChristian Couder1-0/+13
2017-03-01config: add git_config_get_max_percent_split_change()Christian Couder1-0/+15
2017-03-01config: add git_config_get_split_index()Christian Couder1-0/+10
2017-03-01config: mark an error message up for translationChristian Couder1-2/+2
2017-02-24parse_config_key: allow matching single-level configJeff King1-2/+6
2017-02-24parse_config_key: use skip_prefix instead of starts_withJeff King1-4/+3