summaryrefslogtreecommitdiffstats
path: root/environment.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge branch 'ls/checkout-encoding'Junio C Hamano2018-05-081-0/+1
|\ \ \ \ \
| * | | | | convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider2018-04-161-0/+1
* | | | | | Merge branch 'sb/object-store-replace'Junio C Hamano2018-05-081-1/+1
|\ \ \ \ \ \
| * | | | | | replace-object: check_replace_refs is safe in multi repo environmentStefan Beller2018-04-121-1/+1
* | | | | | | Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-0/+1
|\ \ \ \ \ \ \
| * | | | | | | commit-graph: add core.commitGraph settingDerrick Stolee2018-04-111-0/+1
* | | | | | | | Merge branch 'jk/relative-directory-fix'Junio C Hamano2018-04-251-3/+23
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | set_work_tree: use chdir_notifyJeff King2018-03-301-1/+22
| * | | | | | | set_git_dir: die when setenv() failsJeff King2018-03-301-3/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-2/+3
|\ \ \ \ \ \ \
| * | | | | | | repository: introduce raw object store fieldStefan Beller2018-03-231-2/+3
* | | | | | | | Merge branch 'nd/remove-ignore-env-field'Junio C Hamano2018-04-101-3/+28
|\| | | | | | | | |/ / / / / / |/| | | | | |
| * | | | | | sha1_file.c: move delayed getenv(altdb) back to setup_git_env()Nguyễn Thái Ngọc Duy2018-03-051-0/+1
| * | | | | | repository.c: move env-related setup code back to environment.cNguyễn Thái Ngọc Duy2018-03-051-3/+27
| |/ / / / /
* | | | | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-12/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | environment: rename 'namespace' variablesBrandon Williams2018-02-221-5/+5
| * | | | | environment: rename 'template' variablesBrandon Williams2018-02-221-7/+7
| | |/ / / | |/| | |
* | | | | Merge branch 'tb/crlf-conv-flags'Junio C Hamano2018-02-131-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen2018-01-161-1/+1
| |/ / /
* | | | Merge branch 'jh/partial-clone'Junio C Hamano2018-02-131-0/+1
|\ \ \ \
| * | | | partial-clone: define partial clone settings in configJeff Hostetler2017-12-081-0/+1
* | | | | Merge branch 'jh/fsck-promisors'Junio C Hamano2018-02-131-0/+1
|\| | | | | |/ / / |/| | |
| * | | extension.partialclone: introduce partial clone extensionJonathan Tan2017-12-051-0/+1
| |/ /
* | | Merge branch 'ar/unconfuse-three-dots'Junio C Hamano2017-12-191-0/+15
|\ \ \
| * | | print_sha1_ellipsis: introduce helperAnn T Ropea2017-12-041-0/+15
| |/ /
* | | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+1
|\ \ \ | |/ / |/| |
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-0/+1
| |/
* | Merge branch 'jk/no-optional-locks'Junio C Hamano2017-10-031-0/+5
|\ \
| * | git: add --no-optional-locks optionJeff King2017-09-271-0/+5
| |/
* / repository: free fields before overwriting themJeff King2017-09-061-1/+3
|/
* environment: store worktree in the_repositoryBrandon Williams2017-06-241-5/+4
* environment: place key repository state in the_repositoryBrandon Williams2017-06-241-45/+13
* environment: remove namespace_len variableBrandon Williams2017-06-241-5/+4
* setup: don't perform lazy initialization of repository stateBrandon Williams2017-06-241-9/+8
* Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'jk/bug-to-abort'Junio C Hamano2017-05-291-1/+1
|\ \
| * | setup_git_env: convert die("BUG") to BUG()Jeff King2017-05-151-1/+1
| |/
* | Merge branch 'nd/worktree-kill-parse-ref'Junio C Hamano2017-05-161-0/+2
|\ \ | |/ |/|
| * environment.c: fix potential segfault by get_git_common_dir()Nguyễn Thái Ngọc Duy2017-04-171-0/+2
* | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-171-8/+6
|\ \
| * | odb_mkstemp: use git_path_bufJeff King2017-03-291-4/+2
| * | odb_mkstemp: write filename into strbufJeff King2017-03-291-8/+8
* | | Merge branch 'jk/no-looking-at-dotgit-outside-repo-final'Junio C Hamano2017-03-301-1/+4
|\ \ \ | |/ / |/| |
| * | setup_git_env: avoid blind fall-back to ".git"Jeff King2016-10-261-1/+4