summaryrefslogtreecommitdiff
path: root/upload-pack.c
AgeCommit message (Expand)Author
2020-06-04upload-pack: move pack_objects_hook to upload_pack_dataChristian Couder
2020-06-04upload-pack: move allow_sideband_all to upload_pack_dataChristian Couder
2020-06-04upload-pack: move allow_ref_in_want to upload_pack_dataChristian Couder
2020-06-04upload-pack: move allow_filter to upload_pack_dataChristian Couder
2020-06-04upload-pack: move keepalive to upload_pack_dataChristian Couder
2020-06-04upload-pack: pass upload_pack_data to upload_pack_config()Christian Couder
2020-06-04upload-pack: change multi_ack to an enumChristian Couder
2020-06-04upload-pack: move multi_ack to upload_pack_dataChristian Couder
2020-06-04upload-pack: move filter_capability_requested to upload_pack_dataChristian Couder
2020-06-04upload-pack: move use_sideband to upload_pack_dataChristian Couder
2020-06-04upload-pack: move static vars to upload_pack_dataChristian Couder
2020-06-04upload-pack: annotate upload_pack_data fieldsChristian Couder
2020-06-04upload-pack: actually use some upload_pack_data bitfieldsJeff King
2020-05-18upload-pack: use upload_pack_data fields in receive_needs()Christian Couder
2020-05-18upload-pack: pass upload_pack_data to create_pack_file()Christian Couder
2020-05-18upload-pack: remove static variable 'stateless_rpc'Christian Couder
2020-05-18upload-pack: pass upload_pack_data to check_non_tip()Christian Couder
2020-05-18upload-pack: pass upload_pack_data to send_ref()Christian Couder
2020-05-18upload-pack: move symref to upload_pack_dataChristian Couder
2020-05-18upload-pack: use upload_pack_data writer in receive_needs()Christian Couder
2020-05-18upload-pack: pass upload_pack_data to receive_needs()Christian Couder
2020-05-18upload-pack: pass upload_pack_data to get_common_commits()Christian Couder
2020-05-18upload-pack: use 'struct upload_pack_data' in upload_pack()Christian Couder
2020-05-18upload-pack: move 'struct upload_pack_data' aroundChristian Couder
2020-05-18upload-pack: move {want,have}_obj to upload_pack_dataChristian Couder
2020-05-18upload-pack: remove unused 'wants' from upload_pack_dataChristian Couder
2020-05-13Merge branch 'cc/upload-pack-v2-fetch-fix'Junio C Hamano
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-08upload-pack: clear filter_options for each v2 fetch commandChristian Couder
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau
2020-03-27upload-pack: handle unexpected delim packetsJeff King
2020-02-10config: split repo scope to local and worktreeMatthew Rogers
2019-10-07Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-09-12upload-pack: disable commit graph more gently for shallow traversalJeff King
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-06-28list-objects-filter-options: allow mult. --filterMatthew DeVore
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore
2019-06-20object: convert lookup_object() to use object_idJeff King
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King
2019-06-20upload-pack: rename a "sha1" variable to "oid"Jeff King
2019-06-17Merge branch 'jk/HEAD-symref-in-xfer-namespaces'Junio C Hamano
2019-06-12commit-graph: use raw_object_store when closingDerrick Stolee
2019-05-28upload-pack: strip namespace from symref dataJeff King
2019-05-19Merge branch 'en/unicode-in-refnames'Junio C Hamano
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-04-26Honor core.precomposeUnicode in more placesElijah Newren
2019-04-15upload-pack: send ERR packet for non-tip objectsJeff King
2019-04-08refs.c: remove the_repo from expand_ref()Nguyễn Thái Ngọc Duy