summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.perl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-25The fourth batchJunio C Hamano1-0/+57
2021-01-16The third batchJunio C Hamano1-0/+30
2021-01-16The second batchJunio C Hamano1-0/+29
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt5-9/+191
2021-01-15environment: make `getenv_safe()` a public functionPatrick Steinhardt2-5/+14
2021-01-15config: store "git -c" variables using more robust formatPatrick Steinhardt2-7/+53
2021-01-15config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King2-17/+104
2021-01-15t4203: make blame output massaging more robustJunio C Hamano1-5/+5
2021-01-15mailmap doc: use correct environment variable 'GIT_WORK_TREE'Philippe Blain1-1/+1
2021-01-15ci/install-depends: attempt to fix "brew cask" stuffJunio C Hamano1-4/+4
2021-01-15for_each_object_in_pack(): clarify pack vs index orderingJeff King1-6/+18
2021-01-15t4203: stop losing return codes of git commandsDenton Liu1-7/+14
2021-01-15test-lib-functions.sh: fix usage for test_commit()Denton Liu1-2/+2
2021-01-15pack-write: die on error in write_promisor_file()Christian Couder1-2/+6
2021-01-14pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'Taylor Blau1-4/+4
2021-01-14pack-revindex: hide the definition of 'revindex_entry'Taylor Blau2-5/+5
2021-01-14pack-revindex: remove unused 'find_revindex_position()'Taylor Blau2-20/+12
2021-01-14pack-revindex: remove unused 'find_pack_revindex()'Taylor Blau2-17/+0
2021-01-14builtin/gc.c: guess the size of the revindexTaylor Blau1-1/+1
2021-01-14for_each_object_in_pack(): convert to new revindex APITaylor Blau1-1/+1
2021-01-14unpack_entry(): convert to new revindex APITaylor Blau1-8/+18
2021-01-14packed_object_info(): convert to new revindex APITaylor Blau1-2/+9
2021-01-14retry_bad_packed_offset(): convert to new revindex APITaylor Blau1-4/+3
2021-01-14get_delta_base_oid(): convert to new revindex APITaylor Blau1-4/+4
2021-01-14rebuild_existing_bitmaps(): convert to new revindex APITaylor Blau1-3/+2
2021-01-14try_partial_reuse(): convert to new revindex APITaylor Blau1-8/+5
2021-01-14get_size_by_pos(): convert to new revindex APITaylor Blau1-4/+4
2021-01-14show_objects_for_type(): convert to new revindex APITaylor Blau1-6/+7
2021-01-14bitmap_position_packfile(): convert to new revindex APITaylor Blau1-1/+4
2021-01-14check_object(): convert to new revindex APITaylor Blau1-4/+4
2021-01-14write_reused_pack_verbatim(): convert to new revindex APITaylor Blau1-1/+1
2021-01-14write_reused_pack_one(): convert to new revindex APITaylor Blau1-4/+10
2021-01-14write_reuse_object(): convert to new revindex APITaylor Blau1-4/+9
2021-01-14pack-revindex: introduce a new APITaylor Blau2-0/+86
2021-01-14CoC: update to version 2.0 + local changesÆvar Arnfjörð Bjarmason1-49/+104
2021-01-13fetch-pack: refactor writing promisor fileChristian Couder4-12/+20
2021-01-13fetch-pack: rename helper to create_promisor_file()Christian Couder1-4/+4
2021-01-12shortlog: remove unused(?) "repo-abbrev" featureÆvar Arnfjörð Bjarmason9-56/+21
2021-01-12mailmap doc + tests: document and test for case-insensitivityÆvar Arnfjörð Bjarmason2-0/+19
2021-01-12mailmap tests: add tests for empty "<>" syntaxÆvar Arnfjörð Bjarmason1-0/+27
2021-01-12mailmap tests: add tests for whitespace syntaxÆvar Arnfjörð Bjarmason1-0/+52
2021-01-12mailmap tests: add a test for comment syntaxÆvar Arnfjörð Bjarmason1-0/+33
2021-01-12mailmap doc + tests: add better examples & test themÆvar Arnfjörð Bjarmason2-20/+117
2021-01-12tests: refactor a few tests to use "test_commit --append"Ævar Arnfjörð Bjarmason3-29/+8
2021-01-12test-lib functions: add an --append option to test_commitÆvar Arnfjörð Bjarmason2-33/+20
2021-01-12test-lib functions: add --author support to test_commitÆvar Arnfjörð Bjarmason2-6/+12
2021-01-12test-lib functions: document arguments to test_commitÆvar Arnfjörð Bjarmason1-0/+4
2021-01-12test-lib functions: expand "test_commit" comment templateÆvar Arnfjörð Bjarmason1-5/+3
2021-01-12mailmap: test for silent exiting on missing file/blobÆvar Arnfjörð Bjarmason1-1/+20
2021-01-12mailmap tests: get rid of overly complex blame fuzzingÆvar Arnfjörð Bjarmason1-20/+30