230 Commits (046dec74afe7a4bc2848b8cf73e3c4751382ef8e)

Author SHA1 Message Date
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Lukas Fleischer 78a766ab6e hideRefs: add support for matching full refs 9 years ago
Lukas Fleischer 00b293e519 upload-pack: strip refs before calling ref_is_hidden() 9 years ago
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Michael Haggerty 21758affae send_ref(): convert local variable "peeled" to object_id 10 years ago
Michael Haggerty 363e98bfc2 upload-pack: rewrite functions to take object_id arguments 10 years ago
Michael Haggerty e45a4949a2 find_symref(): convert local variable "unused" to object_id 10 years ago
Michael Haggerty 7dabd05634 find_symref(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Fredrik Medley 68ee628932 upload-pack: optionally allow fetching reachable sha1 10 years ago
Fredrik Medley 7199c093ad upload-pack: prepare to extend allow-tip-sha1-in-want 10 years ago
brian m. carlson 7683e2e6e3 commit: convert parts to struct object_id 10 years ago
Jeff King 8ddf3ca74f upload-pack: do not check NULL return of lookup_unknown_object 10 years ago
Jeff King e172755b1e upload-pack: fix transfer.hiderefs over smart-http 10 years ago
brian m. carlson 2dacf26d09 pack-objects: use --objects-edge-aggressive for shallow repos 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Edward Thomson 6c71f8b0d3 upload-pack: keep poll(2)'s timeout to -1 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Nguyễn Thái Ngọc Duy b790e0f67c upload-pack: send shallow info over stdin to pack-objects 11 years ago
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Nguyễn Thái Ngọc Duy 16094885ca smart-http: support shallow fetch/clone 11 years ago
Nguyễn Thái Ngọc Duy 79d3a236c5 upload-pack: make sure deepening preserves shallow roots 11 years ago
Nguyễn Thái Ngọc Duy 1a30f5a2f2 shallow.c: extend setup_*_shallow() to accept extra shallow commits 11 years ago
Nguyễn Thái Ngọc Duy ad491366de make the sender advertise shallow commits to the receiver 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano d007dbf7d6 Revert "upload-pack: send non-HEAD symbolic refs" 11 years ago
Jeff King 367068e0dd use parse_commit_or_die instead of custom message 11 years ago
Junio C Hamano 5e7dcad771 upload-pack: send non-HEAD symbolic refs 12 years ago
Junio C Hamano 7171d8c15f upload-pack: send symbolic ref information as capability 12 years ago
Junio C Hamano a4d695de0d upload-pack.c: do not pass confusing cb_data to mark_our_ref() 12 years ago
Jeff King 115dedd722 upload-pack: bump keepalive default to 5 seconds 12 years ago
Jeff King 05e95155a1 upload-pack: send keepalive packets during pack computation 12 years ago
Nguyễn Thái Ngọc Duy cdab485853 upload-pack: delegate rev walking in shallow fetch to pack-objects 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Michael Heemskerk af04fa2a78 upload-pack: ignore 'shallow' lines with unknown obj-ids 12 years ago
Jeff King f59de5d1ff upload-pack: load non-tip "want" objects from disk 12 years ago
Jeff King 06f15bf1f3 upload-pack: make sure "want" objects are parsed 12 years ago
Jeff King a6eec12638 upload-pack: drop lookup-before-parse optimization 12 years ago
Jeff King 74543a0423 pkt-line: provide a LARGE_PACKET_MAX static buffer 12 years ago
Jeff King 819b929d33 pkt-line: teach packet_read_line to chomp newlines 12 years ago
Jeff King cdf4fb8e33 pkt-line: drop safe_write function 12 years ago
Jeff King 97a83fa839 upload-pack: remove packet debugging harness 12 years ago
Jeff King e58e57e49e upload-pack: do not add duplicate objects to shallow list 12 years ago
Jeff King b7b021701c upload-pack: use get_sha1_hex to parse "shallow" lines 12 years ago
Junio C Hamano 390eb36b0a upload-pack: optionally allow fetching from the tips of hidden refs 12 years ago
Junio C Hamano daebaa7813 upload/receive-pack: allow hiding ref hierarchies 12 years ago