summaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ew/test-wo-fsync'Junio C Hamano2021-12-151-0/+1
|\
| * tests: disable fsync everywhereEric Wong2021-10-291-0/+1
* | Merge branch 'jk/ref-paranoia'Junio C Hamano2021-10-111-1/+0
|\ \
| * | repack, prune: drop GIT_REF_PARANOIA settingsJeff King2021-09-271-1/+0
| |/
* | Merge branch 'ab/repo-settings-cleanup'Junio C Hamano2021-10-061-9/+1
|\ \ | |/ |/|
| * environment.c: remove test-specific "ignore_untracked..." variableÆvar Arnfjörð Bjarmason2021-09-221-7/+0
| * wrapper.c: add x{un,}setenv(), and use xsetenv() in environment.cÆvar Arnfjörð Bjarmason2021-09-221-2/+1
* | compression: drop write-only core_compression_* variablesRené Scharfe2021-09-121-1/+0
|/
* environment: move strbuf into block to plug leakAndrzej Hunt2021-07-261-4/+3
* config: allow specifying config entries via envvar pairsPatrick Steinhardt2021-01-151-0/+1
* environment: make `getenv_safe()` a public functionPatrick Steinhardt2021-01-151-5/+2
* Merge branch 'jk/leakfix'Junio C Hamano2020-08-271-2/+2
|\
| * config: drop git_config_get_string_const()Jeff King2020-08-171-2/+2
* | strvec: rename struct fieldsJeff King2020-07-301-1/+1
* | strvec: convert more callers away from argv_array nameJeff King2020-07-281-4/+4
* | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/
* Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | real_path: remove unsafe APIAlexandr Miloslavskiy2020-03-101-1/+6
* | set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy2020-03-061-1/+10
|/
* Merge branch 'ds/sparse-cone'Junio C Hamano2019-12-251-0/+1
|\
| * sparse-checkout: add 'cone' modeDerrick Stolee2019-11-221-0/+1
* | Sync with 2.23.1Johannes Schindelin2019-12-061-1/+1
|\ \ | |/ |/|
| * Sync with 2.20.2Johannes Schindelin2019-12-061-1/+1
| |\
| | * Sync with 2.19.3Johannes Schindelin2019-12-061-1/+1
| | |\
| | | * Sync with 2.18.2Johannes Schindelin2019-12-061-1/+1
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-1/+1
| | | | |\
| | | | | * Sync with 2.16.6Johannes Schindelin2019-12-061-1/+1
| | | | | |\
| | | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-1/+1
| | | | | | |\
| | | | | | | * Sync with 2.14.6Johannes Schindelin2019-12-061-1/+1
| | | | | | | |\
| | | | | | | | * protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin2019-12-051-1/+1
* | | | | | | | | Move core_partial_clone_filter_default to promisor-remote.cChristian Couder2019-06-251-1/+0
* | | | | | | | | Move repository_format_partial_clone to promisor-remote.cChristian Couder2019-06-251-1/+0
|/ / / / / / / /
* | | | | | | | Merge branch 'jk/save-getenv-result'Junio C Hamano2019-01-291-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | get_super_prefix(): copy getenv() resultJeff King2019-01-111-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-2/+2
| |/ / / / / /
* | | | | | | Merge branch 'js/mingw-perl5lib'Junio C Hamano2018-11-131-1/+0
|\ \ \ \ \ \ \
| * | | | | | | config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin2018-10-311-1/+0
| |/ / / / / /
* | | | | | | worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-221-0/+1
|/ / / / / /
* | | | | | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+1
|\ \ \ \ \ \
| * | | | | | Move definition of enum branch_track from cache.h to branch.hElijah Newren2018-08-151-0/+1
* | | | | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-2/+2
|\ \ \ \ \ \ \
| * | | | | | | environment.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-2/+2
| * | | | | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-4/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
* | | | | | | commit-graph: add repo arg to graph readersJonathan Tan2018-07-171-1/+0
* | | | | | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-4/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller2018-05-181-3/+3