| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'js/windows-dotgit' | Junio C Hamano | 2016-05-17 | 1 | -0/+1 |
|\ |
|
| * | mingw: introduce the 'core.hideDotFiles' setting | Johannes Schindelin | 2016-05-11 | 1 | -0/+1 |
* | | Merge branch 'ab/hooks' | Junio C Hamano | 2016-05-17 | 1 | -0/+1 |
|\ \ |
|
| * | | hooks: allow customizing where the hook directory is | Ævar Arnfjörð Bjarmason | 2016-05-04 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'jk/check-repository-format' | Junio C Hamano | 2016-04-13 | 1 | -2/+21 |
|\ \ |
|
| * | | setup: drop repository_format_version global | Jeff King | 2016-03-11 | 1 | -1/+0 |
| * | | lazily load core.sharedrepository | Jeff King | 2016-03-11 | 1 | -0/+9 |
| * | | wrap shared_repository global in get/set accessors | Jeff King | 2016-03-11 | 1 | -1/+12 |
| |/ |
|
* | | setup: make startup_info available everywhere | Jeff King | 2016-03-06 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'cc/untracked' | Junio C Hamano | 2016-02-10 | 1 | -0/+7 |
|\ |
|
| * | test-dump-untracked-cache: don't modify the untracked cache | Christian Couder | 2016-01-27 | 1 | -0/+7 |
* | | Merge branch 'nd/stop-setenv-work-tree' | Junio C Hamano | 2016-01-12 | 1 | -2/+0 |
|\ \
| |/
|/| |
|
| * | Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"nd/stop-setenv-work-tree | Nguyễn Thái Ngọc Duy | 2015-12-22 | 1 | -2/+0 |
* | | Merge branch 'jk/repository-extension' | Junio C Hamano | 2015-10-26 | 1 | -0/+1 |
|\ \ |
|
| * | | introduce "preciousObjects" repository extensionjk/repository-extension | Jeff King | 2015-06-24 | 1 | -0/+1 |
* | | | replace trivial malloc + sprintf / strcpy calls with xstrfmt | Jeff King | 2015-09-25 | 1 | -5/+2 |
* | | | Merge branch 'nd/export-worktree' | Junio C Hamano | 2015-08-03 | 1 | -0/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIRnd/export-worktree | Nguyễn Thái Ngọc Duy | 2015-06-26 | 1 | -0/+2 |
* | | | Allow to control where the replace refs are looked formh/replace-refs | Mike Hommey | 2015-06-12 | 1 | -0/+6 |
| |/
|/| |
|
* | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -6/+28 |
|\ \ |
|
| * | | setup.c: support multi-checkout repo setup | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -5/+3 |
| * | | $GIT_COMMON_DIR: a new environment variable | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -7/+22 |
| * | | git_path(): be aware of file relocation in $GIT_DIR | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -5/+14 |
* | | | refs: introduce a "ref paranoia" flag | Jeff King | 2015-03-20 | 1 | -0/+1 |
* | | | Sync with v2.0.5 | Junio C Hamano | 2014-12-17 | 1 | -0/+10 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Sync with v1.9.5 | Junio C Hamano | 2014-12-17 | 1 | -0/+10 |
| |\ |
|
| | * | Sync with v1.8.5.6 | Junio C Hamano | 2014-12-17 | 1 | -0/+10 |
| | |\ |
|
| | | * | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 2014-12-17 | 1 | -0/+5 |
| | | * | read-cache: optionally disallow HFS+ .git variants | Jeff King | 2014-12-17 | 1 | -0/+5 |
* | | | | setup_git_env(): introduce git_path_from_env() helperjk/xstrfmt | Jeff King | 2014-06-25 | 1 | -9/+9 |
* | | | | setup_git_env: use git_pathdup instead of xmalloc + sprintf | Jeff King | 2014-06-19 | 1 | -8/+4 |
* | | | | Merge branch 'sh/enable-preloadindex' | Junio C Hamano | 2014-06-16 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | environment.c: enable core.preloadindex by defaultsh/enable-preloadindex | Steve Hoelzer | 2014-06-03 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge branch 'nd/status-auto-comment-char' | Junio C Hamano | 2014-06-06 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | commit: allow core.commentChar=auto for character auto selectionnd/status-auto-comment-char | Nguyễn Thái Ngọc Duy | 2014-05-19 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Bump core.deltaBaseCacheLimit to 96mdk/raise-core-deltabasecachelimit | David Kastrup | 2014-05-06 | 1 | -1/+1 |
|/ / / |
|
* | | | environment.c: fix constness for odb_pack_keep()nd/gc-aggressive | Nguyễn Thái Ngọc Duy | 2014-03-31 | 1 | -1/+1 |
* | | | rename read_replace_refs to check_replace_refs | Michael Haggerty | 2014-02-20 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -0/+6 |
|\ \ |
|
| * | | add GIT_SHALLOW_FILE to propagate --shallow-file to subprocesses | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+6 |
| |/ |
|
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -1/+1 |
* | | environment: normalize use of prefixcmp() by removing " != 0" | Christian Couder | 2013-12-05 | 1 | -1/+1 |
|/ |
|
* | cache: remove unused function 'have_git_dir'sb/refs-code-cleanup | Stefan Beller | 2013-10-28 | 1 | -5/+0 |
* | Merge branch 'nd/git-dir-pointing-at-gitfile' into maint | Junio C Hamano | 2013-10-17 | 1 | -5/+4 |
|\ |
|
| * | Make setup_git_env() resolve .git file when $GIT_DIR is not specifiednd/git-dir-pointing-at-gitfile | Nguyễn Thái Ngọc Duy | 2013-09-03 | 1 | -5/+4 |
* | | Merge branch 'jk/cat-file-batch-optim' | Junio C Hamano | 2013-07-24 | 1 | -0/+1 |
|\ \ |
|
| * | | cat-file: disable object/refname ambiguity check for batch mode | Jeff King | 2013-07-12 | 1 | -0/+1 |
| |/ |
|
* | | core: use env variable instead of config var to turn on logging pack access | Nguyễn Thái Ngọc Duy | 2013-06-09 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'jk/alias-in-bare' | Junio C Hamano | 2013-03-25 | 1 | -4/+4 |
|\ |
|
| * | setup: suppress implicit "." work-tree for bare repos | Jeff King | 2013-03-08 | 1 | -0/+1 |