summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-15Merge branch 'ew/decline-core-abbrev'Libravatar Junio C Hamano3-0/+6
2021-01-15config: allow specifying config entries via envvar pairsLibravatar Patrick Steinhardt5-9/+191
2021-01-15environment: make `getenv_safe()` a public functionLibravatar Patrick Steinhardt2-5/+14
2021-01-15config: store "git -c" variables using more robust formatLibravatar Patrick Steinhardt2-7/+53
2021-01-15config: parse more robust format in GIT_CONFIG_PARAMETERSLibravatar Jeff King2-17/+104
2021-01-14t4203: make blame output massaging more robustLibravatar Junio C Hamano1-5/+5
2021-01-14mailmap doc: use correct environment variable 'GIT_WORK_TREE'Libravatar Philippe Blain1-1/+1
2021-01-14ci/install-depends: attempt to fix "brew cask" stuffLibravatar Junio C Hamano1-4/+4
2021-01-14for_each_object_in_pack(): clarify pack vs index orderingLibravatar Jeff King1-6/+18
2021-01-14t4203: stop losing return codes of git commandsLibravatar Denton Liu1-7/+14
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