summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-0/+1
|\
| * sparse-index: add guard to ensure full indexDerrick Stolee2021-03-301-0/+1
* | Merge branch 'sg/bugreport-fixes'Junio C Hamano2021-04-211-2/+2
|\ \
| * | Makefile: add missing dependencies of 'config-list.h'SZEDER Gábor2021-04-091-2/+2
* | | Merge branch 'ab/userdiff-tests'Junio C Hamano2021-04-211-0/+1
|\ \ \
| * | | userdiff tests: list builtin drivers via test-toolÆvar Arnfjörð Bjarmason2021-04-081-0/+1
| |/ /
* | | Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Junio C Hamano2021-04-141-0/+1
|\ \ \
| * | | t/helper/test-bitmap.c: initial commitTaylor Blau2021-04-011-0/+1
* | | | Merge branch 'ab/make-tags-quiet'Junio C Hamano2021-04-081-4/+6
|\ \ \ \
| * | | | Makefile: add QUIET_GEN to "tags" and "TAGS" targetsÆvar Arnfjörð Bjarmason2021-04-021-4/+6
| | |/ / | |/| |
* | | | Merge branch 'jh/simple-ipc'Junio C Hamano2021-04-021-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | t0052: add simple-ipc tests and t/helper/test-simple-ipc toolJeff Hostetler2021-03-221-0/+1
| * | | simple-ipc: add Unix domain socket implementationJeff Hostetler2021-03-221-0/+2
| * | | unix-stream-server: create unix domain socket under lockJeff Hostetler2021-03-151-0/+1
| * | | simple-ipc: add win32 implementationJeff Hostetler2021-03-151-0/+5
* | | | Merge branch 'ab/make-cleanup'Junio C Hamano2021-03-261-5/+26
|\ \ \ \ | |_|/ / |/| | |
| * | | Makefile: add {program,xdiff,test,git,fuzz}-objs & objects targetsÆvar Arnfjörð Bjarmason2021-02-231-0/+12
| * | | Makefile: split OBJECTS into OBJECTS and GIT_OBJSÆvar Arnfjörð Bjarmason2021-02-231-4/+7
| * | | Makefile: sort OBJECTS assignment for subsequent changeÆvar Arnfjörð Bjarmason2021-02-231-2/+2
| * | | Makefile: split up long OBJECTS lineÆvar Arnfjörð Bjarmason2021-02-231-5/+10
| * | | Makefile: guard against TEST_OBJS in the environmentÆvar Arnfjörð Bjarmason2021-02-231-0/+1
* | | | 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
| | |/ / | |/| |