58 Commits (675a0fe297e88e0fab2ee9b311d4ebb3c3bfef28)

Author SHA1 Message Date
Jeff King 74eb32d3a4 receive-pack: drop "n/a" on unpacker errors 12 years ago
Jeff King a22e6f8547 receive-pack: send pack-processing stderr over sideband 12 years ago
Jeff King 59bfdfb82a receive-pack: redirect unpack-objects stdout to /dev/null 12 years ago
Junio C Hamano 5d55915c7a receive-pack: use in_merge_bases() for fast-forward check 12 years ago
Junio C Hamano 4b7f2fa4c6 receive-pack: do not leak output from auto-gc to standard output 12 years ago
Jeff King ff5effdf45 include agent identifier in capability string 12 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 13 years ago
Pang Yan Han 160b81ed81 receive-pack: don't pass non-existent refs to post-{receive,update} hooks 13 years ago
Junio C Hamano 9684e44a07 refactor run_receive_hook() 13 years ago
Junio C Hamano 52fed6e1ce receive-pack: check connectivity before concluding "git push" 13 years ago
Junio C Hamano 5a277f3ff7 Revert "Merge branch 'cb/maint-quiet-push' into maint" 13 years ago
Junio C Hamano dab76d3aa6 transfer.fsckobjects: unify fetch/receive.fsckobjects 13 years ago
Junio C Hamano 0d086b8e33 receive-pack: do not overstep command line argument array 13 years ago
Clemens Buchacher 90a6c7d443 propagate --quiet to send-pack/receive-pack 13 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
Julian Phillips e8c8b7139c string_list: Fix argument order for string_list_lookup 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Shawn O. Pearce 466dbc42f5 receive-pack: Send internal errors over side-band #2 15 years ago
Shawn O. Pearce 6d525d389f receive-pack: Send hook output over side band #2 15 years ago
Shawn O. Pearce 38a81b4e82 receive-pack: Wrap status reports inside side-band-64k 15 years ago
Shawn O. Pearce 185c04e041 receive-pack: Refactor how capabilities are shown to the client 15 years ago
Shawn O. Pearce 42526b478e Add stateless RPC options to upload-pack, receive-pack 15 years ago
Felipe Contreras a75d7b5409 Use 'fast-forward' all over the place 15 years ago
Junio C Hamano 77e3efbf43 receive-pack: run "gc --auto --quiet" and optionally "update-server-info" 15 years ago
Junio C Hamano 375881fa6a Refuse deleting the current branch via push 15 years ago
Junio C Hamano acd2a45b83 Refuse updating the current branch in a non-bare repository via push 15 years ago
Johannes Sixt 90e41a89ca receive-pack: remove unnecessary run_status report 16 years ago
Johannes Sixt c024beb56d run_command: report failure to execute the program, but optionally don't 16 years ago
Johannes Sixt 0ac77ec315 run_command: report system call errors instead of returning error codes 16 years ago
Johannes Sixt 5709e0363a run_command: return exit code as positive value 16 years ago
Johannes Sixt 2ff4d1ab9e receive-pack: do not send error details to the client 16 years ago