131 Commits (1ca41a19323d455cf0028001677f3adfae0d4cc4)

Author SHA1 Message Date
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
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
Ronnie Sahlberg 6629ea2d4a receive-pack.c: use a reference transaction for updating the refs 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Jeff King d51428bf17 receive-pack: don't copy "dir" parameter 11 years ago
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Jeff King 95244ae3dd use xstrdup instead of xmalloc + strcpy 11 years ago
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