aboutsummaryrefslogtreecommitdiff
path: root/environment.c
Commit message (Expand)AuthorAge
...
| * test-dump-untracked-cache: don't modify the untracked cacheChristian Couder2016-01-27
* | Merge branch 'nd/stop-setenv-work-tree'Junio C Hamano2016-01-12
|\ \ | |/ |/|
| * Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"Nguyễn Thái Ngọc Duy2015-12-22
* | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-26
|\ \
| * | introduce "preciousObjects" repository extensionJeff King2015-06-24
* | | replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-25
* | | Merge branch 'nd/export-worktree'Junio C Hamano2015-08-03
|\ \ \ | | |/ | |/|
| * | setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIRNguyễn Thái Ngọc Duy2015-06-26
* | | Allow to control where the replace refs are looked forMike Hommey2015-06-12
| |/ |/|
* | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \
| * | setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-01
| * | $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-01
| * | git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-01
* | | refs: introduce a "ref paranoia" flagJeff King2015-03-20
* | | Sync with v2.0.5Junio C Hamano2014-12-17
|\ \ \ | |/ / |/| / | |/
| * Sync with v1.9.5Junio C Hamano2014-12-17
| |\
| | * Sync with v1.8.5.6Junio C Hamano2014-12-17
| | |\
| | | * read-cache: optionally disallow NTFS .git variantsJohannes Schindelin2014-12-17
| | | * read-cache: optionally disallow HFS+ .git variantsJeff King2014-12-17
* | | | setup_git_env(): introduce git_path_from_env() helperJeff King2014-06-25
* | | | setup_git_env: use git_pathdup instead of xmalloc + sprintfJeff King2014-06-19
* | | | Merge branch 'sh/enable-preloadindex'Junio C Hamano2014-06-16
|\ \ \ \
| * | | | environment.c: enable core.preloadindex by defaultSteve Hoelzer2014-06-03
| |/ / /
* | | | Merge branch 'nd/status-auto-comment-char'Junio C Hamano2014-06-06
|\ \ \ \
| * | | | commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy2014-05-19
| |/ / /
* | | | Bump core.deltaBaseCacheLimit to 96mDavid Kastrup2014-05-06
|/ / /
* | | environment.c: fix constness for odb_pack_keep()Nguyễn Thái Ngọc Duy2014-03-31
* | | rename read_replace_refs to check_replace_refsMichael Haggerty2014-02-20
|/ /
* | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\ \
| * | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocessesNguyễn Thái Ngọc Duy2013-12-10
| |/
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | environment: normalize use of prefixcmp() by removing " != 0"Christian Couder2013-12-05
|/
* cache: remove unused function 'have_git_dir'Stefan Beller2013-10-28
* Merge branch 'nd/git-dir-pointing-at-gitfile' into maintJunio C Hamano2013-10-17
|\
| * Make setup_git_env() resolve .git file when $GIT_DIR is not specifiedNguyễn Thái Ngọc Duy2013-09-03
* | Merge branch 'jk/cat-file-batch-optim'Junio C Hamano2013-07-24
|\ \
| * | cat-file: disable object/refname ambiguity check for batch modeJeff King2013-07-12
| |/
* | core: use env variable instead of config var to turn on logging pack accessNguyễn Thái Ngọc Duy2013-06-09
|/
* Merge branch 'jk/alias-in-bare'Junio C Hamano2013-03-25
|\
| * setup: suppress implicit "." work-tree for bare reposJeff King2013-03-08
| * environment: add GIT_PREFIX to local_repo_envJeff King2013-03-08
| * cache.h: drop LOCAL_REPO_ENV_SIZEJeff King2013-03-08
* | Merge branch 'jc/custom-comment-char'Junio C Hamano2013-02-04
|\ \
| * | Allow custom "comment char"Junio C Hamano2013-01-16
| |/
* | Enable minimal stat checkingRobin Rosenberg2013-01-22
|/
* git on Mac OS and precomposed unicodeTorsten Bögershausen2012-07-08
* move git_default_* variables to ident.cJeff King2012-05-22
* push: Provide situational hints for non-fast-forward errorsChristopher Tiwald2012-03-19
* Merge branch 'jc/stream-to-pack'Junio C Hamano2011-12-16
|\
| * bulk-checkin: replace fast-import based implementationJunio C Hamano2011-12-01