80 Commits (0bbc971ab59d5630f974e12cee7aef6189e23c45)

Author SHA1 Message Date
Jeff King 0179c945fc shallow: automatically clean up shallow tempfiles 11 years ago
Ramsay Jones feefdf62c1 shallow: remove unused code 11 years ago
Nguyễn Thái Ngọc Duy c29a7b8b3f receive-pack: support pushing to a shallow clone via http 11 years ago
Nguyễn Thái Ngọc Duy 0a1bc12b6e receive-pack: allow pushes that update .git/shallow 11 years ago
Nguyễn Thái Ngọc Duy 5dbd767601 receive/send-pack: support pushing from a shallow clone 11 years ago
Nguyễn Thái Ngọc Duy 31c42bff35 receive-pack: reorder some code in unpack() 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
Brad King 9bbb0fa1fd refs: report ref type from lock_any_ref_for_update 12 years ago
Nguyễn Thái Ngọc Duy f7c815c3ee push: respect --no-thin 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Jeff King 49ecfa13fe receive-pack: close sideband fd on early pack errors 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
Junio C Hamano daebaa7813 upload/receive-pack: allow hiding ref hierarchies 12 years ago
Aaron Schrab 5a7da2dca1 hooks: Add function to check if a hook exists 12 years ago
Jeff King 74eb32d3a4 receive-pack: drop "n/a" on unpacker errors 13 years ago
Jeff King a22e6f8547 receive-pack: send pack-processing stderr over sideband 13 years ago
Jeff King 59bfdfb82a receive-pack: redirect unpack-objects stdout to /dev/null 13 years ago
Junio C Hamano 5d55915c7a receive-pack: use in_merge_bases() for fast-forward check 13 years ago
Junio C Hamano 4b7f2fa4c6 receive-pack: do not leak output from auto-gc to standard output 13 years ago
Jeff King ff5effdf45 include agent identifier in capability string 13 years ago
Clemens Buchacher ef7e93d908 do not override receive-pack errors 13 years ago
Clemens Buchacher c207e34f77 fix push --quiet: add 'quiet' capability to receive-pack 13 years ago
Junio C Hamano f47182c852 server_supports(): parse feature list more carefully 13 years ago
Michael Haggerty 85f2510450 write_head_info(): handle "extra refs" locally 13 years ago
Michael Haggerty bc98201d84 show_ref(): remove unused "flag" and "cb_data" arguments 13 years ago
Michael Haggerty b7a025d921 receive-pack: move more work into write_head_info() 13 years ago
Nguyễn Thái Ngọc Duy 8cad4744ee Rename resolve_ref() to resolve_ref_unsafe() 13 years ago
Nguyễn Thái Ngọc Duy 96ec7b1e70 Convert resolve_ref+xstrdup to new resolve_refdup function 13 years ago
Nguyễn Thái Ngọc Duy d5a35c114a Copy resolve_ref() return value for longer use 13 years ago
Junio C Hamano ee6dfb2d83 receive-pack: do not expect object 0{40} to exist 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Pang Yan Han 160b81ed81 receive-pack: don't pass non-existent refs to post-{receive,update} hooks 14 years ago
Junio C Hamano 9684e44a07 refactor run_receive_hook() 14 years ago
Junio C Hamano 52fed6e1ce receive-pack: check connectivity before concluding "git push" 14 years ago
Junio C Hamano 5a277f3ff7 Revert "Merge branch 'cb/maint-quiet-push' into maint" 14 years ago
Junio C Hamano dab76d3aa6 transfer.fsckobjects: unify fetch/receive.fsckobjects 14 years ago
Junio C Hamano 0d086b8e33 receive-pack: do not overstep command line argument array 14 years ago
Clemens Buchacher 90a6c7d443 propagate --quiet to send-pack/receive-pack 14 years ago
Josh Triplett 6b01ecfe22 ref namespaces: Support remote repositories via upload-pack and receive-pack 14 years ago
Jeff King cff38a5e11 receive-pack: eliminate duplicate .have refs 14 years ago
Jeff King 114a6a889f refactor refs_from_alternate_cb to allow passing extra data 14 years ago
Stephen Boyd 1e4cd68c00 sparse: Fix errors and silence warnings 14 years ago
Junio C Hamano 36cfda1552 refs_from_alternate: helper to use refs from alternates 14 years ago
Carlos Martín Nieto e2a57aac8a Name make_*_path functions more accurately 14 years ago
Jeff King bbc30f9963 add packet tracing debug code 14 years ago
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago