175 Commits (b1ef400eece473f83f39980c54f67e3e7d202538)

Author SHA1 Message Date
Jeff King ef2ed5013c find_unique_abbrev: use 4-buffer ring 8 years ago
Jeff King 722ff7f876 receive-pack: quarantine objects until pre-receive accepts 9 years ago
Jeff King 16ddcd403b sha1_array: let callbacks interrupt iteration 9 years ago
Vasco Almeida 8ba35a2dc6 i18n: receive-pack: mark messages for translation 9 years ago
Jeff King c08db5a2d0 receive-pack: allow a maximum input size to be specified 9 years ago
René Scharfe ddd0bfac7c receive-pack: use FLEX_ALLOC_MEM in queue_command() 9 years ago
Jeff King 83558686ce receive-pack: send keepalives during quiet periods 9 years ago
Jeff King 6b4cd2f827 receive-pack: turn on connectivity progress 9 years ago
Jeff King d415092ac4 receive-pack: relay connectivity errors to sideband 9 years ago
Jeff King d06303bb9a receive-pack: turn on index-pack resolving progress 9 years ago
Jeff King 7043c7071c check_everything_connected: use a struct with named options 9 years ago
Stefan Beller c714e45f87 receive-pack: implement advertising and receiving push options 9 years ago
Stefan Beller 77a9745d19 push options: {pre,post}-receive hook learns about push options 9 years ago
Lukas Fleischer 860a2ebecd receive-pack: send auto-gc output over sideband 2 9 years ago
Michael Haggerty ded8393610 check_aliased_update(): check that dst_name is non-NULL 9 years ago
Sidhant Sharma [:tk] 1b68387e02 builtin/receive-pack.c: use parse_options API 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
Johannes Schindelin d5621020c1 receive-pack: release pack files before garbage-collecting 9 years ago
Jeff King 9a93c6686f avoid shifting signed integers 31 bits 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Lukas Fleischer 78a766ab6e hideRefs: add support for matching full refs 9 years ago
Jeff King b26cb7c777 receive-pack: simplify keep_arg computation 10 years ago
Jeff King d59f765ac9 use sha1_to_hex_r() instead of strcpy 10 years ago
Jeff King b7115a350b receive-pack: convert strncpy to xsnprintf 10 years ago
Jiang Xin b112b14d78 receive-pack: crash when checking with non-exist HEAD 10 years ago
Johannes Schindelin cd94c6f91e fsck: git receive-pack: support excluding objects from fsck'ing 10 years ago
Johannes Schindelin 5d477a334a fsck (receive-pack): allow demoting errors to warnings 10 years ago
Michael Haggerty ce2a987329 show_ref_cb(): 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
Junio C Hamano 1a51b52422 push-to-deploy: allow pushing into an unborn branch and updating it 10 years ago
Michael Haggerty fb5a6bb61c ref_transaction_delete(): remove "have_old" parameter 10 years ago
Michael Haggerty 1d147bdff0 ref_transaction_update(): remove "have_old" parameter 10 years ago
Junio C Hamano 0855331941 receive-pack: support push-to-checkout hook 10 years ago
Ronnie Sahlberg 1b70fe5d30 receive-pack.c: negotiate atomic push support 10 years ago
Stefan Beller 68deed298a receive-pack.c: add execute_commands_atomic function 10 years ago
Stefan Beller 222368c645 receive-pack.c: move transaction handling in a central place 10 years ago
Stefan Beller a1a261457c receive-pack.c: move iterating over all commands outside execute_commands 10 years ago
Stefan Beller b6a4788586 receive-pack.c: die instead of error in case of possible future bug 10 years ago
Stefan Beller a6a8431968 receive-pack.c: shorten the execute_commands loop over all commands 10 years ago
Junio C Hamano 21b138d0f6 receive-pack: refactor updateInstead codepath 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Johannes Schindelin 1404bcbb6b receive-pack: add another option for receive.denyCurrentBranch 10 years ago
Michael Haggerty 3383e19984 sort_string_list(): rename to string_list_sort() 10 years ago
René Scharfe 31a8aa1ee8 use labs() for variables of type long instead of abs() 10 years ago
René Scharfe 5d222c099e receive-pack: avoid minor leak in case start_async() fails 10 years ago
René Scharfe a915459097 use env_array member of struct child_process 11 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
Ronnie Sahlberg db7516ab9f refs.c: pass the ref log message to _create/delete/update instead of _commit 11 years ago