summaryrefslogtreecommitdiffstats
path: root/environment.c
AgeCommit message (Expand)AuthorLines
2016-05-17Merge branch 'js/windows-dotgit'Junio C Hamano-0/+1
2016-05-17Merge branch 'ab/hooks'Junio C Hamano-0/+1
2016-05-11mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin-0/+1
2016-05-04hooks: allow customizing where the hook directory isÆvar Arnfjörð Bjarmason-0/+1
2016-04-13Merge branch 'jk/check-repository-format'Junio C Hamano-2/+21
2016-03-11setup: drop repository_format_version globalJeff King-1/+0
2016-03-11lazily load core.sharedrepositoryJeff King-0/+9
2016-03-11wrap shared_repository global in get/set accessorsJeff King-1/+12
2016-03-06setup: make startup_info available everywhereJeff King-1/+0
2016-02-10Merge branch 'cc/untracked'Junio C Hamano-0/+7
2016-01-27test-dump-untracked-cache: don't modify the untracked cacheChristian Couder-0/+7
2016-01-12Merge branch 'nd/stop-setenv-work-tree'Junio C Hamano-2/+0
2015-12-22Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"Nguyễn Thái Ngọc Duy-2/+0
2015-10-26Merge branch 'jk/repository-extension'Junio C Hamano-0/+1
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King-5/+2
2015-08-03Merge branch 'nd/export-worktree'Junio C Hamano-0/+2
2015-06-26setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIRNguyễn Thái Ngọc Duy-0/+2
2015-06-24introduce "preciousObjects" repository extensionJeff King-0/+1
2015-06-12Allow to control where the replace refs are looked forMike Hommey-0/+6
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano-6/+28
2015-03-20refs: introduce a "ref paranoia" flagJeff King-0/+1
2014-12-17Sync with v2.0.5Junio C Hamano-0/+10
2014-12-17Sync with v1.9.5Junio C Hamano-0/+10
2014-12-17Sync with v1.8.5.6Junio C Hamano-0/+10
2014-12-17read-cache: optionally disallow NTFS .git variantsJohannes Schindelin-0/+5
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King-0/+5
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy-5/+3
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy-7/+22
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy-5/+14
2014-06-25setup_git_env(): introduce git_path_from_env() helperJeff King-9/+9
2014-06-19setup_git_env: use git_pathdup instead of xmalloc + sprintfJeff King-8/+4
2014-06-16Merge branch 'sh/enable-preloadindex'Junio C Hamano-1/+1
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano-0/+1
2014-06-03environment.c: enable core.preloadindex by defaultSteve Hoelzer-1/+1
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy-0/+1
2014-05-06Bump core.deltaBaseCacheLimit to 96mDavid Kastrup-1/+1
2014-03-31environment.c: fix constness for odb_pack_keep()Nguyễn Thái Ngọc Duy-1/+1
2014-02-20rename read_replace_refs to check_replace_refsMichael Haggerty-2/+2
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano-0/+6
2013-12-10add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy-0/+6
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-1/+1
2013-12-05environment: normalize use of prefixcmp() by removing " != 0"Christian Couder-1/+1
2013-10-28cache: remove unused function 'have_git_dir'Stefan Beller-5/+0
2013-10-17Merge branch 'nd/git-dir-pointing-at-gitfile' into maintJunio C Hamano-5/+4
2013-09-03Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedNguyễn Thái Ngọc Duy-5/+4
2013-07-24Merge branch 'jk/cat-file-batch-optim'Junio C Hamano-0/+1
2013-07-12cat-file: disable object/refname ambiguity check for batch modeJeff King-0/+1
2013-06-09core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy-1/+0
2013-03-25Merge branch 'jk/alias-in-bare'Junio C Hamano-4/+4
2013-03-08setup: suppress implicit "." work-tree for bare reposJeff King-0/+1