summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano
2017-07-05Merge branch 'bw/repo-object'Junio C Hamano
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-24Merge branch 'js/alias-early-config'Junio C Hamano
2017-06-24wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason
2017-06-24config: read config from a repository objectBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams
2017-06-15config: respect commondirBrandon Williams
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15config: report correct line number upon errorJohannes Schindelin
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-05-30Merge branch 'ab/conditional-config-with-symlinks'Junio C Hamano
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-26wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy
2017-05-26wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy
2017-05-17config: match both symlink & realpath versions in IncludeIf.gitdir:*Ævar Arnfjörð Bjarmason
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-08git_config_rename_section_in_file(): avoid resource leakJohannes Schindelin
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-26Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano
2017-04-24Merge branch 'nd/conditional-config-include'Junio C Hamano
2017-04-20config: correct file reading order in read_early_config()Nguyễn Thái Ngọc Duy
2017-04-18config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy
2017-04-18config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy
2017-04-15config: resolve symlinks in conditional include's patternsNguyễn Thái Ngọc Duy
2017-04-15path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy
2017-04-14http.postbuffer: allow full range of ssize_t valuesDavid Turner
2017-03-21Merge branch 'nd/conditional-config-include'Junio C Hamano
2017-03-17Merge branch 'js/early-config'Junio C Hamano
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-14read_early_config(): really discover .git/Johannes Schindelin
2017-03-14read_early_config(): avoid .git/config hack when unneededJohannes Schindelin
2017-03-14setup: make read_early_config() reusableJohannes Schindelin
2017-03-12config: add conditional includeNguyễn Thái Ngọc Duy
2017-03-10Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano
2017-03-10Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano
2017-03-01config: add git_config_get_expiry() from gc.cChristian Couder
2017-03-01config: add git_config_get_max_percent_split_change()Christian Couder
2017-03-01config: add git_config_get_split_index()Christian Couder
2017-03-01config: mark an error message up for translationChristian Couder
2017-02-24parse_config_key: allow matching single-level configJeff King
2017-02-24parse_config_key: use skip_prefix instead of starts_withJeff King
2017-02-24config: use git_config_parse_key() in git_config_parse_parameter()Junio C Hamano
2017-02-23config: move a few helper functions upJunio C Hamano