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
2017-12-09Makefile: under "make dist", include the sha1collisiondetection submoduleÆvar Arnfjörð Bjarmason
2017-12-09Makefile: don't error out under DC_SHA1_EXTERNAL if DC_SHA1_SUBMODULE=autoÆvar Arnfjörð Bjarmason
2017-11-21Merge branch 'bp/fsmonitor'Junio C Hamano
2017-11-09Merge branch 'js/mingw-full-version-in-resources'Junio C Hamano
2017-11-01mingw: include the full version information in the resourcesJohannes Schindelin
2017-10-11Merge branch 'jt/oidmap'Junio C Hamano
2017-10-03Merge branch 'mh/mmap-packed-refs'Junio C Hamano
2017-10-01fsmonitor: add a performance testBen Peart
2017-10-01fsmonitor: add a test tool to dump the index extensionBen Peart
2017-10-01fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart
2017-10-01oidmap: map with OID as keyJonathan Tan
2017-09-25packed_ref_cache: keep the `packed-refs` file mmapped if possibleMichael Haggerty
2017-09-25Merge branch 'bw/git-clang-format'Junio C Hamano
2017-09-19Merge branch 'jk/leak-checkers'Junio C Hamano
2017-09-19Merge branch 'ti/external-sha1dc'Junio C Hamano
2017-09-10Merge branch 'jn/vcs-svn-cleanup' into maintJunio C Hamano
2017-09-08add UNLEAK annotation for reducing leak false positivesJeff King
2017-08-27Merge branch 'jt/packmigrate'Junio C Hamano
2017-08-27Merge branch 'kw/write-index-reduce-alloc'Junio C Hamano
2017-08-27Merge branch 'jn/vcs-svn-cleanup'Junio C Hamano
2017-08-24pack: move pack name-related functionsJonathan Tan
2017-08-23vcs-svn: move remaining repo_tree functions to fast_export.hJonathan Nieder
2017-08-22Merge branch 'mh/packed-ref-store'Junio C Hamano
2017-08-22perf: add test for writing the indexKevin Willford
2017-08-17sha1dc: allow building with the external sha1dc libraryTakashi Iwai
2017-08-17sha1dc: build git plumbing code more explicitlyTakashi Iwai
2017-08-15Makefile: add style build ruleBrandon Williams
2017-07-22Merge branch 'jc/po-pritime-fix'Junio C Hamano
2017-07-21Merge branch 'jk/build-with-asan'Junio C Hamano
2017-07-20Makefile: help gettext tools to cope with our custom PRItime formatJunio C Hamano
2017-07-18Makefile: allow combining UBSan with other sanitizersRené Scharfe
2017-07-14Merge branch 'jk/build-with-asan'Junio C Hamano
2017-07-10Merge branch 'ab/sha1dc'Junio C Hamano
2017-07-10Makefile: disable unaligned loads with UBSanJeff King
2017-07-10Makefile: turn off -fomit-frame-pointer with sanitizersJeff King
2017-07-10Makefile: add helper for compiling with -fsanitizeJeff King
2017-07-05Merge branch 'bw/repo-object'Junio C Hamano
2017-07-03sha1collisiondetection: automatically enable when submodule is populatedJunio C Hamano
2017-07-03sha1dc: optionally use sha1collisiondetection as a submoduleÆvar Arnfjörð Bjarmason
2017-06-24repository: introduce the repository objectBrandon Williams
2017-06-23packed-backend: new module for handling packed referencesMichael Haggerty
2017-06-23Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-19Merge branch 'ab/pcre-v2'Junio C Hamano
2017-06-16configure.ac: loosen FREAD_READS_DIRECTORIES test programJeff King
2017-06-05Merge branch 'js/blame-lib'Junio C Hamano
2017-06-04Merge branch 'ab/sha1dc-maint'Junio C Hamano
2017-06-02Merge branch 'ab/grep-preparatory-cleanup'Junio C Hamano
2017-06-02grep: add support for PCRE v2Ævar Arnfjörð Bjarmason
2017-06-02grep: un-break building with PCRE >= 8.32 without --enable-jitÆvar Arnfjörð Bjarmason
2017-05-30Merge branch 'bp/sub-process-convert-filter'Junio C Hamano