summaryrefslogtreecommitdiffstats
path: root/environment.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano1-0/+1
2019-12-06Sync with 2.23.1Johannes Schindelin1-1/+1
2019-12-06Sync with 2.20.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.19.3Johannes Schindelin1-1/+1
2019-12-06Sync with 2.18.2Johannes Schindelin1-1/+1
2019-12-06Sync with 2.17.3Johannes Schindelin1-1/+1
2019-12-06Sync with 2.16.6Johannes Schindelin1-1/+1
2019-12-06Sync with 2.15.4Johannes Schindelin1-1/+1
2019-12-06Sync with 2.14.6Johannes Schindelin1-1/+1
2019-12-05protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin1-1/+1
2019-11-22sparse-checkout: add 'cone' modeDerrick Stolee1-0/+1
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cChristian Couder1-1/+0
2019-06-25Move repository_format_partial_clone to promisor-remote.cChristian Couder1-1/+0
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano1-2/+2
2019-01-11get_super_prefix(): copy getenv() resultJeff King1-2/+2
2019-01-04Merge branch 'jk/loose-object-cache'Junio C Hamano1-2/+2
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano1-1/+0
2018-11-13sha1-file: use an object_directory for the main object dirJeff King1-2/+2
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin1-1/+0
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy1-0/+1
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano1-0/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-2/+2
2018-08-15Merge branch 'jk/core-use-replace-refs'Junio C Hamano1-2/+2
2018-08-15Move definition of enum branch_track from cache.h to branch.hElijah Newren1-0/+1
2018-07-23environment.c: mark more strings for translationNguyễn Thái Ngọc Duy1-2/+2
2018-07-18check_replace_refs: rename to read_replace_refsJeff King1-2/+2
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-4/+4
2018-07-17commit-graph: add repo arg to graph readersJonathan Tan1-1/+0
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-4/+4
2018-05-18cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller1-3/+3
2018-05-18shallow: add repository argument to set_alternate_shallow_fileStefan Beller1-1/+1
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano1-0/+1
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano1-1/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano1-0/+1
2018-04-25Merge branch 'jk/relative-directory-fix'Junio C Hamano1-3/+23
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider1-0/+1
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentStefan Beller1-1/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano1-2/+3
2018-04-11commit-graph: add core.commitGraph settingDerrick Stolee1-0/+1
2018-04-10Merge branch 'nd/remove-ignore-env-field'Junio C Hamano1-3/+28
2018-03-30set_work_tree: use chdir_notifyJeff King1-1/+22
2018-03-30set_git_dir: die when setenv() failsJeff King1-3/+2
2018-03-23repository: introduce raw object store fieldStefan Beller1-2/+3
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano1-12/+12
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy1-0/+1
2018-03-05repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy1-3/+27
2018-02-22environment: rename 'namespace' variablesBrandon Williams1-5/+5
2018-02-22environment: rename 'template' variablesBrandon Williams1-7/+7
2018-02-13Merge branch 'tb/crlf-conv-flags'Junio C Hamano1-1/+1
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano1-0/+1