Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-16compression: unify pack.compression configuration parsingJunio C Hamano
2016-10-28Merge branch 'lt/abbrev-auto'Junio C Hamano
2016-10-26Merge branch 'bw/ls-files-recurse-submodules'Junio C Hamano
2016-10-10git: make super-prefix optionBrandon Williams
2016-10-03abbrev: auto size the default abbreviationLinus Torvalds
2016-10-03abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizingJunio C Hamano
2016-09-22Merge branch 'jk/setup-sequence-update'Junio C Hamano
2016-09-14init: reset cached config when entering new repoJeff King
2016-09-14config: only read .git/config from configured reposJeff King
2016-09-14pager: make pager_program a file-local staticJeff King
2016-05-26Merge branch 'js/windows-dotgit' into maintJunio C Hamano
2016-05-18Merge branch 'js/windows-dotgit'Junio C Hamano
2016-05-18Merge branch 'ab/hooks'Junio C Hamano
2016-05-11mingw: introduce the 'core.hideDotFiles' settingJohannes Schindelin
2016-05-05hooks: allow customizing where the hook directory isÆvar Arnfjörð Bjarmason
2016-05-03Merge branch 'jk/check-repository-format' into maintJunio C Hamano
2016-04-14Merge branch 'jk/check-repository-format'Junio C Hamano
2016-03-12setup: drop repository_format_version globalJeff King
2016-03-12lazily load core.sharedrepositoryJeff King
2016-03-12wrap shared_repository global in get/set accessorsJeff King
2016-03-07setup: make startup_info available everywhereJeff King
2016-02-11Merge branch 'cc/untracked'Junio C Hamano
2016-01-27test-dump-untracked-cache: don't modify the untracked cacheChristian Couder
2016-01-13Merge branch 'nd/stop-setenv-work-tree'Junio C Hamano
2015-12-23Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"Nguyễn Thái Ngọc Duy
2015-10-27Merge branch 'jk/repository-extension'Junio C Hamano
2015-09-25replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King
2015-08-03Merge branch 'nd/export-worktree'Junio C Hamano
2015-06-26setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIRNguyễn Thái Ngọc Duy
2015-06-25introduce "preciousObjects" repository extensionJeff King
2015-06-13Allow to control where the replace refs are looked forMike Hommey
2015-05-12Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-03-20refs: introduce a "ref paranoia" flagJeff King
2014-12-17Sync with v2.0.5Junio C Hamano
2014-12-17Sync with v1.9.5Junio C Hamano
2014-12-17Sync with v1.8.5.6Junio C Hamano
2014-12-17read-cache: optionally disallow NTFS .git variantsJohannes Schindelin
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King
2014-12-01setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy
2014-12-01$GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy
2014-12-01git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy
2014-06-25setup_git_env(): introduce git_path_from_env() helperJeff King
2014-06-20setup_git_env: use git_pathdup instead of xmalloc + sprintfJeff King
2014-06-16Merge branch 'sh/enable-preloadindex'Junio C Hamano
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano
2014-06-03environment.c: enable core.preloadindex by defaultSteve Hoelzer
2014-05-20commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy
2014-05-07Bump core.deltaBaseCacheLimit to 96mDavid Kastrup
2014-03-31environment.c: fix constness for odb_pack_keep()Nguyễn Thái Ngọc Duy
2014-02-21rename read_replace_refs to check_replace_refsMichael Haggerty