summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/grep-pcre-invalid-utf8'Junio C Hamano2021-02-101-0/+1
|\
| * grep/pcre2: better support invalid UTF-8 haystacksÆvar Arnfjörð Bjarmason2021-01-241-0/+1
* | Merge branch 'ab/retire-pcre1'Junio C Hamano2021-02-101-25/+7
|\ \
| * | Remove support for v1 of the PCRE libraryÆvar Arnfjörð Bjarmason2021-01-231-25/+7
| |/
* | Merge branch 'so/log-diff-merge'Junio C Hamano2021-02-051-0/+1
|\ \
| * | revision: move diff merges functions to its own diff-merges.cSergey Organov2020-12-211-0/+1
* | | Merge branch 'js/skip-dashed-built-ins-from-config-mak'Junio C Hamano2021-02-031-14/+14
|\ \ \ | |_|/ |/| |
| * | SKIP_DASHED_BUILT_INS: respect `config.mak`Johannes Schindelin2021-01-211-14/+14
* | | Merge branch 'ab/gettext-charset-comment-fix'Junio C Hamano2021-01-151-3/+0
|\ \ \
| * | | Makefile: remove a warning about old GETTEXT_POISON flagÆvar Arnfjörð Bjarmason2021-01-111-3/+0
* | | | hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
* | | | object-file.c: rename from sha1-file.cMartin Ågren2021-01-041-1/+1
* | | | object-name.c: rename from sha1-name.cMartin Ågren2021-01-041-1/+1
|/ / /
* | | Merge branch 'dd/doc-p4-requirements-update'Junio C Hamano2020-12-181-1/+1
|\ \ \
| * | | doc: mention Python 3.x supportsĐoàn Trần Công Danh2020-12-141-1/+1
* | | | Merge branch 'rj/make-clean'Junio C Hamano2020-12-171-8/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Makefile: don't use a versioned temp distribution directoryRamsay Jones2020-12-081-7/+8
| * | | Makefile: don't try to clean old debian build productRamsay Jones2020-12-081-1/+1
* | | | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-12-081-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Makefile: mark git-maintenance as a builtinJeff King2020-12-021-0/+1
* | | | Merge branch 'ab/retire-parse-remote'Junio C Hamano2020-12-031-2/+0
|\ \ \ \
| * | | | parse-remote: remove this now-unused libraryÆvar Arnfjörð Bjarmason2020-11-161-2/+0
| | |/ / | |/| |
* | | | Merge branch 'en/strmap'Junio C Hamano2020-11-211-0/+1
|\ \ \ \
| * | | | strmap: new utility functionsElijah Newren2020-11-021-0/+1
* | | | | Merge branch 'en/merge-ort-api-null-impl'Junio C Hamano2020-11-181-0/+3
|\ \ \ \ \
| * | | | | fast-rebase: demonstrate merge-ort's API via new test-tool commandElijah Newren2020-10-291-0/+1
| * | | | | merge-ort-wrappers: new convience wrappers to mimic the old merge APIElijah Newren2020-10-261-0/+1
| * | | | | merge-ort: barebones API of new merge strategy with empty implementationElijah Newren2020-10-261-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'ds/maintenance-part-3'Junio C Hamano2020-11-181-0/+2
|\ \ \ \ \
| * | | | | maintenance: add start/stop subcommandsDerrick Stolee2020-09-251-0/+1
| * | | | | for-each-repo: run subcommands on configured reposDerrick Stolee2020-09-251-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/perl-warning'Junio C Hamano2020-11-091-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | perl: check for perl warnings while running testsJeff King2020-10-211-0/+3
| | |_|/ | |/| |
* | | | Merge branch 'rs/dist-doc-with-git-archive'Junio C Hamano2020-10-271-6/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | Makefile: remove the unused variable TAR_DIST_EXTRA_OPTSRené Scharfe2020-10-121-3/+0
| * | | Makefile: use git init/add/commit/archive for dist-docRené Scharfe2020-10-121-3/+11
| |/ /
* | | Merge branch 'js/no-builtins-on-disk-option' into maintJunio C Hamano2020-10-221-9/+6
|\ \ \ | |/ / |/| |
| * | SKIP_DASHED_BUILT_INS: do not skip the bin/ programsJohannes Schindelin2020-10-211-9/+6
* | | Makefile: ASCII-sort += listsDenton Liu2020-10-081-5/+5
* | | Merge branch 'rs/archive-add-file'Junio C Hamano2020-10-051-22/+19
|\ \ \
| * | | Makefile: use git-archive --add-fileRené Scharfe2020-09-191-22/+19
* | | | Merge branch 'jk/drop-unaligned-loads'Junio C Hamano2020-10-041-1/+0
|\ \ \ \
| * | | | bswap.h: drop unaligned loadsJeff King2020-09-241-1/+0
* | | | | Merge branch 'js/no-builtins-on-disk-option'Junio C Hamano2020-10-041-27/+39
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Optionally skip linking/copying the built-insJohannes Schindelin2020-09-211-18/+37
| * | | | msvc: copy the correct `.pdb` files in the Makefile target `install`Johannes Schindelin2020-09-211-9/+2
| | |/ / | |/| |
* | | | Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-251-0/+1
|\ \ \ \
| * | | | receive-pack: add new proc-receive hookJiang Xin2020-08-271-0/+1
* | | | | Merge branch 'hn/refs-trace-backend'Junio C Hamano2020-09-221-0/+1
|\ \ \ \ \
| * | | | | refs: add GIT_TRACE_REFS debugging mechanismHan-Wen Nienhuys2020-09-091-0/+1