summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: update 'make fuzz-all' docs to reflect modern clangAndrzej Hunt2021-03-081-3/+3
* Merge branch 'jk/open-returns-eintr'Junio C Hamano2021-03-051-0/+7
|\
| * Makefile: add OPEN_RETURNS_EINTR knobJeff King2021-02-261-0/+7
| * Merge branch 'js/skip-dashed-built-ins-from-config-mak' into maintJunio C Hamano2021-02-061-14/+14
| |\
* | \ Merge branch 'ds/chunked-file-api'Junio C Hamano2021-03-011-0/+1
|\ \ \
| * | | chunk-format: create chunk format write APIDerrick Stolee2021-02-181-0/+1
* | | | diff: --{rotate,skip}-to=<path>Junio C Hamano2021-02-161-0/+1
* | | | 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-251-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-241-25/+7
| |/ / / /
* | | | | Merge branch 'so/log-diff-merge'Junio C Hamano2021-02-061-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-041-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-161-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-191-1/+1
|\ \ \
| * | | doc: mention Python 3.x supportsĐoàn Trần Công Danh2020-12-151-1/+1
* | | | Merge branch 'rj/make-clean'Junio C Hamano2020-12-181-8/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Makefile: don't use a versioned temp distribution directoryRamsay Jones2020-12-091-7/+8
| * | | Makefile: don't try to clean old debian build productRamsay Jones2020-12-091-1/+1
* | | | Merge branch 'ds/maintenance-part-1'Junio C Hamano2020-12-091-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-221-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-271-0/+1
| * | | | | merge-ort: barebones API of new merge strategy with empty implementationElijah Newren2020-10-271-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-221-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-231-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-201-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