summaryrefslogtreecommitdiffstats
path: root/upload-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upload-pack: use upload_pack_data fields in receive_needs()Christian Couder2020-05-181-15/+13
* upload-pack: pass upload_pack_data to create_pack_file()Christian Couder2020-05-181-15/+9
* upload-pack: remove static variable 'stateless_rpc'Christian Couder2020-05-181-6/+7
* upload-pack: pass upload_pack_data to check_non_tip()Christian Couder2020-05-181-7/+6
* upload-pack: pass upload_pack_data to send_ref()Christian Couder2020-05-181-3/+4
* upload-pack: move symref to upload_pack_dataChristian Couder2020-05-181-5/+7
* upload-pack: use upload_pack_data writer in receive_needs()Christian Couder2020-05-181-5/+3
* upload-pack: pass upload_pack_data to receive_needs()Christian Couder2020-05-181-9/+8
* upload-pack: pass upload_pack_data to get_common_commits()Christian Couder2020-05-181-13/+13
* upload-pack: use 'struct upload_pack_data' in upload_pack()Christian Couder2020-05-181-15/+17
* upload-pack: move 'struct upload_pack_data' aroundChristian Couder2020-05-181-56/+56
* upload-pack: move {want,have}_obj to upload_pack_dataChristian Couder2020-05-181-23/+25
* upload-pack: remove unused 'wants' from upload_pack_dataChristian Couder2020-05-181-4/+0
* Merge branch 'cc/upload-pack-v2-fetch-fix'Junio C Hamano2020-05-131-12/+22
|\
| * upload-pack: clear filter_options for each v2 fetch commandChristian Couder2020-05-081-12/+22
* | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\ \
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
| |/
* / upload-pack: handle unexpected delim packetsJeff King2020-03-271-1/+4
|/
* config: split repo scope to local and worktreeMatthew Rogers2020-02-101-1/+2
* Merge branch 'jk/disable-commit-graph-during-upload-pack'Junio C Hamano2019-10-071-1/+1
|\
| * upload-pack: disable commit graph more gently for shallow traversalJeff King2019-09-121-1/+1
* | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-6/+7
|\ \ | |/ |/|
| * list-objects-filter-options: allow mult. --filterMatthew DeVore2019-06-281-0/+2
| * list-objects-filter-options: make filter_spec a string_listMatthew DeVore2019-06-281-6/+5
* | Merge branch 'jk/oidhash'Junio C Hamano2019-07-101-4/+4
|\ \
| * | object: convert lookup_object() to use object_idJeff King2019-06-201-1/+1
| * | object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-1/+1
| * | upload-pack: rename a "sha1" variable to "oid"Jeff King2019-06-201-3/+3
| |/
* | Merge branch 'ds/close-object-store'Junio C Hamano2019-07-101-1/+1
|\ \ | |/ |/|
| * commit-graph: use raw_object_store when closingDerrick Stolee2019-06-121-1/+1
* | Merge branch 'jk/HEAD-symref-in-xfer-namespaces'Junio C Hamano2019-06-171-2/+2
|\ \
| * | upload-pack: strip namespace from symref dataJeff King2019-05-281-2/+2
| |/
* | Merge branch 'en/unicode-in-refnames'Junio C Hamano2019-05-191-0/+2
|\ \
| * | Honor core.precomposeUnicode in more placesElijah Newren2019-04-261-0/+2
* | | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-081-1/+1
|\ \ \
| * | | refs.c: remove the_repo from expand_ref()Nguyễn Thái Ngọc Duy2019-04-081-1/+1
| | |/ | |/|
* / | upload-pack: send ERR packet for non-tip objectsJeff King2019-04-151-3/+8
|/ /
* | Merge branch 'jt/fetch-v2-sideband'Junio C Hamano2019-02-051-71/+101
|\ \
| * | tests: define GIT_TEST_SIDEBAND_ALLJonathan Tan2019-01-171-5/+8
| * | {fetch,upload}-pack: sideband v2 fetch responseJonathan Tan2019-01-171-0/+16
| * | pkt-line: introduce struct packet_writerJonathan Tan2019-01-151-52/+60
| * | pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-1/+3
| * | Use packet_reader instead of packet_read_lineMasaya Suzuki2019-01-021-18/+20
| |/
* | Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano2019-02-051-2/+5
|\ \
| * | filter-options: expand scaled numbersJosh Steadmon2019-01-161-2/+5
| |/
* / upload-pack: teach deepen-relative in protocol v2Jonathan Tan2019-01-101-2/+15
|/
* Merge branch 'jt/upload-pack-v2-fix-shallow'Junio C Hamano2018-11-061-63/+90
|\
| * upload-pack: clear flags before each v2 requestJonathan Tan2018-10-191-4/+9
| * upload-pack: make want_obj not globalJonathan Tan2018-10-191-50/+66
| * upload-pack: make have_obj not globalJonathan Tan2018-10-191-26/+32