summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* git-compat-util: always enable variadic macrosJeff King2021-01-281-2/+5
* The fourth batchJunio C Hamano2021-01-251-0/+57
* Merge branch 'ab/mailmap-fixup'Junio C Hamano2021-01-253-15/+22
|\
| * t4203: make blame output massaging more robustJunio C Hamano2021-01-151-5/+5
| * mailmap doc: use correct environment variable 'GIT_WORK_TREE'Philippe Blain2021-01-151-1/+1
| * t4203: stop losing return codes of git commandsDenton Liu2021-01-151-7/+14
| * test-lib-functions.sh: fix usage for test_commit()Denton Liu2021-01-151-2/+2
* | Merge branch 'tb/pack-revindex-api'Junio C Hamano2021-01-256-85/+185
|\ \
| * | for_each_object_in_pack(): clarify pack vs index orderingJeff King2021-01-151-6/+18
| * | pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'Taylor Blau2021-01-141-4/+4
| * | pack-revindex: hide the definition of 'revindex_entry'Taylor Blau2021-01-142-5/+5
| * | pack-revindex: remove unused 'find_revindex_position()'Taylor Blau2021-01-142-20/+12
| * | pack-revindex: remove unused 'find_pack_revindex()'Taylor Blau2021-01-142-17/+0
| * | builtin/gc.c: guess the size of the revindexTaylor Blau2021-01-141-1/+1
| * | for_each_object_in_pack(): convert to new revindex APITaylor Blau2021-01-141-1/+1
| * | unpack_entry(): convert to new revindex APITaylor Blau2021-01-141-8/+18
| * | packed_object_info(): convert to new revindex APITaylor Blau2021-01-141-2/+9
| * | retry_bad_packed_offset(): convert to new revindex APITaylor Blau2021-01-141-4/+3
| * | get_delta_base_oid(): convert to new revindex APITaylor Blau2021-01-141-4/+4
| * | rebuild_existing_bitmaps(): convert to new revindex APITaylor Blau2021-01-141-3/+2
| * | try_partial_reuse(): convert to new revindex APITaylor Blau2021-01-141-8/+5
| * | get_size_by_pos(): convert to new revindex APITaylor Blau2021-01-141-4/+4
| * | show_objects_for_type(): convert to new revindex APITaylor Blau2021-01-141-6/+7
| * | bitmap_position_packfile(): convert to new revindex APITaylor Blau2021-01-141-1/+4
| * | check_object(): convert to new revindex APITaylor Blau2021-01-141-4/+4
| * | write_reused_pack_verbatim(): convert to new revindex APITaylor Blau2021-01-141-1/+1
| * | write_reused_pack_one(): convert to new revindex APITaylor Blau2021-01-141-4/+10
| * | write_reuse_object(): convert to new revindex APITaylor Blau2021-01-141-4/+9
| * | pack-revindex: introduce a new APITaylor Blau2021-01-142-0/+86
* | | Merge branch 'ab/coc-update-to-2.0'Junio C Hamano2021-01-252-51/+104
|\ \ \
| * | | CoC: update to version 2.0 + local changesÆvar Arnfjörð Bjarmason2021-01-141-49/+104
| * | | CoC: explicitly take any whitespace breakageJunio C Hamano2021-01-041-0/+1
| * | | CoC: Update word-wrapping to match upstreamÆvar Arnfjörð Bjarmason2021-01-041-19/+16
* | | | Merge branch 'ps/config-env-pairs'Junio C Hamano2021-01-2511-39/+491
|\ \ \ \
| * | | | config: allow specifying config entries via envvar pairsPatrick Steinhardt2021-01-155-9/+191
| * | | | environment: make `getenv_safe()` a public functionPatrick Steinhardt2021-01-152-5/+14
| * | | | config: store "git -c" variables using more robust formatPatrick Steinhardt2021-01-152-7/+53
| * | | | config: parse more robust format in GIT_CONFIG_PARAMETERSJeff King2021-01-152-17/+104
| * | | | config: extract function to parse config pairsPatrick Steinhardt2021-01-121-7/+17
| * | | | quote: make sq_dequote_step() a public functionJeff King2021-01-122-7/+26
| * | | | config: add new way to pass config via `--config-env`Patrick Steinhardt2021-01-125-2/+100
| * | | | git: add `--super-prefix` to usage stringPatrick Steinhardt2021-01-071-0/+1
* | | | | Merge branch 'cc/write-promisor-file'Junio C Hamano2021-01-254-16/+28
|\ \ \ \ \
| * | | | | pack-write: die on error in write_promisor_file()Christian Couder2021-01-151-2/+6
| * | | | | fetch-pack: refactor writing promisor fileChristian Couder2021-01-134-12/+20
| * | | | | fetch-pack: rename helper to create_promisor_file()Christian Couder2021-01-131-4/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'jx/bundle'Junio C Hamano2021-01-256-78/+576
|\ \ \ \ \
| * | | | | bundle: arguments can be read from stdinJiang Xin2021-01-123-56/+134
| * | | | | bundle: lost objects when removing duplicate pendingsJiang Xin2021-01-122-5/+7
| * | | | | test: add helper functions for git-bundleJiang Xin2021-01-123-22/+440
| |/ / / /