summaryrefslogtreecommitdiff
path: root/upload-pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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-091-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-091-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-151-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
* | Merge branch 'jk/uploadpack-packobjectshook-fix'Junio C Hamano2018-10-301-3/+6
|\ \
| * | upload-pack: fix broken if/else chain in config callbackJeff King2018-10-261-3/+6
* | | Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-6/+7
|\ \ \ | |_|/ |/| |
| * | upload-pack: express constants in terms of the_hash_algobrian m. carlson2018-10-151-6/+7
* | | Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano2018-10-161-0/+2
|\ \ \ | |/ / |/| |
| * | commit-graph: close_commit_graph before shallow walkDerrick Stolee2018-08-211-0/+2
* | | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-53/+5
|\ \ \ | |/ / |/| |
| * | commit-reach: make can_all_from_reach... linearDerrick Stolee2018-07-201-1/+4
| * | commit-reach: move can_all_from_reach_with_flagsDerrick Stolee2018-07-201-69/+1
| * | upload-pack: generalize commit date cutoffDerrick Stolee2018-07-201-6/+10
| * | upload-pack: refactor ok_to_give_up()Derrick Stolee2018-07-201-11/+23
| * | upload-pack: make reachable() more genericDerrick Stolee2018-07-201-8/+9
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-8/+9
|\ \ \ | |/ /
| * | tag: add repository argument to deref_tagStefan Beller2018-06-291-1/+1
| * | object: add repository argument to lookup_objectStefan Beller2018-06-291-1/+1
| * | object: add repository argument to parse_objectStefan Beller2018-06-291-6/+7
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-6/+9
| |\ \ | | |/ | |/|
* | | Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano2018-07-241-0/+66
|\ \ \