summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-01-15Merge branch 'fc/completion-aliases-support'Junio C Hamano-10/+60
2021-01-15Merge branch 'en/stash-apply-sparse-checkout'Junio C Hamano-57/+212
2021-01-15Merge branch 'ar/t6016-modernise'Junio C Hamano-187/+167
2021-01-15Merge branch 'zh/arg-help-format'Junio C Hamano-64/+64
2021-01-15Merge branch 'nk/perf-fsmonitor-cleanup'Junio C Hamano-1/+6
2021-01-15Merge branch 'ds/trace2-topo-walk'Junio C Hamano-0/+31
2021-01-15Merge branch 'rs/rebase-commit-validation'Junio C Hamano-1/+3
2021-01-15Merge branch 'ma/sha1-is-a-hash'Junio C Hamano-58/+58
2021-01-15Merge branch 'ma/doc-pack-format-varint-for-sizes'Junio C Hamano-1/+16
2021-01-15Merge branch 'ma/t1300-cleanup'Junio C Hamano-40/+32
2021-01-15Merge branch 'pb/doc-modules-git-work-tree-typofix'Junio C Hamano-15/+15
2021-01-15Merge branch 'ta/doc-typofix'Junio C Hamano-7/+7
2021-01-15Merge branch 'bc/rev-parse-path-format'Junio C Hamano-61/+242
2021-01-15Merge branch 'ew/decline-core-abbrev'Junio C Hamano-0/+6
2021-01-15config: allow specifying config entries via envvar pairsPatrick Steinhardt-9/+191
2021-01-15environment: make `getenv_safe()` a public functionPatrick Steinhardt-5/+14
2021-01-15config: store "git -c" variables using more robust formatPatrick Steinhardt-7/+53
2021-01-15config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King-17/+104
2021-01-14t4203: make blame output massaging more robustJunio C Hamano-5/+5
2021-01-14mailmap doc: use correct environment variable 'GIT_WORK_TREE'Philippe Blain-1/+1
2021-01-14ci/install-depends: attempt to fix "brew cask" stuffJunio C Hamano-4/+4
2021-01-14for_each_object_in_pack(): clarify pack vs index orderingJeff King-6/+18
2021-01-14t4203: stop losing return codes of git commandsDenton Liu-7/+14
2021-01-14test-lib-functions.sh: fix usage for test_commit()Denton Liu-2/+2
2021-01-14pack-write: die on error in write_promisor_file()Christian Couder-2/+6
2021-01-14Merge branch 'en/ort-conflict-handling' into en/merge-ort-perfJunio C Hamano-18/+653
2021-01-14Merge branch 'en/diffcore-rename' into en/merge-ort-perfJunio C Hamano-131/+192
2021-01-13pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'Taylor Blau-4/+4
2021-01-13pack-revindex: hide the definition of 'revindex_entry'Taylor Blau-5/+5
2021-01-13pack-revindex: remove unused 'find_revindex_position()'Taylor Blau-20/+12
2021-01-13pack-revindex: remove unused 'find_pack_revindex()'Taylor Blau-17/+0
2021-01-13builtin/gc.c: guess the size of the revindexTaylor Blau-1/+1
2021-01-13for_each_object_in_pack(): convert to new revindex APITaylor Blau-1/+1
2021-01-13unpack_entry(): convert to new revindex APITaylor Blau-8/+18
2021-01-13packed_object_info(): convert to new revindex APITaylor Blau-2/+9
2021-01-13retry_bad_packed_offset(): convert to new revindex APITaylor Blau-4/+3
2021-01-13get_delta_base_oid(): convert to new revindex APITaylor Blau-4/+4
2021-01-13rebuild_existing_bitmaps(): convert to new revindex APITaylor Blau-3/+2
2021-01-13try_partial_reuse(): convert to new revindex APITaylor Blau-8/+5
2021-01-13get_size_by_pos(): convert to new revindex APITaylor Blau-4/+4
2021-01-13show_objects_for_type(): convert to new revindex APITaylor Blau-6/+7
2021-01-13bitmap_position_packfile(): convert to new revindex APITaylor Blau-1/+4
2021-01-13check_object(): convert to new revindex APITaylor Blau-4/+4
2021-01-13write_reused_pack_verbatim(): convert to new revindex APITaylor Blau-1/+1
2021-01-13write_reused_pack_one(): convert to new revindex APITaylor Blau-4/+10
2021-01-13write_reuse_object(): convert to new revindex APITaylor Blau-4/+9
2021-01-13pack-revindex: introduce a new APITaylor Blau-0/+86
2021-01-13CoC: update to version 2.0 + local changesÆvar Arnfjörð Bjarmason-49/+104
2021-01-12fetch-pack: refactor writing promisor fileChristian Couder-12/+20
2021-01-12fetch-pack: rename helper to create_promisor_file()Christian Couder-4/+4