14 Commits (431b1969fcde69959a23355fba6894fb69c8fa0c)

Author SHA1 Message Date
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
Shawn O. Pearce 8aaf7d6410 Refactor handling of error_string in receive-pack 18 years ago
Shawn O. Pearce c8dd277109 Refactor run_update_hook to be more useful 18 years ago
Shawn O. Pearce 3e6e152c74 Don't run post-update hook unless a ref changed 18 years ago
Shawn O. Pearce 8e663d9e90 Move post-update hook to after all other activity 18 years ago
Shawn O. Pearce ef203f0856 Catch write_ref_sha1 failure in receive-pack 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano 01754769ab Don't force everybody to call setup_ident(). 18 years ago
Junio C Hamano cb280e1075 Allow non-developer to clone, checkout and fetch more easily. 18 years ago
Junio C Hamano e28714c527 Consolidate {receive,fetch}.unpackLimit 18 years ago
Junio C Hamano a69e542989 Refactor the pack header reading function out of receive-pack.c 18 years ago
Junio C Hamano a0022eebf3 shallow repository: disable unsupported operations for now. 18 years ago
Shawn O. Pearce 95d3c4f546 Use /dev/null for update hook stdin. 18 years ago
Shawn O. Pearce cd83c74cb3 Redirect update hook stdout to stderr. 18 years ago
Shawn O. Pearce 9b0b50936e Remove unnecessary argc parameter from run_command_v. 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Shawn O. Pearce a7f196a746 Default GIT_COMMITTER_NAME to login name in recieve-pack. 18 years ago
Nicolas Pitre 46732fae3d change the unpack limit treshold to a saner value 18 years ago