Age | Commit message (Expand) | Author | Files | Lines |
2021-01-14 | ci/install-depends: attempt to fix "brew cask" stuff | Junio C Hamano | 1 | -4/+4 |
2021-01-14 | for_each_object_in_pack(): clarify pack vs index ordering | Jeff King | 1 | -6/+18 |
2021-01-14 | t4203: stop losing return codes of git commands | Denton Liu | 1 | -7/+14 |
2021-01-14 | test-lib-functions.sh: fix usage for test_commit() | Denton Liu | 1 | -2/+2 |
2021-01-14 | pack-write: die on error in write_promisor_file() | Christian Couder | 1 | -2/+6 |
2021-01-13 | pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()' | Taylor Blau | 1 | -4/+4 |
2021-01-13 | pack-revindex: hide the definition of 'revindex_entry' | Taylor Blau | 2 | -5/+5 |
2021-01-13 | pack-revindex: remove unused 'find_revindex_position()' | Taylor Blau | 2 | -20/+12 |
2021-01-13 | pack-revindex: remove unused 'find_pack_revindex()' | Taylor Blau | 2 | -17/+0 |
2021-01-13 | builtin/gc.c: guess the size of the revindex | Taylor Blau | 1 | -1/+1 |
2021-01-13 | for_each_object_in_pack(): convert to new revindex API | Taylor Blau | 1 | -1/+1 |
2021-01-13 | unpack_entry(): convert to new revindex API | Taylor Blau | 1 | -8/+18 |
2021-01-13 | packed_object_info(): convert to new revindex API | Taylor Blau | 1 | -2/+9 |
2021-01-13 | retry_bad_packed_offset(): convert to new revindex API | Taylor Blau | 1 | -4/+3 |
2021-01-13 | get_delta_base_oid(): convert to new revindex API | Taylor Blau | 1 | -4/+4 |
2021-01-13 | rebuild_existing_bitmaps(): convert to new revindex API | Taylor Blau | 1 | -3/+2 |
2021-01-13 | try_partial_reuse(): convert to new revindex API | Taylor Blau | 1 | -8/+5 |
2021-01-13 | get_size_by_pos(): convert to new revindex API | Taylor Blau | 1 | -4/+4 |
2021-01-13 | show_objects_for_type(): convert to new revindex API | Taylor Blau | 1 | -6/+7 |
2021-01-13 | bitmap_position_packfile(): convert to new revindex API | Taylor Blau | 1 | -1/+4 |
2021-01-13 | check_object(): convert to new revindex API | Taylor Blau | 1 | -4/+4 |
2021-01-13 | write_reused_pack_verbatim(): convert to new revindex API | Taylor Blau | 1 | -1/+1 |
2021-01-13 | write_reused_pack_one(): convert to new revindex API | Taylor Blau | 1 | -4/+10 |
2021-01-13 | write_reuse_object(): convert to new revindex API | Taylor Blau | 1 | -4/+9 |
2021-01-13 | pack-revindex: introduce a new API | Taylor Blau | 2 | -0/+86 |
2021-01-13 | CoC: update to version 2.0 + local changes | Ævar Arnfjörð Bjarmason | 1 | -49/+104 |
2021-01-12 | fetch-pack: refactor writing promisor file | Christian Couder | 4 | -12/+20 |
2021-01-12 | fetch-pack: rename helper to create_promisor_file() | Christian Couder | 1 | -4/+4 |
2021-01-12 | shortlog: remove unused(?) "repo-abbrev" feature | Ævar Arnfjörð Bjarmason | 9 | -56/+21 |
2021-01-12 | mailmap doc + tests: document and test for case-insensitivity | Ævar Arnfjörð Bjarmason | 2 | -0/+19 |
2021-01-12 | mailmap tests: add tests for empty "<>" syntax | Ævar Arnfjörð Bjarmason | 1 | -0/+27 |
2021-01-12 | mailmap tests: add tests for whitespace syntax | Ævar Arnfjörð Bjarmason | 1 | -0/+52 |
2021-01-12 | mailmap tests: add a test for comment syntax | Ævar Arnfjörð Bjarmason | 1 | -0/+33 |
2021-01-12 | mailmap doc + tests: add better examples & test them | Ævar Arnfjörð Bjarmason | 2 | -20/+117 |
2021-01-12 | tests: refactor a few tests to use "test_commit --append" | Ævar Arnfjörð Bjarmason | 3 | -29/+8 |
2021-01-12 | test-lib functions: add an --append option to test_commit | Ævar Arnfjörð Bjarmason | 2 | -33/+20 |
2021-01-12 | test-lib functions: add --author support to test_commit | Ævar Arnfjörð Bjarmason | 2 | -6/+12 |
2021-01-12 | test-lib functions: document arguments to test_commit | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
2021-01-12 | test-lib functions: expand "test_commit" comment template | Ævar Arnfjörð Bjarmason | 1 | -5/+3 |
2021-01-12 | mailmap: test for silent exiting on missing file/blob | Ævar Arnfjörð Bjarmason | 1 | -1/+20 |
2021-01-12 | mailmap tests: get rid of overly complex blame fuzzing | Ævar Arnfjörð Bjarmason | 1 | -20/+30 |
2021-01-12 | mailmap tests: add a test for "not a blob" error | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
2021-01-12 | mailmap tests: remove redundant entry in test | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2021-01-12 | mailmap tests: improve --stdin tests | Ævar Arnfjörð Bjarmason | 1 | -8/+32 |
2021-01-12 | mailmap tests: modernize syntax & test idioms | Ævar Arnfjörð Bjarmason | 1 | -199/+274 |
2021-01-12 | mailmap tests: use our preferred whitespace syntax | Ævar Arnfjörð Bjarmason | 1 | -8/+8 |
2021-01-12 | mailmap doc: start by mentioning the comment syntax | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
2021-01-12 | check-mailmap doc: note config options | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
2021-01-12 | mailmap doc: quote config variables `like.this` | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
2021-01-12 | mailmap doc: create a new "gitmailmap(5)" man page | Ævar Arnfjörð Bjarmason | 6 | -7/+38 |