summaryrefslogtreecommitdiffstats
path: root/environment.c
AgeCommit message (Expand)AuthorLines
2019-12-06Sync with 2.17.3Johannes Schindelin-1/+1
2019-12-06Sync with 2.16.6Johannes Schindelin-1/+1
2019-12-06Sync with 2.15.4Johannes Schindelin-1/+1
2019-12-06Sync with 2.14.6Johannes Schindelin-1/+1
2019-12-05protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin-1/+1
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano-0/+1
2018-05-08Merge branch 'sb/object-store-replace'Junio C Hamano-1/+1
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano-0/+1
2018-04-25Merge branch 'jk/relative-directory-fix'Junio C Hamano-3/+23
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider-0/+1
2018-04-12replace-object: check_replace_refs is safe in multi repo environmentStefan Beller-1/+1
2018-04-11Merge branch 'sb/object-store'Junio C Hamano-2/+3
2018-04-11commit-graph: add core.commitGraph settingDerrick Stolee-0/+1
2018-04-10Merge branch 'nd/remove-ignore-env-field'Junio C Hamano-3/+28
2018-03-30set_work_tree: use chdir_notifyJeff King-1/+22
2018-03-30set_git_dir: die when setenv() failsJeff King-3/+2
2018-03-23repository: introduce raw object store fieldStefan Beller-2/+3
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano-12/+12
2018-03-05sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy-0/+1
2018-03-05repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy-3/+27
2018-02-22environment: rename 'namespace' variablesBrandon Williams-5/+5
2018-02-22environment: rename 'template' variablesBrandon Williams-7/+7
2018-02-13Merge branch 'tb/crlf-conv-flags'Junio C Hamano-1/+1
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano-0/+1
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano-0/+1
2018-01-16convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen-1/+1
2017-12-19Merge branch 'ar/unconfuse-three-dots'Junio C Hamano-0/+15
2017-12-08partial-clone: define partial clone settings in configJeff Hostetler-0/+1
2017-12-05extension.partialclone: introduce partial clone extensionJonathan Tan-0/+1
2017-12-04print_sha1_ellipsis: introduce helperAnn T Ropea-0/+15
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano-0/+1
2017-10-03Merge branch 'jk/no-optional-locks'Junio C Hamano-0/+5
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart-0/+1
2017-09-27git: add --no-optional-locks optionJeff King-0/+5
2017-09-06repository: free fields before overwriting themJeff King-1/+3
2017-06-23environment: store worktree in the_repositoryBrandon Williams-5/+4
2017-06-23environment: place key repository state in the_repositoryBrandon Williams-45/+13
2017-06-23environment: remove namespace_len variableBrandon Williams-5/+4
2017-06-23setup: don't perform lazy initialization of repository stateBrandon Williams-9/+8
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-05-29Merge branch 'jk/bug-to-abort'Junio C Hamano-1/+1
2017-05-16Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano-0/+2
2017-05-15setup_git_env: convert die("BUG") to BUG()Jeff King-1/+1
2017-04-16Merge branch 'jk/snprintf-cleanups'Junio C Hamano-8/+6
2017-04-16environment.c: fix potential segfault by get_git_common_dir()Nguyễn Thái Ngọc Duy-0/+2
2017-03-30Merge branch 'jk/no-looking-at-dotgit-outside-repo-final'Junio C Hamano-1/+4
2017-03-28odb_mkstemp: use git_path_bufJeff King-4/+2
2017-03-28odb_mkstemp: write filename into strbufJeff King-8/+8
2017-03-21Merge branch 'jk/pack-name-cleanups'Junio C Hamano-4/+2