summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-04-14pack-objects: split out `--stdin-packs` tests into separate filePatrick Steinhardt-135/+145
2023-04-14repack: fix generating multi-pack-index with only non-local packsPatrick Steinhardt-0/+34
2023-04-14repack: fix trying to use preferred pack in alternatesPatrick Steinhardt-5/+53
2023-04-14midx: fix segfault with no packs and invalid preferred packPatrick Steinhardt-3/+15
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle-4/+75
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau-8/+8
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau-3/+5
2023-04-13pack-revindex: introduce `pack.readReverseIndex`Taylor Blau-1/+23
2023-04-13pack-revindex: introduce GIT_TEST_REV_INDEX_DIE_ON_DISKTaylor Blau-0/+4
2023-04-13pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau-14/+18
2023-04-13t5325: mark as leak-freeTaylor Blau-0/+2
2023-04-13pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau-0/+2
2023-04-11l10n: uk: remove stale linesArkadii Yakovets-31/+0
2023-04-11l10n: uk: add initial translationArkadii Yakovets-0/+20850
2023-04-11The ninth batchJunio C Hamano-0/+19
2023-04-11Merge branch 'jk/use-perl-path-consistently'Junio C Hamano-1/+3
2023-04-11Merge branch 'jc/clone-object-format-from-void'Junio C Hamano-5/+17
2023-04-11Merge branch 'fc/doc-manpage-base-url-fix'Junio C Hamano-18/+2
2023-04-11Merge branch 'dw/doc-submittingpatches-grammofix'Junio C Hamano-1/+1
2023-04-11Merge branch 'jx/cap-object-info-uninitialized-fix'Junio C Hamano-1/+1
2023-04-11Merge branch 'ar/adjust-tests-for-the-index-fallout'Junio C Hamano-3/+3
2023-04-11Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano-75/+75
2023-04-11Merge branch 'ws/sparse-check-rules'Junio C Hamano-24/+307
2023-04-11mailmap, quote: move declarations of global vars to correct unitElijah Newren-5/+6
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren-8/+15
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren-6/+11
2023-04-11cache.h: remove unnecessary includesElijah Newren-4/+0
2023-04-11treewide: remove cache.h inclusion due to pager.h changesElijah Newren-5/+5
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren-14/+39
2023-04-11treewide: remove cache.h inclusion due to editor.h changesElijah Newren-1/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren-55/+80
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren-17/+16
2023-04-11object.h: move some inline functions and defines from cache.hElijah Newren-42/+44
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren-12/+11
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren-123/+184
2023-04-11treewide: remove cache.h inclusion due to git-zlib changesElijah Newren-1/+1
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren-26/+39
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren-13/+10
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-110/+210
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren-10/+8
2023-04-11treewide: be explicit about dependence on mem-pool.hElijah Newren-1/+5
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren-1/+10
2023-04-11treewide: be explicit about dependence on pack-revindex.hElijah Newren-1/+3
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren-1/+14
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren-1/+24
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-2/+70
2023-04-11clone: error specifically with --local and symlinked objectsGlen Choo-2/+17
2023-04-10t2024: fix loose/strict local base branch DWIM testAndrei Rybak-2/+5
2023-04-10rebase: remove a couple of redundant strategy testsPhillip Wood-53/+0
2023-04-10rebase -m: fix serialization of strategy optionsPhillip Wood-41/+49