summaryrefslogtreecommitdiffstats
path: root/t/t6001-rev-list-graft.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-25The thirteenth batchJunio C Hamano1-0/+13
2023-04-22The twelfth batchJunio C Hamano1-0/+11
2023-04-20The eleventh batchJunio C Hamano1-0/+17
2023-04-18protocol.h: move definition of DEFAULT_GIT_PORT from cache.hElijah Newren3-21/+22
2023-04-18The tenth batchJunio C Hamano1-0/+20
2023-04-17Git 2.40.1v2.40.1Johannes Schindelin3-2/+10
2023-04-17Git 2.39.3v2.39.3Johannes Schindelin2-4/+10
2023-04-17Git 2.38.5v2.38.5Johannes Schindelin3-2/+10
2023-04-17Git 2.37.7v2.37.7Johannes Schindelin3-2/+9
2023-04-17Git 2.36.6v2.36.6Johannes Schindelin3-2/+9
2023-04-17Git 2.35.8v2.35.8Johannes Schindelin3-2/+9
2023-04-17Git 2.34.8v2.34.8Johannes Schindelin3-2/+9
2023-04-17Git 2.33.8v2.33.8Johannes Schindelin3-2/+9
2023-04-17Git 2.32.7v2.32.7Johannes Schindelin3-2/+9
2023-04-17Git 2.31.8v2.31.8Johannes Schindelin3-2/+8
2023-04-17tests: avoid using `test_i18ncmp`Johannes Schindelin3-9/+9
2023-04-17Git 2.30.9v2.30.9Taylor Blau3-2/+45
2023-04-17config.c: disallow overly-long lines in `copy_or_rename_section_in_file()`Taylor Blau2-0/+23
2023-04-17config.c: avoid integer truncation in `copy_or_rename_section_in_file()`Taylor Blau1-5/+5
2023-04-17config: avoid fixed-sized buffer when renaming/deleting a sectionTaylor Blau2-8/+9
2023-04-17gettext: avoid using gettext if the locale dir is not presentJohannes Schindelin2-1/+10
2023-04-17t1300: demonstrate failure when renaming sections with long linesTaylor Blau1-0/+20
2023-04-17apply --reject: overwrite existing `.rej` symlink if it existsJohannes Schindelin2-2/+27
2023-04-17ci: update 'static-analysis' to Ubuntu 22.04Derrick Stolee1-1/+1
2023-04-15v0 protocol: use size_t for capability length/offsetJeff King7-19/+19
2023-04-15t5512: test "ls-remote --heads --symref" filtering with v0 and v2Jeff King1-19/+7
2023-04-15t5512: allow any protocol version for filtered symref testJeff King1-3/+1
2023-04-15t5512: add v2 support for "ls-remote --symref" testJeff King1-8/+11
2023-04-15v0 protocol: fix sha1/sha256 confusion for capabilities^{}Jeff King2-37/+17
2023-04-15t5512: stop referring to "v1" protocolJeff King1-4/+4
2023-04-15v0 protocol: fix infinite loop when parsing multi-valued capabilitiesJeff King2-2/+55
2023-04-14send-email: export patch counters in validate environmentRobin Jarry4-1/+146
2023-04-14repack: disable writing bitmaps when doing a local repackPatrick Steinhardt5-0/+63
2023-04-14repack: honor `-l` when calculating pack geometryPatrick Steinhardt2-2/+68
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-11The ninth batchJunio C Hamano1-0/+19
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