index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
environment.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'lt/abbrev-auto'
Junio C Hamano
2016-10-27
|
\
|
*
abbrev: auto size the default abbreviation
Linus Torvalds
2016-10-03
|
*
abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing
Junio C Hamano
2016-10-03
*
|
Merge branch 'bw/ls-files-recurse-submodules'
Junio C Hamano
2016-10-26
|
\
\
|
|
/
|
/
|
|
*
git: make super-prefix option
Brandon Williams
2016-10-10
*
|
Merge branch 'jk/setup-sequence-update'
Junio C Hamano
2016-09-21
|
\
\
|
|
/
|
/
|
|
*
init: reset cached config when entering new repo
Jeff King
2016-09-13
|
*
config: only read .git/config from configured repos
Jeff King
2016-09-13
|
*
pager: make pager_program a file-local static
Jeff King
2016-09-13
|
*
Merge branch 'js/windows-dotgit' into maint
Junio C Hamano
2016-05-26
|
|
\
|
*
\
Merge branch 'jk/check-repository-format' into maint
Junio C Hamano
2016-05-02
|
|
\
\
*
|
\
\
Merge branch 'js/windows-dotgit'
Junio C Hamano
2016-05-17
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
mingw: introduce the 'core.hideDotFiles' setting
Johannes Schindelin
2016-05-11
*
|
|
|
Merge branch 'ab/hooks'
Junio C Hamano
2016-05-17
|
\
\
\
\
|
*
|
|
|
hooks: allow customizing where the hook directory is
Ævar Arnfjörð Bjarmason
2016-05-04
|
|
/
/
/
*
|
|
|
Merge branch 'jk/check-repository-format'
Junio C Hamano
2016-04-13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
setup: drop repository_format_version global
Jeff King
2016-03-11
|
*
|
lazily load core.sharedrepository
Jeff King
2016-03-11
|
*
|
wrap shared_repository global in get/set accessors
Jeff King
2016-03-11
|
|
/
*
|
setup: make startup_info available everywhere
Jeff King
2016-03-06
|
/
*
Merge branch 'cc/untracked'
Junio C Hamano
2016-02-10
|
\
|
*
test-dump-untracked-cache: don't modify the untracked cache
Christian Couder
2016-01-27
*
|
Merge branch 'nd/stop-setenv-work-tree'
Junio C Hamano
2016-01-12
|
\
\
|
|
/
|
/
|
|
*
Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"
Nguyễn Thái Ngọc Duy
2015-12-22
*
|
Merge branch 'jk/repository-extension'
Junio C Hamano
2015-10-26
|
\
\
|
*
|
introduce "preciousObjects" repository extension
Jeff King
2015-06-24
*
|
|
replace trivial malloc + sprintf / strcpy calls with xstrfmt
Jeff King
2015-09-25
*
|
|
Merge branch 'nd/export-worktree'
Junio C Hamano
2015-08-03
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR
Nguyễn Thái Ngọc Duy
2015-06-26
*
|
|
Allow to control where the replace refs are looked for
Mike Hommey
2015-06-12
|
|
/
|
/
|
*
|
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
|
\
\
|
*
|
setup.c: support multi-checkout repo setup
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
$GIT_COMMON_DIR: a new environment variable
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
|
refs: introduce a "ref paranoia" flag
Jeff King
2015-03-20
*
|
|
Sync with v2.0.5
Junio C Hamano
2014-12-17
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Sync with v1.9.5
Junio C Hamano
2014-12-17
|
|
\
|
|
*
Sync with v1.8.5.6
Junio C Hamano
2014-12-17
|
|
|
\
|
|
|
*
read-cache: optionally disallow NTFS .git variants
Johannes Schindelin
2014-12-17
|
|
|
*
read-cache: optionally disallow HFS+ .git variants
Jeff King
2014-12-17
*
|
|
|
setup_git_env(): introduce git_path_from_env() helper
Jeff King
2014-06-25
*
|
|
|
setup_git_env: use git_pathdup instead of xmalloc + sprintf
Jeff King
2014-06-19
*
|
|
|
Merge branch 'sh/enable-preloadindex'
Junio C Hamano
2014-06-16
|
\
\
\
\
|
*
|
|
|
environment.c: enable core.preloadindex by default
Steve Hoelzer
2014-06-03
|
|
/
/
/
*
|
|
|
Merge branch 'nd/status-auto-comment-char'
Junio C Hamano
2014-06-06
|
\
\
\
\
|
*
|
|
|
commit: allow core.commentChar=auto for character auto selection
Nguyễn Thái Ngọc Duy
2014-05-19
|
|
/
/
/
*
|
|
|
Bump core.deltaBaseCacheLimit to 96m
David Kastrup
2014-05-06
|
/
/
/
*
|
|
environment.c: fix constness for odb_pack_keep()
Nguyễn Thái Ngọc Duy
2014-03-31
*
|
|
rename read_replace_refs to check_replace_refs
Michael Haggerty
2014-02-20
|
/
/
*
|
Merge branch 'nd/shallow-clone'
Junio C Hamano
2014-01-17
|
\
\
[next]