Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jt/packmigrate' | Junio C Hamano | 2017-08-26 | 1 | -0/+1 |
|\ | |||||
| * | pack: move pack name-related functions | Jonathan Tan | 2017-08-23 | 1 | -0/+1 |
* | | Merge branch 'kw/write-index-reduce-alloc' | Junio C Hamano | 2017-08-26 | 1 | -0/+1 |
|\ \ | |||||
| * | | perf: add test for writing the index | Kevin Willford | 2017-08-21 | 1 | -0/+1 |
* | | | Merge branch 'jn/vcs-svn-cleanup' | Junio C Hamano | 2017-08-26 | 1 | -1/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | vcs-svn: move remaining repo_tree functions to fast_export.hjn/vcs-svn-cleanup | Jonathan Nieder | 2017-08-23 | 1 | -1/+0 |
| * | | Merge branch 'ls/macos-update' into maint | Junio C Hamano | 2016-11-29 | 1 | -0/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'rs/cocci' into maint | Junio C Hamano | 2016-10-28 | 1 | -0/+14 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'js/regexec-buf' into maint | Junio C Hamano | 2016-09-29 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'rs/compat-strdup' into maint | Junio C Hamano | 2016-09-19 | 1 | -3/+14 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'mh/packed-ref-store' | Junio C Hamano | 2017-08-22 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | packed-backend: new module for handling packed references | Michael Haggerty | 2017-06-23 | 1 | -0/+1 |
* | | | | | | | Merge branch 'jc/po-pritime-fix' | Junio C Hamano | 2017-07-21 | 1 | -0/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Makefile: help gettext tools to cope with our custom PRItime formatjc/po-pritime-fix | Junio C Hamano | 2017-07-20 | 1 | -0/+21 |
* | | | | | | | | Merge branch 'jk/build-with-asan' | Junio C Hamano | 2017-07-20 | 1 | -1/+6 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Makefile: allow combining UBSan with other sanitizersjk/build-with-asan | René Scharfe | 2017-07-17 | 1 | -1/+6 |
* | | | | | | | | Merge branch 'jk/build-with-asan' | Junio C Hamano | 2017-07-13 | 1 | -0/+8 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Makefile: disable unaligned loads with UBSan | Jeff King | 2017-07-10 | 1 | -0/+3 |
| * | | | | | | | Makefile: turn off -fomit-frame-pointer with sanitizers | Jeff King | 2017-07-10 | 1 | -0/+1 |
| * | | | | | | | Makefile: add helper for compiling with -fsanitize | Jeff King | 2017-07-10 | 1 | -0/+4 |
* | | | | | | | | Merge branch 'ab/sha1dc' | Junio C Hamano | 2017-07-10 | 1 | -0/+16 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | sha1collisiondetection: automatically enable when submodule is populatedab/sha1dc | Junio C Hamano | 2017-07-03 | 1 | -0/+4 |
| * | | | | | | | | sha1dc: optionally use sha1collisiondetection as a submodule | Ævar Arnfjörð Bjarmason | 2017-07-03 | 1 | -0/+12 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'bw/repo-object' | Junio C Hamano | 2017-07-05 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | repository: introduce the repository object | Brandon Williams | 2017-06-23 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'nd/fopen-errors' | Junio C Hamano | 2017-06-22 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | configure.ac: loosen FREAD_READS_DIRECTORIES test programnd/fopen-errors | Jeff King | 2017-06-15 | 1 | -1/+2 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ab/pcre-v2' | Junio C Hamano | 2017-06-19 | 1 | -8/+41 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | grep: add support for PCRE v2 | Ævar Arnfjörð Bjarmason | 2017-06-02 | 1 | -8/+28 |
| * | | | | | | | | grep: un-break building with PCRE >= 8.32 without --enable-jit | Ævar Arnfjörð Bjarmason | 2017-06-02 | 1 | -0/+13 |
* | | | | | | | | | Merge branch 'js/blame-lib' | Junio C Hamano | 2017-06-05 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | blame: move origin-related methods to libgit | Jeff Smith | 2017-05-25 | 1 | -0/+1 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ab/sha1dc-maint' | Junio C Hamano | 2017-06-04 | 1 | -1/+8 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | sha1dc: update from upstream | Ævar Arnfjörð Bjarmason | 2017-05-22 | 1 | -1/+8 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge branch 'ab/grep-preparatory-cleanup' | Junio C Hamano | 2017-06-02 | 1 | -4/+10 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | test-lib: add a PTHREADS prerequisite | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -0/+1 |
| * | | | | | | | grep: change the internal PCRE macro names to be PCRE1 | Ævar Arnfjörð Bjarmason | 2017-05-26 | 1 | -2/+2 |
| * | | | | | | | perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't do | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -0/+3 |
| * | | | | | | | Makefile & configure: reword inaccurate comment about PCRE | Ævar Arnfjörð Bjarmason | 2017-05-21 | 1 | -2/+4 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'bp/sub-process-convert-filter' | Junio C Hamano | 2017-05-30 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | sub-process: move sub-process functions into separate files | Ben Peart | 2017-05-15 | 1 | -0/+1 |
* | | | | | | | Merge branch 'mh/separate-ref-cache' | Junio C Hamano | 2017-04-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | refs: split `ref_cache` code into separate files | Michael Haggerty | 2017-04-16 | 1 | -0/+1 |
* | | | | | | | | Merge branch 'jh/add-index-entry-optim' | Junio C Hamano | 2017-04-26 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | read-cache: add strcmp_offset function | Jeff Hostetler | 2017-04-15 | 1 | -0/+1 |
* | | | | | | | | | Merge branch 'jh/memihash-opt' | Junio C Hamano | 2017-04-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | test-online-cpus: helper to return cpu count | Jeff Hostetler | 2017-04-12 | 1 | -0/+1 |
* | | | | | | | | | | Merge branch 'nd/files-backend-git-dir' | Junio C Hamano | 2017-04-19 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | t/helper: add test-ref-store to test ref-store functions | Nguyễn Thái Ngọc Duy | 2017-04-14 | 1 | -0/+1 |
* | | | | | | | | | | Merge branch 'ab/regen-perl-mak-with-different-perl' | Junio C Hamano | 2017-04-16 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | |