- e1464ca Record the command invocation path early by Johannes Sixt · 17 years ago
- 6e1c234 Fix some warnings (on cygwin) to allow -Werror by Ramsay Jones · 17 years ago
- ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
- 20dc001 receive-pack: allow using --strict mode for unpacking objects by Martin Koegler · 17 years ago
- 9eb7a50 Revert "receive-pack: use strict mode for unpacking objects" by Junio C Hamano · 17 years ago
- 6b48990 Merge branch 'maint' by Junio C Hamano · 17 years ago
- 5c09f32 receive-pack: Initialize PATH to include exec-dir. by Björn Steinbrink · 17 years ago
- eadbcd4 Merge branch 'mk/maint-parse-careful' by Junio C Hamano · 17 years ago
- 28f72a0 receive-pack: use strict mode for unpacking objects by Martin Koegler · 17 years ago
- e72ae28 start_command(), .in/.out/.err = -1: Callers must close the file descriptor by Johannes Sixt · 17 years ago
- 061d6b9 receive-pack: reject invalid refnames by Martin Koegler · 17 years ago
- eab8270 receive-pack: check object type of sha1 before using them as commits by Martin Koegler · 17 years ago
- 28391a8 receive-pack: allow deletion of corrupt refs by Johannes Schindelin · 17 years ago
- 3b70da2 receive-pack: don't mention successful updates by Jeff King · 17 years ago
- d90a7fd Merge branch 'db/fetch-pack' by Junio C Hamano · 17 years ago
- 0b8293f Improve receive-pack error message about funny ref creation by Joakim Tjernlund · 17 years ago
- 106764e Refactor index-pack "keep $sha1" handling for reuse by Shawn O. Pearce · 17 years ago
- 68db31c git-update-ref: add --no-deref option for overwriting/detaching ref by Sven Verdoolaege · 18 years ago
- e8016ab Use run_command within receive-pack to invoke index-pack by Shawn O. Pearce · 18 years ago
- f43cd49 Change {pre,post}-receive hooks to use stdin by Shawn O. Pearce · 18 years ago
- 1d9e8b5 Split back out update_hook handling in receive-pack by Shawn O. Pearce · 18 years ago
- 6c319a2 Refactor run_command error handling in receive-pack by Shawn O. Pearce · 18 years ago
- 05ef58e Teach receive-pack to run pre-receive/post-receive hooks by Shawn O. Pearce · 18 years ago
- 8aaf7d6 Refactor handling of error_string in receive-pack by Shawn O. Pearce · 18 years ago
- c8dd277 Refactor run_update_hook to be more useful by Shawn O. Pearce · 18 years ago
- 3e6e152 Don't run post-update hook unless a ref changed by Shawn O. Pearce · 18 years ago
- 8e663d9 Move post-update hook to after all other activity by Shawn O. Pearce · 18 years ago
- 84da035 Merge branch 'maint' by Junio C Hamano · 18 years ago
- ef203f0 Catch write_ref_sha1 failure in receive-pack by Shawn O. Pearce · 18 years ago
- cc44c76 Mechanical conversion to use prefixcmp() by Junio C Hamano · 18 years ago
- 0175476 Don't force everybody to call setup_ident(). by Junio C Hamano · 18 years ago
- cb280e1 Allow non-developer to clone, checkout and fetch more easily. by Junio C Hamano · 18 years ago
- e28714c Consolidate {receive,fetch}.unpackLimit by Junio C Hamano · 18 years ago
- a69e542 Refactor the pack header reading function out of receive-pack.c by Junio C Hamano · 18 years ago
- a0022ee shallow repository: disable unsupported operations for now. by Junio C Hamano · 18 years ago
- 95d3c4f Use /dev/null for update hook stdin. by Shawn O. Pearce · 18 years ago
- cd83c74 Redirect update hook stdout to stderr. by Shawn O. Pearce · 18 years ago
- 9b0b509 Remove unnecessary argc parameter from run_command_v. by Shawn O. Pearce · 18 years ago
- 8502357 simplify inclusion of system header files. by Junio C Hamano · 18 years ago
- a7f196a Default GIT_COMMITTER_NAME to login name in recieve-pack. by Shawn O. Pearce · 18 years ago
- 46732fa change the unpack limit treshold to a saner value by Nicolas Pitre · 18 years ago
- ba988a8 Merge branch 'maint' by Junio C Hamano · 18 years ago
- 562cefb receive-pack: do not insist on fast-forward outside refs/heads/ by Junio C Hamano · 18 years ago
- d4f694b Allow git push to delete remote ref. by Junio C Hamano · 18 years ago
- 576162a remove .keep pack lock files when done with refs update by Nicolas Pitre · 18 years ago
- fc04c41 Teach receive-pack how to keep pack files based on object count. by Shawn Pearce · 18 years ago
- 407e1d6 Merge branch 'master' into np/index-pack by Junio C Hamano · 18 years ago
- 58a1e0e Merge branch 'lj/refs' by Junio C Hamano · 18 years ago
- 6fb75be Move deny_non_fast_forwards handling completely into receive-pack. by Shawn Pearce · 18 years ago
- 861ed12 Remove unused variable in receive-pack. by Shawn Pearce · 18 years ago
- 2958d9b Merge branch 'master' into lj/refs by Junio C Hamano · 18 years ago
- 94d8213 receive-pack: call setup_ident before git_config by Junio C Hamano · 18 years ago
- 3159c8d Teach receive-pack about ref-log by Junio C Hamano · 18 years ago
- 9edd7e4 receive-pack: plug memory leak in fast-forward checking code. by Johannes Schindelin · 18 years ago
- 8da1977 Tell between packed, unpacked and symbolic refs. by Junio C Hamano · 18 years ago
- cb5d709 Add callback data to for_each_ref() family. by Junio C Hamano · 18 years ago
- 11031d7 add receive.denyNonFastforwards config variable by Johannes Schindelin · 18 years ago
- 28f5c70 Remove uneeded #include by Johannes Schindelin · 19 years ago
- e702496 Convert memcpy(a,b,20) to hashcpy(a,b). by Shawn Pearce · 19 years ago
- 96f1e58 remove unnecessary initializations by David Rientjes · 19 years ago
- 9201c70 Const tightening. by Junio C Hamano · 19 years ago
- bd2afde Give no terminating LF to error() function. by Junio C Hamano · 19 years ago
- 77cb17e Exec git programs without using PATH. by Michal Ostrowski · 19 years ago
- 5a2282d GIT 1.1.0 by Junio C Hamano · 19 years ago v1.1.0
- 8f1d2e6 [PATCH] Compilation: zero-length array declaration. by Junio C Hamano · 19 years ago
- cfee10a send-pack/receive-pack: allow errors to be reported back to pusher. by Junio C Hamano · 19 years ago
- 7246ed4 \n usage in stderr output by Alex Riesen · 19 years ago
- 128aed6 Clean up file descriptors when calling hooks. by Daniel Barkalow · 19 years ago
- 8d63013 Server-side support for user-relative paths. by Andreas Ericsson · 19 years ago
- d8a1dee Refuse to create funny refs in clone-pack, git-fetch and receive-pack. by Junio C Hamano · 19 years ago
- 2c04662 Revert "Replace zero-length array decls with []." by Junio C Hamano · 20 years ago
- e72a7d4 Replace unsetenv() and setenv() with older putenv(). by Jason Riedy · 20 years ago
- 6c5f9ba Replace zero-length array decls with []. by Jason Riedy · 20 years ago
- 29f3b3d Make sure leading directories exist when pushing refs. by Junio C Hamano · 20 years ago
- 1961433 receive-pack hooks updates. by Junio C Hamano · 20 years ago
- c742b81 [PATCH] Fix warning about non-void return in a void function. by A Large Angry SCM · 20 years ago
- b1bf95b [PATCH] Added hook in git-receive-pack by Josef Weidendorfer · 20 years ago
- 8f3f9b0 [PATCH] Add update-server-info. by Junio C Hamano · 20 years ago
- 113b947 Make "upload-pack" match git-fetch-pack usage by Linus Torvalds · 20 years ago
- f312de0 [PATCH] Let umask do its work upon filesystem object creation. by Junio C Hamano · 20 years ago
- 6da4016 Fix sparse warnings. by Linus Torvalds · 20 years ago
- 944d858 Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache by Linus Torvalds · 20 years ago
- 8a65ff7 Generalize the "show each ref" code in receice-pack by Linus Torvalds · 20 years ago
- d0efc8a Do ref matching on the sender side rather than on receiver by Linus Torvalds · 20 years ago
- f65fdf0 Add support for "forcing" a ref on the remote side by Linus Torvalds · 20 years ago
- 2eca23d git-receive-pack: implement ref switch command handling by Linus Torvalds · 20 years ago
- eb1af2d git-receive-pack: start parsing ref update commands by Linus Torvalds · 20 years ago
- 7f8e982 Slow but steady progress on git pack receive/send by Linus Torvalds · 20 years ago
- f3a3214 Make send/receive-pack be closer to doing something interesting by Linus Torvalds · 20 years ago
- 575f497 Add first cut at "git-receive-pack" by Linus Torvalds · 20 years ago