36 Commits (53b3c47d64b4294ae586d1daa04f9140dadd9ae6)

Author SHA1 Message Date
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 16 years ago
Junio C Hamano acd2a45b83 Refuse updating the current branch in a non-bare repository via push 16 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
Johannes Sixt 0077138cd9 Simplify some instances of run_command() by using run_command_v_opt(). 16 years ago
Nicolas Pitre b74fce16fa allow OFS_DELTA objects during a push 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Jeff King 05ac6b34e2 improve missing repository error message 16 years ago
René Scharfe 88a667f063 builtin-receive-pack.c: fix compiler warnings about format string 16 years ago
Junio C Hamano 1b53a076fc builtin-receive-pack.c: do not initialize statics to 0 16 years ago
Junio C Hamano 747ca2455a receive-pack: receive.denyDeleteCurrent 16 years ago
Alexander Potashev 34263de026 Replace deprecated dashed git commands in usage 16 years ago
Junio C Hamano 3d95d92b9a receive-pack: explain what to do when push updates the current branch 16 years ago
Stephan Beyer ae98a0089f Move run_hook() from builtin-commit.c into run-command.c (libgit) 16 years ago
Jeff King 986e82396a receive-pack: detect push to current branch of non-bare repo 16 years ago
Jan Krüger a240de1137 Introduce receive.denyDeletes 16 years ago
Junio C Hamano b8492539f9 receive-pack: fix "borrowing from alternate object store" implementation 16 years ago
Junio C Hamano d79796bcf0 push: receiver end advertises refs from alternate repositories 17 years ago
Junio C Hamano be5908aed3 receive-pack: make it a builtin 17 years ago
David Soria Parra 85e7283069 cast pid_t's to uintmax_t to improve portability 17 years ago
Johannes Sixt e1464ca7bb Record the command invocation path early 17 years ago
Ramsay Jones 6e1c23442a Fix some warnings (on cygwin) to allow -Werror 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Martin Koegler 20dc0016ee receive-pack: allow using --strict mode for unpacking objects 17 years ago
Junio C Hamano 9eb7a50b6d Revert "receive-pack: use strict mode for unpacking objects" 17 years ago
Björn Steinbrink 5c09f32172 receive-pack: Initialize PATH to include exec-dir. 17 years ago
Martin Koegler 28f72a0f23 receive-pack: use strict mode for unpacking objects 17 years ago
Johannes Sixt e72ae28895 start_command(), .in/.out/.err = -1: Callers must close the file descriptor 17 years ago
Martin Koegler 061d6b9a7b receive-pack: reject invalid refnames 17 years ago
Martin Koegler eab827072d receive-pack: check object type of sha1 before using them as commits 17 years ago
Johannes Schindelin 28391a80a9 receive-pack: allow deletion of corrupt refs 17 years ago
Jeff King 3b70da2b17 receive-pack: don't mention successful updates 17 years ago
Joakim Tjernlund 0b8293f677 Improve receive-pack error message about funny ref creation 17 years ago
Shawn O. Pearce 106764e651 Refactor index-pack "keep $sha1" handling for reuse 18 years ago
Sven Verdoolaege 68db31cc28 git-update-ref: add --no-deref option for overwriting/detaching ref 18 years ago
Shawn O. Pearce e8016abf8d Use run_command within receive-pack to invoke index-pack 18 years ago
Shawn O. Pearce f43cd49fb8 Change {pre,post}-receive hooks to use stdin 18 years ago
Shawn O. Pearce 1d9e8b56fe Split back out update_hook handling in receive-pack 18 years ago
Shawn O. Pearce 6c319a22e4 Refactor run_command error handling in receive-pack 18 years ago
Shawn O. Pearce 05ef58ec1f Teach receive-pack to run pre-receive/post-receive hooks 18 years ago