194 Commits (8a0d52dfd870af50b9c28baf66347f5eaaf14e6e)

Author SHA1 Message Date
Fabian Stelzer 4838f62c8c ssh signing: provide a textual signing_key_id 3 years ago
Jonathan Tan 54a03bc7d9 send-pack: fix push nego. when remote has refs 4 years ago
Ævar Arnfjörð Bjarmason 1e5b5ea538 send-pack.c: move "no refs in common" abort earlier 4 years ago
Jonathan Tan 477673d6f3 send-pack: support push negotiation 4 years ago
René Scharfe ca56dadb4b use CALLOC_ARRAY 4 years ago
Jeff King 8b59935114 send-pack: kill pack-objects helper on signal or exit 4 years ago
Josh Steadmon 8c4870029d send-pack: advertise session ID in capabilities 4 years ago
Srinidhi Kaushik 99a1f9ae10 push: add reflog check for "--force-if-includes" 4 years ago
Han Xin a4f324a423 send-pack: run GPG after atomic push checking 4 years ago
Jiang Xin 63518a574a New capability "report-status-v2" for git-push 5 years ago
Jeff King c972bf4cf5 strvec: convert remaining callers away from argv_array name 5 years ago
Johannes Schindelin 4d04658d8b send-pack/transport-helper: avoid mentioning a particular branch 5 years ago
brian m. carlson 82db03abbb send-pack: detect when the server doesn't support our hash 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Jiang Xin dfe1b7f19c transport-helper: new method reject_atomic_push() 5 years ago
Jiang Xin 46701bde69 send-pack: mark failure of atomic push properly 5 years ago
Jiang Xin 7dcbeaa0df send-pack: fix inconsistent porcelain output 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Jeff King 5cf7a17dfb send-pack: use OBJECT_INFO_QUICK to check negative objects 5 years ago
Jeff King ad7a403268 send-pack: check remote ref status on pack-objects failure 5 years ago
Jonathan Tan d8bc1a518a send-pack: never fetch when checking exclusions 5 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Masaya Suzuki 2d103c31c2 pack-protocol.txt: accept error packets in any context 6 years ago
Masaya Suzuki 01f9ec64c8 Use packet_reader instead of packet_read_line 6 years ago
Nguyễn Thái Ngọc Duy c0e40a2d66 send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c 6 years ago
Stefan Beller c88134870e shallow: add repository argument to is_repository_shallow 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
brian m. carlson 246d7400fb send-pack: convert remaining functions to struct object_id 7 years ago
Jon Simons bb1356dc64 always check for NULL return from packet_read_line() 7 years ago
René Scharfe a923e05944 send-pack: use internal argv_array of struct child_process 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 7 years ago
Rene Scharfe 872d651f52 send-pack: release strbuf on error return in send_pack() 8 years ago
Ville Skyttä 6412757514 Spelling fixes 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
Brandon Williams eb7b9749f2 send-pack: send push options correctly in stateless-rpc case 8 years ago
Jeff King d1a13d3fcb send-pack: report signal death of pack-objects 8 years ago
Jeff King ba69f92db6 send-pack: read "unpack" status even on pack-objects failure 8 years ago
Jeff King 40d05d04dd send-pack: improve unpack-status error messages 8 years ago
Jeff King f7cd74d19d send-pack: use skip_prefix for parsing unpack status 8 years ago
Jeff King 7c39df2979 send-pack: extract parsing of "unpack" response 8 years ago
Junio C Hamano 13092a916d cocci: refactor common patterns to use xstrdup_or_null() 8 years ago
René Scharfe 02962d3684 use strbuf_addstr() for adding constant strings to a strbuf 9 years ago
Stefan Beller f6a4e61fbb push: accept push options 9 years ago
Jeff King f0bca72dc7 send-pack: use buffered I/O to talk to pack-objects 9 years ago
Jeff King 3e8b06d09c send-pack: isolate sigpipe in demuxer thread 9 years ago
Jeff King 739cf49161 send-pack: close demux pipe before finishing async process 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Dave Borowitz 30261094b1 push: support signing pushes iff the server supports it 10 years ago