summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-14t/helper: allow chmtime to print verbosely without modifying mtimePatrick Steinhardt1-1/+1
2023-04-14pack-objects: extend test coverage of `--stdin-packs` with alternatesPatrick Steinhardt1-0/+48
2023-04-14pack-objects: fix error when same packfile is included and excludedPatrick Steinhardt2-5/+23
2023-04-14pack-objects: fix error when packing same pack twicePatrick Steinhardt3-0/+54
2023-04-14pack-objects: split out `--stdin-packs` tests into separate filePatrick Steinhardt2-135/+145
2023-04-14repack: fix generating multi-pack-index with only non-local packsPatrick Steinhardt2-0/+34
2023-04-14repack: fix trying to use preferred pack in alternatesPatrick Steinhardt2-5/+53
2023-04-14midx: fix segfault with no packs and invalid preferred packPatrick Steinhardt2-3/+15
2023-04-13branch, for-each-ref, tag: add option to omit empty linesØystein Walle9-4/+75
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau6-8/+8
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau5-3/+5
2023-04-13pack-revindex: introduce `pack.readReverseIndex`Taylor Blau5-1/+23
2023-04-13pack-revindex: introduce GIT_TEST_REV_INDEX_DIE_ON_DISKTaylor Blau2-0/+4
2023-04-13pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau4-14/+18
2023-04-13t5325: mark as leak-freeTaylor Blau1-0/+2
2023-04-13pack-write.c: plug a leak in stage_tmp_packfiles()Taylor Blau1-0/+2
2023-04-11l10n: uk: remove stale linesArkadii Yakovets1-31/+0
2023-04-11l10n: uk: add initial translationArkadii Yakovets2-0/+20850
2023-04-11The ninth batchJunio C Hamano1-0/+19
2023-04-11Merge branch 'jk/use-perl-path-consistently'Junio C Hamano2-1/+3
2023-04-11Merge branch 'jc/clone-object-format-from-void'Junio C Hamano2-5/+17
2023-04-11Merge branch 'fc/doc-manpage-base-url-fix'Junio C Hamano3-18/+2
2023-04-11Merge branch 'dw/doc-submittingpatches-grammofix'Junio C Hamano1-1/+1
2023-04-11Merge branch 'jx/cap-object-info-uninitialized-fix'Junio C Hamano1-1/+1
2023-04-11Merge branch 'ar/adjust-tests-for-the-index-fallout'Junio C Hamano2-3/+3
2023-04-11Merge branch 'jc/spell-id-in-both-caps-in-message-id'Junio C Hamano15-75/+75
2023-04-11Merge branch 'ws/sparse-check-rules'Junio C Hamano4-24/+307
2023-04-11mailmap, quote: move declarations of global vars to correct unitElijah Newren4-5/+6
2023-04-11treewide: reduce includes of cache.h in other headersElijah Newren8-8/+15
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren12-6/+11
2023-04-11cache.h: remove unnecessary includesElijah Newren1-4/+0
2023-04-11treewide: remove cache.h inclusion due to pager.h changesElijah Newren5-5/+5
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren23-14/+39
2023-04-11treewide: remove cache.h inclusion due to editor.h changesElijah Newren1-1/+1
2023-04-11editor: move editor-related functions and declarations into common fileElijah Newren21-55/+80
2023-04-11treewide: remove cache.h inclusion due to object.h changesElijah Newren17-17/+16
2023-04-11object.h: move some inline functions and defines from cache.hElijah Newren2-42/+44
2023-04-11treewide: remove cache.h inclusion due to object-file.h changesElijah Newren12-12/+11
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren57-123/+184
2023-04-11treewide: remove cache.h inclusion due to git-zlib changesElijah Newren1-1/+1
2023-04-11git-zlib: move declarations for git-zlib functions from cache.hElijah Newren9-26/+39
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren13-13/+10
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren91-110/+210
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren10-10/+8
2023-04-11treewide: be explicit about dependence on mem-pool.hElijah Newren6-1/+5
2023-04-11treewide: be explicit about dependence on oid-array.hElijah Newren11-1/+10
2023-04-11treewide: be explicit about dependence on pack-revindex.hElijah Newren4-1/+3
2023-04-11treewide: be explicit about dependence on convert.hElijah Newren15-1/+14
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren25-1/+24
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren62-2/+70