summaryrefslogtreecommitdiffstats
path: root/environment.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/save-getenv-result'Junio C Hamano2019-01-291-2/+2
|\
| * get_super_prefix(): copy getenv() resultJeff King2019-01-111-2/+2
* | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-2/+2
|\ \
| * | sha1-file: use an object_directory for the main object dirJeff King2018-11-131-2/+2
| |/
* | Merge branch 'js/mingw-perl5lib'Junio C Hamano2018-11-131-1/+0
|\ \
| * | config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin2018-10-311-1/+0
| |/
* / worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-221-0/+1
|/
* Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-0/+1
|\
| * Move definition of enum branch_track from cache.h to branch.hElijah Newren2018-08-151-0/+1
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-2/+2
|\ \
| * | environment.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-2/+2
* | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-2/+2
|\ \ \ | |_|/ |/| |
| * | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-2/+2
| * | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-4/+4
| |\ \ | | |/ | |/|
* | | commit-graph: add repo arg to graph readersJonathan Tan2018-07-171-1/+0
* | | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-4/+4
|\ \ \ | |/ / |/| / | |/
| * cache: convert get_graft_file to handle arbitrary repositoriesStefan Beller2018-05-181-3/+3
| * shallow: add repository argument to set_alternate_shallow_fileStefan Beller2018-05-181-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-231-5/+4
* environment: place key repository state in the_repositoryBrandon Williams2017-06-231-45/+13