summaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Expand)Author
2017-05-30Merge branch 'ab/conditional-config-with-symlinks'Junio C Hamano
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
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
2017-01-31Merge branch 'nd/config-misc-fixes' into maintJunio C Hamano
2017-01-31Merge branch 'jc/abbrev-autoscale-config' into maintJunio C Hamano
2017-01-31refs: add option core.logAllRefUpdates = alwaysCornelius Weig
2017-01-18Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-01-10Merge branch 'nd/config-misc-fixes'Junio C Hamano
2017-01-10Merge branch 'jc/abbrev-autoscale-config'Junio C Hamano
2016-12-22config.abbrev: document the new default that auto-scalesJunio C Hamano
2016-12-22config.c: handle lock file in error case in git_config_rename_...Nguyễn Thái Ngọc Duy
2016-12-22submodules: load gitmodules file from commit sha1Brandon Williams
2016-12-20config.c: rename label unlock_and_outNguyễn Thái Ngọc Duy
2016-12-20config.c: handle error case for fstat() callsNguyễn Thái Ngọc Duy
2016-11-16compression: unify pack.compression configuration parsingJunio C Hamano
2016-09-27get_short_sha1: make default disambiguation configurableJeff King
2016-09-21Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-13config: only read .git/config from configured reposJeff King
2016-09-13pager: stop loading git_default_config()Jeff King
2016-08-24i18n: simplify numeric error reportingJean-Noel Avila
2016-07-28i18n: config: unfold error messages marked for translationVasco Almeida
2016-07-06Merge branch 'jk/upload-pack-hook'Junio C Hamano