aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
...
| * | | | | | | grep: change the internal PCRE macro names to be PCRE1Ævar Arnfjörð Bjarmason2017-05-26
| * | | | | | | perf: add a GIT_PERF_MAKE_COMMAND for when *_MAKE_OPTS won't doÆvar Arnfjörð Bjarmason2017-05-21
| * | | | | | | Makefile & configure: reword inaccurate comment about PCREÆvar Arnfjörð Bjarmason2017-05-21
| |/ / / / / /
* | | | | | | Merge branch 'bp/sub-process-convert-filter'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | sub-process: move sub-process functions into separate filesBen Peart2017-05-15
* | | | | | | Merge branch 'mh/separate-ref-cache'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \
| * | | | | | | refs: split `ref_cache` code into separate filesMichael Haggerty2017-04-16
* | | | | | | | Merge branch 'jh/add-index-entry-optim'Junio C Hamano2017-04-26
|\ \ \ \ \ \ \ \
| * | | | | | | | read-cache: add strcmp_offset functionJeff Hostetler2017-04-15
* | | | | | | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test-online-cpus: helper to return cpu countJeff Hostetler2017-04-12
* | | | | | | | | | Merge branch 'nd/files-backend-git-dir'Junio C Hamano2017-04-19
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | t/helper: add test-ref-store to test ref-store functionsNguyễn Thái Ngọc Duy2017-04-14
* | | | | | | | | | Merge branch 'ab/regen-perl-mak-with-different-perl'Junio C Hamano2017-04-16
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | perl: regenerate perl.mak if perl -V changesÆvar Arnfjörð Bjarmason2017-03-29
* | | | | | | | | | Merge branch 'jk/make-coccicheck-detect-errors'Junio C Hamano2017-03-30
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Makefile: detect errors in running spatchJeff King2017-03-29
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | name-hash: add test-lazy-init-name-hashJeff Hostetler2017-03-24
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/sha1dc'Junio C Hamano2017-03-24
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Makefile: make DC_SHA1 the defaultJunio C Hamano2017-03-17
| * | | | | | | t0013: add a basic sha1 collision detection testJeff King2017-03-17
| * | | | | | | Makefile: add DC_SHA1 knobJeff King2017-03-17
* | | | | | | | Merge branch 'bc/sha1-header-selection-with-cpp-macros'Junio C Hamano2017-03-17
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | hash.h: move SHA-1 implementation selection into a header filebrian m. carlson2017-03-15
* | | | | | | | Merge branch 'jk/interop-test'Junio C Hamano2017-03-17
|\ \ \ \ \ \ \ \
| * | | | | | | | t: add an interoperability test harnessJeff King2017-03-10
| |/ / / / / / /
* | | | | | | | Merge branch 'rj/remove-unused-mktemp'Junio C Hamano2017-03-10
|\ \ \ \ \ \ \ \
| * | | | | | | | wrapper.c: remove unused gitmkstemps() functionRamsay Jones2017-02-28
| |/ / / / / / /
* | | | | | | | Merge branch 'js/rebase-helper'Junio C Hamano2017-02-27
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase--helper: add a builtin helper for interactive rebasesJohannes Schindelin2017-02-09
| |/ / / / / / /
* | | | | | | | add oidset APIJeff King2017-02-08
|/ / / / / / /
* | | | | | | Merge branch 'bc/use-asciidoctor-opt'Junio C Hamano2017-02-02
|\ \ \ \ \ \ \
| * | | | | | | Makefile: add a knob to enable the use of Asciidoctorbrian m. carlson2017-01-23
* | | | | | | | Merge branch 'js/retire-relink'Junio C Hamano2017-02-02
|\ \ \ \ \ \ \ \
| * | | | | | | | relink: retire the commandJohannes Schindelin2017-01-25
| |/ / / / / / /
* | | | | | | | Merge branch 'js/difftool-builtin'Junio C Hamano2017-01-31
|\ \ \ \ \ \ \ \
| * | | | | | | | difftool: retire the scripted versionJohannes Schindelin2017-01-19
| * | | | | | | | difftool: add a skeleton for the upcoming builtinJohannes Schindelin2017-01-17
| |/ / / / / / /
* | | | | | | | Merge branch 'rs/qsort-s'Junio C Hamano2017-01-31
|\ \ \ \ \ \ \ \
| * | | | | | | | compat: add qsort_s()René Scharfe2017-01-23
| |/ / / / / / /
* | | | | | | | Makefile: put LIBS after LDFLAGS for imap-sendSteven Penny2017-01-09
* | | | | | | | Makefile: POSIX windresSteven Penny2017-01-09
* | | | | | | | Merge branch 'va/i18n-perl-scripts'Junio C Hamano2016-12-27
|\ \ \ \ \ \ \ \
| * | | | | | | | i18n: add--interactive: mark patch prompt for translationVasco Almeida2016-12-14
| * | | | | | | | i18n: add--interactive: mark plural stringsVasco Almeida2016-12-14
* | | | | | | | | Merge branch 'jk/make-tags-find-sources-tweak'Junio C Hamano2016-12-19
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Makefile: exclude contrib from FIND_SOURCE_FILESJeff King2016-12-14
| * | | | | | | | Makefile: match shell scripts in FIND_SOURCE_FILESJeff King2016-12-14
| * | | | | | | | Makefile: exclude test cruft from FIND_SOURCE_FILESJeff King2016-12-14