summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-14test-lib-functions.sh: fix usage for test_commit()Libravatar Denton Liu1-2/+2
2021-01-14pack-write: die on error in write_promisor_file()Libravatar Christian Couder1-2/+6
2021-01-13pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'Libravatar Taylor Blau1-4/+4
2021-01-13pack-revindex: hide the definition of 'revindex_entry'Libravatar Taylor Blau2-5/+5
2021-01-13pack-revindex: remove unused 'find_revindex_position()'Libravatar Taylor Blau2-20/+12
2021-01-13pack-revindex: remove unused 'find_pack_revindex()'Libravatar Taylor Blau2-17/+0
2021-01-13builtin/gc.c: guess the size of the revindexLibravatar Taylor Blau1-1/+1
2021-01-13for_each_object_in_pack(): convert to new revindex APILibravatar Taylor Blau1-1/+1
2021-01-13unpack_entry(): convert to new revindex APILibravatar Taylor Blau1-8/+18
2021-01-13packed_object_info(): convert to new revindex APILibravatar Taylor Blau1-2/+9
2021-01-13retry_bad_packed_offset(): convert to new revindex APILibravatar Taylor Blau1-4/+3
2021-01-13get_delta_base_oid(): convert to new revindex APILibravatar Taylor Blau1-4/+4
2021-01-13rebuild_existing_bitmaps(): convert to new revindex APILibravatar Taylor Blau1-3/+2
2021-01-13try_partial_reuse(): convert to new revindex APILibravatar Taylor Blau1-8/+5
2021-01-13get_size_by_pos(): convert to new revindex APILibravatar Taylor Blau1-4/+4
2021-01-13show_objects_for_type(): convert to new revindex APILibravatar Taylor Blau1-6/+7
2021-01-13bitmap_position_packfile(): convert to new revindex APILibravatar Taylor Blau1-1/+4
2021-01-13check_object(): convert to new revindex APILibravatar Taylor Blau1-4/+4
2021-01-13write_reused_pack_verbatim(): convert to new revindex APILibravatar Taylor Blau1-1/+1
2021-01-13write_reused_pack_one(): convert to new revindex APILibravatar Taylor Blau1-4/+10
2021-01-13write_reuse_object(): convert to new revindex APILibravatar Taylor Blau1-4/+9
2021-01-13pack-revindex: introduce a new APILibravatar Taylor Blau2-0/+86
2021-01-13CoC: update to version 2.0 + local changesLibravatar Ævar Arnfjörð Bjarmason1-49/+104
2021-01-12fetch-pack: refactor writing promisor fileLibravatar Christian Couder4-12/+20
2021-01-12fetch-pack: rename helper to create_promisor_file()Libravatar Christian Couder1-4/+4
2021-01-12shortlog: remove unused(?) "repo-abbrev" featureLibravatar Ævar Arnfjörð Bjarmason9-56/+21
2021-01-12mailmap doc + tests: document and test for case-insensitivityLibravatar Ævar Arnfjörð Bjarmason2-0/+19
2021-01-12mailmap tests: add tests for empty "<>" syntaxLibravatar Ævar Arnfjörð Bjarmason1-0/+27
2021-01-12mailmap tests: add tests for whitespace syntaxLibravatar Ævar Arnfjörð Bjarmason1-0/+52
2021-01-12mailmap tests: add a test for comment syntaxLibravatar Ævar Arnfjörð Bjarmason1-0/+33
2021-01-12mailmap doc + tests: add better examples & test themLibravatar Ævar Arnfjörð Bjarmason2-20/+117
2021-01-12tests: refactor a few tests to use "test_commit --append"Libravatar Ævar Arnfjörð Bjarmason3-29/+8
2021-01-12test-lib functions: add an --append option to test_commitLibravatar Ævar Arnfjörð Bjarmason2-33/+20
2021-01-12test-lib functions: add --author support to test_commitLibravatar Ævar Arnfjörð Bjarmason2-6/+12
2021-01-12test-lib functions: document arguments to test_commitLibravatar Ævar Arnfjörð Bjarmason1-0/+4
2021-01-12test-lib functions: expand "test_commit" comment templateLibravatar Ævar Arnfjörð Bjarmason1-5/+3
2021-01-12mailmap: test for silent exiting on missing file/blobLibravatar Ævar Arnfjörð Bjarmason1-1/+20
2021-01-12mailmap tests: get rid of overly complex blame fuzzingLibravatar Ævar Arnfjörð Bjarmason1-20/+30
2021-01-12mailmap tests: add a test for "not a blob" errorLibravatar Ævar Arnfjörð Bjarmason1-0/+9
2021-01-12mailmap tests: remove redundant entry in testLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2021-01-12mailmap tests: improve --stdin testsLibravatar Ævar Arnfjörð Bjarmason1-8/+32
2021-01-12mailmap tests: modernize syntax & test idiomsLibravatar Ævar Arnfjörð Bjarmason1-199/+274
2021-01-12mailmap tests: use our preferred whitespace syntaxLibravatar Ævar Arnfjörð Bjarmason1-8/+8
2021-01-12mailmap doc: start by mentioning the comment syntaxLibravatar Ævar Arnfjörð Bjarmason1-2/+3
2021-01-12check-mailmap doc: note config optionsLibravatar Ævar Arnfjörð Bjarmason1-0/+7
2021-01-12mailmap doc: quote config variables `like.this`Libravatar Ævar Arnfjörð Bjarmason1-2/+2
2021-01-12mailmap doc: create a new "gitmailmap(5)" man pageLibravatar Ævar Arnfjörð Bjarmason6-7/+38
2021-01-12fetch: implement support for atomic reference updatesLibravatar Patrick Steinhardt3-5/+213
2021-01-12fetch: allow passing a transaction to `s_update_ref()`Libravatar Patrick Steinhardt1-20/+31
2021-01-12fetch: refactor `s_update_ref` to use common exit pathLibravatar Patrick Steinhardt1-19/+26