summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cc/git-replay' into seenJunio C Hamano2023-05-171-1/+1
|\
| * replay: introduce new builtinElijah Newren2023-05-091-1/+1
* | Merge branch 'ab/imap-send-requires-curl' into seenJunio C Hamano2023-05-171-13/+5
|\ \
| * | imap-send: replace auto-probe libcurl with hard dependencyÆvar Arnfjörð Bjarmason2023-02-021-13/+5
* | | merge-ll: rename from ll-mergeElijah Newren2023-05-161-1/+1
* | | cache.h: remove this no-longer-used headerElijah Newren2023-05-161-1/+1
* | | statinfo: move stat_{data,validity} functions from cache/read-cacheElijah Newren2023-05-161-0/+1
| |/ |/|
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+1
|\ \
| * | git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-111-1/+1
* | | doc: remove GNU troff workaroundFelipe Contreras2023-03-211-4/+0
|/ /
* | add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason2023-02-061-1/+0
* | Merge branch 'rs/use-enhanced-bre-on-macos'Junio C Hamano2023-01-231-0/+9
|\ \
| * | use enhanced basic regular expressions on macOSRené Scharfe2023-01-081-0/+9
| |/
* | Merge branch 'ab/test-env-helper'Junio C Hamano2023-01-231-1/+1
|\ \
| * | env-helper: move this built-in to "test-tool env-helper"Ævar Arnfjörð Bjarmason2023-01-141-1/+1
| |/
* | Merge branch 'ab/darwin-default-to-sha1dc'Junio C Hamano2022-12-261-6/+4
|\ \
| * | Makefile: use sha1collisiondetection by default on OSX and DarwinÆvar Arnfjörð Bjarmason2022-12-161-6/+4
| |/
* | Merge branch 'dd/git-bisect-builtin'Junio C Hamano2022-12-141-2/+1
|\ \ | |/ |/|
| * Turn `git bisect` into a full built-inJohannes Schindelin2022-11-111-2/+1
* | Merge branch 'ab/coccicheck-incremental'Junio C Hamano2022-11-231-25/+150
|\ \
| * | Makefile: don't create a ".build/.build/" for cocci, fix outputÆvar Arnfjörð Bjarmason2022-11-111-6/+6
| * | cocci: run against a generated ALL.cocciÆvar Arnfjörð Bjarmason2022-11-021-0/+38
| * | Makefile: copy contrib/coccinelle/*.cocci to build/Ævar Arnfjörð Bjarmason2022-11-021-6/+21
| * | cocci: optimistically use COMPUTE_HEADER_DEPENDENCIESÆvar Arnfjörð Bjarmason2022-11-021-2/+13
| * | cocci: make "coccicheck" rule incrementalÆvar Arnfjörð Bjarmason2022-11-021-26/+55
| * | cocci: split off "--all-includes" from SPATCH_FLAGSÆvar Arnfjörð Bjarmason2022-11-021-1/+4
| * | cocci: split off include-less "tests" from SPATCH_FLAGSÆvar Arnfjörð Bjarmason2022-11-021-1/+3
| * | Makefile: split off SPATCH_BATCH_SIZE comment from "cocci" headingÆvar Arnfjörð Bjarmason2022-11-021-2/+3
| * | Makefile: have "coccicheck" re-run if flags changeÆvar Arnfjörð Bjarmason2022-11-021-0/+15
| * | Makefile: add ability to TAB-complete cocci *.patch rulesÆvar Arnfjörð Bjarmason2022-11-021-3/+14
| * | Makefile + shared.mak: rename and indent $(QUIET_SPATCH_T)Ævar Arnfjörð Bjarmason2022-11-021-1/+1
* | | Merge branch 'vd/skip-cache-tree-update'Taylor Blau2022-11-181-0/+1
|\ \ \
| * | | cache-tree: add perf test comparing update and primeVictoria Dye2022-11-101-0/+1
| | |/ | |/|
* | | Makefile: discuss SHAttered in *_SHA{1,256} discussionÆvar Arnfjörð Bjarmason2022-11-071-0/+16
* | | Makefile: document default SHA-1 backend on OSXÆvar Arnfjörð Bjarmason2022-11-071-0/+5
* | | Makefile & test-tool: replace "DC_SHA1" variable with a "define"Ævar Arnfjörð Bjarmason2022-11-071-4/+4
* | | Makefile: document SHA-1 and SHA-256 default and selection orderÆvar Arnfjörð Bjarmason2022-11-071-6/+11
* | | Makefile: document default SHA-256 backendÆvar Arnfjörð Bjarmason2022-11-071-2/+3
* | | Makefile: rephrase the discussion of *_SHA1 knobsÆvar Arnfjörð Bjarmason2022-11-071-6/+6
* | | Makefile: create and use sections for "define" flag listingÆvar Arnfjörð Bjarmason2022-11-071-92/+128
* | | Makefile: correct DC_SHA1 documentationÆvar Arnfjörð Bjarmason2022-11-071-2/+1
* | | Makefile: always (re)set DC_SHA1 on fallbackÆvar Arnfjörð Bjarmason2022-11-071-1/+1
|/ /
* | Merge branch 'ds/bundle-uri-3'Taylor Blau2022-10-301-0/+1
|\ \
| * | bundle-uri: unit test "key=value" parsingÆvar Arnfjörð Bjarmason2022-10-121-0/+1
| * | Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3Junio C Hamano2022-08-241-0/+1
| |\ \
* | \ \ Merge branch 'jh/trace2-timers-and-counters'Taylor Blau2022-10-301-0/+2
|\ \ \ \
| * | | | trace2: add global counter mechanismJeff Hostetler2022-10-241-0/+1
| * | | | trace2: add stopwatch timersJeff Hostetler2022-10-241-0/+1
* | | | | Merge branch 'js/cmake-updates'Junio C Hamano2022-10-271-0/+1
|\ \ \ \ \
| * | | | | cmake: avoid editing t/test-lib.shJohannes Schindelin2022-10-191-0/+1