summaryrefslogtreecommitdiff
path: root/environment.c
AgeCommit message (Expand)Author
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano
2020-08-17config: drop git_config_get_string_const()Jeff King
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2020-03-06set_git_dir: fix crash when used with real_path()Alexandr Miloslavskiy
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin
2019-11-22sparse-checkout: add 'cone' modeDerrick Stolee
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cChristian Couder
2019-06-25Move repository_format_partial_clone to promisor-remote.cChristian Couder
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano
2019-01-12get_super_prefix(): copy getenv() resultJeff King
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano
2018-11-13sha1-file: use an object_directory for the main object dirJeff King
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Merge branch 'nd/i18n'Junio C Hamano
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren
2018-07-23environment.c: mark more strings for translationNguyễn Thái Ngọc Duy
2018-07-18check_replace_refs: rename to read_replace_refsJeff King
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-17cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller
2018-05-17shallow: add repository argument to set_alternate_shallow_fileStefan Beller
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano
2018-04-25Merge branch 'jk/relative-directory-fix'Junio C Hamano
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentStefan Beller
2018-04-11Merge branch 'sb/object-store'Junio C Hamano
2018-04-11commit-graph: add core.commitGraph settingDerrick Stolee
2018-04-10Merge branch 'nd/remove-ignore-env-field'Junio C Hamano
2018-03-30set_work_tree: use chdir_notifyJeff King