summaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/windows-dotgit'Junio C Hamano2016-05-171-0/+1
|\
| * mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin2016-05-111-0/+1
* | Merge branch 'ab/hooks'Junio C Hamano2016-05-171-0/+1
|\ \
| * | hooks: allow customizing where the hook directory isÆvar Arnfjörð Bjarmason2016-05-041-0/+1
| |/
* | Merge branch 'jk/check-repository-format'Junio C Hamano2016-04-131-2/+21
|\ \
| * | setup: drop repository_format_version globalJeff King2016-03-111-1/+0
| * | lazily load core.sharedrepositoryJeff King2016-03-111-0/+9
| * | wrap shared_repository global in get/set accessorsJeff King2016-03-111-1/+12
| |/
* | setup: make startup_info available everywhereJeff King2016-03-061-1/+0
|/
* Merge branch 'cc/untracked'Junio C Hamano2016-02-101-0/+7
|\
| * test-dump-untracked-cache: don't modify the untracked cacheChristian Couder2016-01-271-0/+7
* | Merge branch 'nd/stop-setenv-work-tree'Junio C Hamano2016-01-121-2/+0
|\ \ | |/ |/|
| * Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"nd/stop-setenv-work-treeNguyễn Thái Ngọc Duy2015-12-221-2/+0
* | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-261-0/+1
|\ \
| * | introduce "preciousObjects" repository extensionjk/repository-extensionJeff King2015-06-241-0/+1
* | | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-251-5/+2
* | | Merge branch 'nd/export-worktree'Junio C Hamano2015-08-031-0/+2
|\ \ \ | | |/ | |/|
| * | setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIRnd/export-worktreeNguyễn Thái Ngọc Duy2015-06-261-0/+2
* | | Allow to control where the replace refs are looked formh/replace-refsMike Hommey2015-06-121-0/+6
| |/ |/|
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-6/+28
|\ \
| * | setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-011-5/+3
| * | $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-011-7/+22
| * | git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-011-5/+14
* | | refs: introduce a "ref paranoia" flagJeff King2015-03-201-0/+1
* | | Sync with v2.0.5Junio C Hamano2014-12-171-0/+10
|\ \ \ | |/ / |/| / | |/
| * Sync with v1.9.5Junio C Hamano2014-12-171-0/+10
| |\
| | * Sync with v1.8.5.6Junio C Hamano2014-12-171-0/+10
| | |\
| | | * read-cache: optionally disallow NTFS .git variantsJohannes Schindelin2014-12-171-0/+5
| | | * read-cache: optionally disallow HFS+ .git variantsJeff King2014-12-171-0/+5
* | | | setup_git_env(): introduce git_path_from_env() helperjk/xstrfmtJeff King2014-06-251-9/+9
* | | | setup_git_env: use git_pathdup instead of xmalloc + sprintfJeff King2014-06-191-8/+4
* | | | Merge branch 'sh/enable-preloadindex'Junio C Hamano2014-06-161-1/+1
|\ \ \ \
| * | | | environment.c: enable core.preloadindex by defaultsh/enable-preloadindexSteve Hoelzer2014-06-031-1/+1
| |/ / /
* | | | Merge branch 'nd/status-auto-comment-char'Junio C Hamano2014-06-061-0/+1
|\ \ \ \
| * | | | commit: allow core.commentChar=auto for character auto selectionnd/status-auto-comment-charNguyễn Thái Ngọc Duy2014-05-191-0/+1
| |/ / /
* | | | Bump core.deltaBaseCacheLimit to 96mdk/raise-core-deltabasecachelimitDavid Kastrup2014-05-061-1/+1
|/ / /
* | | environment.c: fix constness for odb_pack_keep()nd/gc-aggressiveNguyễn Thái Ngọc Duy2014-03-311-1/+1
* | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-201-2/+2
|/ /
* | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-0/+6
|\ \
| * | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-101-0/+6
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-1/+1
* | environment: normalize use of prefixcmp() by removing " != 0"Christian Couder2013-12-051-1/+1
|/
* cache: remove unused function 'have_git_dir'sb/refs-code-cleanupStefan Beller2013-10-281-5/+0
* Merge branch 'nd/git-dir-pointing-at-gitfile' into maintJunio C Hamano2013-10-171-5/+4
|\
| * Make setup_git_env() resolve .git file when $GIT_DIR is not specifiednd/git-dir-pointing-at-gitfileNguyễn Thái Ngọc Duy2013-09-031-5/+4
* | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-241-0/+1
|\ \
| * | cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-121-0/+1
| |/
* | core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy2013-06-091-1/+0
|/
* Merge branch 'jk/alias-in-bare'Junio C Hamano2013-03-251-4/+4
|\
| * setup: suppress implicit "." work-tree for bare reposJeff King2013-03-081-0/+1