aboutsummaryrefslogtreecommitdiff
path: root/config.c
Commit message (Expand)AuthorAge
...
* | | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | config: don't implicitly use gitdir or commondirBrandon Williams2017-06-15
| * | | | config: respect commondirBrandon Williams2017-06-15
| * | | | setup: teach discover_git_directory to respect the commondirBrandon Williams2017-06-15
| * | | | config: don't include config.h by defaultBrandon Williams2017-06-15
* | | | | Merge branch 'js/alias-early-config'Junio C Hamano2017-06-24
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | config: report correct line number upon errorJohannes Schindelin2017-06-15
* | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-13
|\ \ \ \ | |_|/ / |/| | |
| * | | wrapper.c: add and use fopen_or_warn()Nguyễn Thái Ngọc Duy2017-05-26
| * | | wrapper.c: add and use warn_on_fopen_errors()Nguyễn Thái Ngọc Duy2017-05-26
| |/ /
* | | Merge branch 'ab/conditional-config-with-symlinks'Junio C Hamano2017-05-30
|\ \ \
| * | | config: match both symlink & realpath versions in IncludeIf.gitdir:*Ævar Arnfjörð Bjarmason2017-05-17
| |/ /
* | | Merge branch 'js/plug-leaks'Junio C Hamano2017-05-29
|\ \ \
| * | | git_config_rename_section_in_file(): avoid resource leakJohannes Schindelin2017-05-08
| |/ /
* | | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-16
|\ \ \ | |/ / |/| |
| * | timestamp_t: a new data type for timestampsJohannes Schindelin2017-04-27
* | | Merge branch 'nd/conditional-config-in-early-config'Junio C Hamano2017-04-26
|\ \ \
| * | | config: correct file reading order in read_early_config()Nguyễn Thái Ngọc Duy2017-04-19
| * | | config: handle conditional include when $GIT_DIR is not set upNguyễn Thái Ngọc Duy2017-04-17
| * | | config: prepare to pass more info in git_config_with_options()Nguyễn Thái Ngọc Duy2017-04-17
| |/ /
* | | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-23
|\ \ \
| * | | config: resolve symlinks in conditional include's patternsNguyễn Thái Ngọc Duy2017-04-14
| * | | path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-14
* | | | http.postbuffer: allow full range of ssize_t valuesDavid Turner2017-04-13
| |/ / |/| |
* | | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-03-21
|\ \ \ | |/ /
| * | config: add conditional includeNguyễn Thái Ngọc Duy2017-03-11
| |/
* | Merge branch 'js/early-config'Junio C Hamano2017-03-17
|\ \
| * | read_early_config(): really discover .git/Johannes Schindelin2017-03-14
| * | read_early_config(): avoid .git/config hack when unneededJohannes Schindelin2017-03-14
| * | setup: make read_early_config() reusableJohannes Schindelin2017-03-14
| |/
* | Merge branch 'cc/split-index-config'Junio C Hamano2017-03-17
|\ \
| * | config: add git_config_get_expiry() from gc.cChristian Couder2017-03-01
| * | config: add git_config_get_max_percent_split_change()Christian Couder2017-03-01
| * | config: add git_config_get_split_index()Christian Couder2017-03-01
| * | config: mark an error message up for translationChristian Couder2017-03-01
* | | Merge branch 'jk/parse-config-key-cleanup'Junio C Hamano2017-03-10
|\ \ \
| * | | parse_config_key: allow matching single-level configJeff King2017-02-24
| * | | parse_config_key: use skip_prefix instead of starts_withJeff King2017-02-24
| * | | Merge branch 'nd/config-misc-fixes' into maintJunio C Hamano2017-01-31
| |\ \ \
| * \ \ \ Merge branch 'jc/abbrev-autoscale-config' into maintJunio C Hamano2017-01-31
| |\ \ \ \
* | \ \ \ \ Merge branch 'jc/config-case-cmdline-take-2'Junio C Hamano2017-03-10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | config: use git_config_parse_key() in git_config_parse_parameter()Junio C Hamano2017-02-23
| * | | | | config: move a few helper functions upJunio C Hamano2017-02-23
* | | | | | refs: add option core.logAllRefUpdates = alwaysCornelius Weig2017-01-31
* | | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-01-18
|\ \ \ \ \ \
| * | | | | | submodules: load gitmodules file from commit sha1Brandon Williams2016-12-22
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'nd/config-misc-fixes'Junio C Hamano2017-01-10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | config.c: handle lock file in error case in git_config_rename_...Nguyễn Thái Ngọc Duy2016-12-22
| * | | | | config.c: rename label unlock_and_outNguyễn Thái Ngọc Duy2016-12-20
| * | | | | config.c: handle error case for fstat() callsNguyễn Thái Ngọc Duy2016-12-20