summaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-12compression: drop write-only core_compression_* variablesLibravatar René Scharfe1-1/+0
2021-07-26environment: move strbuf into block to plug leakLibravatar Andrzej Hunt1-4/+3
2021-01-15config: allow specifying config entries via envvar pairsLibravatar Patrick Steinhardt1-0/+1
2021-01-15environment: make `getenv_safe()` a public functionLibravatar Patrick Steinhardt1-5/+2
2020-08-27Merge branch 'jk/leakfix'Libravatar Junio C Hamano1-2/+2
2020-08-17config: drop git_config_get_string_const()Libravatar Jeff King1-2/+2
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-1/+1
2020-07-28strvec: convert more callers away from argv_array nameLibravatar Jeff King1-4/+4
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-05-13Merge branch 'tb/shallow-cleanup'Libravatar Junio C Hamano1-0/+1
2020-04-30shallow: extract a header file for shallow-related functionsLibravatar Taylor Blau1-0/+1
2020-03-10real_path: remove unsafe APILibravatar Alexandr Miloslavskiy1-1/+6
2020-03-06set_git_dir: fix crash when used with real_path()Libravatar Alexandr Miloslavskiy1-1/+10
2019-12-25Merge branch 'ds/sparse-cone'Libravatar Junio C Hamano1-0/+1
2019-12-06Sync with 2.23.1Libravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.20.2Libravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Libravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.18.2Libravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.17.3Libravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.16.6Libravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.15.4Libravatar Johannes Schindelin1-1/+1
2019-12-06Sync with 2.14.6Libravatar Johannes Schindelin1-1/+1
2019-12-05protect_ntfs: turn on NTFS protection by defaultLibravatar Johannes Schindelin1-1/+1
2019-11-22sparse-checkout: add 'cone' modeLibravatar Derrick Stolee1-0/+1
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cLibravatar Christian Couder1-1/+0
2019-06-25Move repository_format_partial_clone to promisor-remote.cLibravatar Christian Couder1-1/+0
2019-01-29Merge branch 'jk/save-getenv-result'Libravatar Junio C Hamano1-2/+2
2019-01-11get_super_prefix(): copy getenv() resultLibravatar Jeff King1-2/+2
2019-01-04Merge branch 'jk/loose-object-cache'Libravatar Junio C Hamano1-2/+2
2018-11-13Merge branch 'js/mingw-perl5lib'Libravatar Junio C Hamano1-1/+0
2018-11-13sha1-file: use an object_directory for the main object dirLibravatar Jeff King1-2/+2
2018-10-31config: move Windows-specific config settings into compat/mingw.cLibravatar Johannes Schindelin1-1/+0
2018-10-22worktree: add per-worktree config filesLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2018-08-20Merge branch 'en/incl-forward-decl'Libravatar Junio C Hamano1-0/+1
2018-08-15Merge branch 'nd/i18n'Libravatar Junio C Hamano1-2/+2
2018-08-15Merge branch 'jk/core-use-replace-refs'Libravatar Junio C Hamano1-2/+2
2018-08-15Move definition of enum branch_track from cache.h to branch.hLibravatar Elijah Newren1-0/+1
2018-07-23environment.c: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-07-18check_replace_refs: rename to read_replace_refsLibravatar Jeff King1-2/+2
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-4/+4
2018-07-17commit-graph: add repo arg to graph readersLibravatar Jonathan Tan1-1/+0
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-4/+4
2018-05-18cache: convert get_graft_file to handle arbitrary repositoriesLibravatar Stefan Beller1-3/+3
2018-05-18shallow: add repository argument to set_alternate_shallow_fileLibravatar Stefan Beller1-1/+1
2018-05-08Merge branch 'ls/checkout-encoding'Libravatar Junio C Hamano1-0/+1
2018-05-08Merge branch 'sb/object-store-replace'Libravatar Junio C Hamano1-1/+1
2018-05-08Merge branch 'ds/commit-graph'Libravatar Junio C Hamano1-0/+1
2018-04-25Merge branch 'jk/relative-directory-fix'Libravatar Junio C Hamano1-3/+23
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Libravatar Lars Schneider1-0/+1
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentLibravatar Stefan Beller1-1/+1