summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-16ref-filter.h: move contains caches into filterVictoria Dye2-8/+12
2023-11-16ref-filter.h: add max_count and omit_empty to ref_formatVictoria Dye4-16/+20
2023-11-16ref-filter.c: really don't sort when using --no-sortVictoria Dye8-26/+153
2023-11-16send-email: remove stray characters from usageTodd Zullinger1-2/+2
2023-11-16rebase: rewrite --(no-)autosquash documentationAndy Koppe1-14/+20
2023-11-16rebase: support --autosquash without -iAndy Koppe3-14/+30
2023-11-16rebase: fully ignore rebase.autoSquash without -iAndy Koppe3-20/+9
2023-11-14Git 2.43-rc2v2.43.0-rc2Junio C Hamano1-1/+1
2023-11-14glossary: add definitions for dereference & peelVictoria Dye1-14/+35
2023-11-14ci: avoid running the test suite _twice_Johannes Schindelin1-1/+1
2023-11-13l10n: Update Catalan translationJordi Mas1-264/+427
2023-11-12l10n: po-id for 2.43 (round 1)Bagas Sanjaya1-274/+400
2023-11-12RelNotes: minor wording fixes in 2.43.0 release notesElijah Newren1-18/+18
2023-11-11l10n: fr: v2.43.0 rnd 2Jean-Noël Avila1-220/+420
2023-11-11Makefile: stop using `test -o` when unlinking duplicate executablesPatrick Steinhardt1-1/+1
2023-11-11contrib/subtree: convert subtree type check to use case statementPatrick Steinhardt1-4/+10
2023-11-11contrib/subtree: stop using `-o` to test for number of argsPatrick Steinhardt1-5/+11
2023-11-11global: convert trivial usages of `test <expr> -a/-o <expr>`Patrick Steinhardt6-10/+11
2023-11-11t9164: fix inability to find basename(1) in Subversion hooksPatrick Steinhardt1-1/+8
2023-11-11t/lib-httpd: stop using legacy crypt(3) for authenticationPatrick Steinhardt2-2/+2
2023-11-11t/lib-httpd: dynamically detect httpd and modules pathPatrick Steinhardt1-4/+13
2023-11-10l10n: update uk localization for v2.43Arkadii Yakovets1-267/+358
2023-11-10format-patch: fix ignored encode_email_headers for cover letterSimon Ser2-0/+11
2023-11-10unit-tests: do show relative file pathsJohannes Schindelin1-4/+48
2023-11-10cmake: handle also unit testsJohannes Schindelin1-0/+11
2023-11-10unit-tests: do not mistake `.pdb` files for being executableJohannes Schindelin1-1/+1
2023-11-10cmake: use test names instead of full pathsJohannes Schindelin1-2/+3
2023-11-10cmake: also build unit testsJohannes Schindelin1-0/+18
2023-11-10cmake: fix typo in variable nameJohannes Schindelin1-2/+2
2023-11-10artifacts-tar: when including `.dll` files, don't forget the unit-testsJohannes Schindelin1-1/+1
2023-11-10ci: run unit tests in CIJosh Steadmon3-1/+8
2023-11-10unit tests: add TAP unit test frameworkPhillip Wood8-4/+792
2023-11-10unit tests: add a project plan documentJosh Steadmon2-0/+241
2023-11-09l10n: sv.po: Update Swedish translation (5579t)Peter Krefting1-1750/+1819
2023-11-09commit-graph: mark chunk error messages for translationJeff King1-9/+9
2023-11-09commit-graph: drop verify_commit_graph_lite()Jeff King1-20/+0
2023-11-09commit-graph: check order while reading fanout chunkJeff King2-12/+14
2023-11-09commit-graph: use fanout value for graph sizeJeff King2-7/+6
2023-11-09commit-graph: abort as soon as we see a bogus chunkJeff King1-16/+13
2023-11-09commit-graph: clarify missing-chunk error messagesJeff King2-8/+8
2023-11-09commit-graph: drop redundant call to "lite" verificationJeff King1-4/+0
2023-11-09midx: check consistency of fanout tableJeff King2-9/+25
2023-11-09commit-graph: handle overflow in chunk_size checksJeff King1-3/+3
2023-11-09ci: add support for GitLab CIPatrick Steinhardt4-1/+116
2023-11-09ci: install test dependencies for linux-muslPatrick Steinhardt2-2/+19
2023-11-09ci: squelch warnings when testing with unusable Git repoPatrick Steinhardt1-0/+32
2023-11-09ci: unify setup of some environment variablesPatrick Steinhardt1-10/+17
2023-11-09ci: split out logic to set up failed test artifactsPatrick Steinhardt1-17/+21
2023-11-09ci: group installation of Docker dependenciesPatrick Steinhardt1-0/+6
2023-11-09ci: make grouping setup more genericPatrick Steinhardt1-24/+22