Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | perl: regenerate perl.mak if perl -V changesab/regen-perl-mak-with-different-perl | Ævar Arnfjörð Bjarmason | 2017-03-29 | 1 | -0/+1 |
* | | | | Merge branch 'jk/make-coccicheck-detect-errors' | Junio C Hamano | 2017-03-30 | 1 | -2/+10 |
|\ \ \ \ | |||||
| * | | | | Makefile: detect errors in running spatchjk/make-coccicheck-detect-errors | Jeff King | 2017-03-29 | 1 | -2/+10 |
| |/ / / | |||||
* | | | | Merge branch 'jh/memihash-opt' | Junio C Hamano | 2017-03-28 | 1 | -0/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | name-hash: add test-lazy-init-name-hash | Jeff Hostetler | 2017-03-24 | 1 | -0/+1 |
| |/ / | |||||
* | | | Merge branch 'jk/sha1dc' | Junio C Hamano | 2017-03-24 | 1 | -2/+17 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Makefile: make DC_SHA1 the default | Junio C Hamano | 2017-03-17 | 1 | -6/+10 |
| * | | t0013: add a basic sha1 collision detection test | Jeff King | 2017-03-17 | 1 | -0/+1 |
| * | | Makefile: add DC_SHA1 knob | Jeff King | 2017-03-17 | 1 | -0/+10 |
* | | | Merge branch 'bc/sha1-header-selection-with-cpp-macros' | Junio C Hamano | 2017-03-17 | 1 | -7/+5 |
|\ \ \ | |/ / | |||||
| * | | hash.h: move SHA-1 implementation selection into a header filebc/sha1-header-selection-with-cpp-macros | brian m. carlson | 2017-03-15 | 1 | -7/+5 |
* | | | Merge branch 'jk/interop-test' | Junio C Hamano | 2017-03-17 | 1 | -0/+3 |
|\ \ \ | |||||
| * | | | t: add an interoperability test harness | Jeff King | 2017-03-10 | 1 | -0/+3 |
| |/ / | |||||
* | | | Merge branch 'rj/remove-unused-mktemp' | Junio C Hamano | 2017-03-10 | 1 | -5/+0 |
|\ \ \ | |||||
| * | | | wrapper.c: remove unused gitmkstemps() functionrj/remove-unused-mktemp | Ramsay Jones | 2017-02-28 | 1 | -5/+0 |
| |/ / | |||||
* | | | Merge branch 'js/rebase-helper' | Junio C Hamano | 2017-02-27 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | rebase--helper: add a builtin helper for interactive rebases | Johannes Schindelin | 2017-02-09 | 1 | -0/+1 |
| |/ / | |||||
* | | | add oidset API | Jeff King | 2017-02-08 | 1 | -0/+1 |
|/ / | |||||
* | | Merge branch 'bc/use-asciidoctor-opt' | Junio C Hamano | 2017-02-02 | 1 | -0/+6 |
|\ \ | |||||
| * | | Makefile: add a knob to enable the use of Asciidoctor | brian m. carlson | 2017-01-23 | 1 | -0/+6 |
* | | | Merge branch 'js/retire-relink' | Junio C Hamano | 2017-02-02 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | relink: retire the command | Johannes Schindelin | 2017-01-25 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge branch 'js/difftool-builtin' | Junio C Hamano | 2017-01-31 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | difftool: retire the scripted version | Johannes Schindelin | 2017-01-19 | 1 | -1/+0 |
| * | | | difftool: add a skeleton for the upcoming builtin | Johannes Schindelin | 2017-01-17 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge branch 'rs/qsort-s' | Junio C Hamano | 2017-01-31 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | compat: add qsort_s() | René Scharfe | 2017-01-23 | 1 | -0/+8 |
| |/ / | |||||
* | | | Makefile: put LIBS after LDFLAGS for imap-sendsp/cygwin-build-fixes | Steven Penny | 2017-01-09 | 1 | -1/+1 |
* | | | Makefile: POSIX windres | Steven Penny | 2017-01-09 | 1 | -1/+1 |
* | | | Merge branch 'va/i18n-perl-scripts' | Junio C Hamano | 2016-12-27 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | i18n: add--interactive: mark patch prompt for translation | Vasco Almeida | 2016-12-14 | 1 | -1/+1 |
| * | | | i18n: add--interactive: mark plural strings | Vasco Almeida | 2016-12-14 | 1 | -1/+2 |
* | | | | Merge branch 'jk/make-tags-find-sources-tweak' | Junio C Hamano | 2016-12-19 | 1 | -3/+16 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Makefile: exclude contrib from FIND_SOURCE_FILESjk/make-tags-find-sources-tweak | Jeff King | 2016-12-14 | 1 | -0/+2 |
| * | | | Makefile: match shell scripts in FIND_SOURCE_FILES | Jeff King | 2016-12-14 | 1 | -1/+3 |
| * | | | Makefile: exclude test cruft from FIND_SOURCE_FILES | Jeff King | 2016-12-14 | 1 | -1/+7 |
| * | | | Makefile: reformat FIND_SOURCE_FILES | Jeff King | 2016-12-14 | 1 | -3/+6 |
| | |/ | |/| | |||||
* | | | xdiff: drop XDL_FAST_HASHjk/xdiff-drop-xdl-fast-hash | Jeff King | 2016-12-06 | 1 | -9/+0 |
|/ / | |||||
* | | Merge branch 'ls/macos-update' | Junio C Hamano | 2016-11-11 | 1 | -0/+1 |
|\ \ | |||||
| * | | Makefile: set NO_OPENSSL on macOS by default | Lars Schneider | 2016-11-10 | 1 | -0/+1 |
| * | | Merge branch 'jk/common-main' into maint | Junio C Hamano | 2016-09-08 | 1 | -4/+13 |
| |\ \ |