156 Commits (33eacd3ff43e49109594c44e93b7ee66725fb8af)

Author SHA1 Message Date
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 11 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
René Scharfe 64a7e92f28 receive-pack: plug minor memory leak in unpack() 11 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 11 years ago
Brian Gernhardt 6f5ef44e0d receive-pack::hmac_sha1(): copy the entire SHA-1 hash out 11 years ago
Junio C Hamano 5732373daa signed push: allow stale nonce in stateless mode 11 years ago
Junio C Hamano b89363e4a5 signed push: fortify against replay attacks 11 years ago
Junio C Hamano ec7dbd145b receive-pack: allow hooks to ignore its standard input stream 11 years ago
Junio C Hamano 4adf569dea signed push: remove duplicated protocol info 11 years ago
Junio C Hamano d05b9618ce receive-pack: GPG-validate push certificates 11 years ago
Junio C Hamano a85b377d04 push: the beginning of "git push --signed" 11 years ago
Junio C Hamano 52d2ae582e receive-pack: factor out capability string generation 11 years ago
Junio C Hamano 39895c74d8 receive-pack: factor out queueing of command 11 years ago
Junio C Hamano c09b71ccc4 receive-pack: do not reuse old_sha1[] for other things 11 years ago
Junio C Hamano 0e3c339bb6 receive-pack: parse feature request a bit earlier 11 years ago
Junio C Hamano 3bfcb95fa8 receive-pack: do not overallocate command structure 11 years ago