summaryrefslogtreecommitdiff
path: root/receive-pack.c
AgeCommit message (Expand)Author
2008-07-06Fix some warnings (on cygwin) to allow -WerrorRamsay Jones
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-03-05receive-pack: allow using --strict mode for unpacking objectsMartin Koegler
2008-03-04Revert "receive-pack: use strict mode for unpacking objects"Junio C Hamano
2008-03-03Merge branch 'maint'Junio C Hamano
2008-03-03receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-29receive-pack: use strict mode for unpacking objectsMartin Koegler
2008-02-23start_command(), .in/.out/.err = -1: Callers must close the file descriptorJohannes Sixt
2008-01-04receive-pack: reject invalid refnamesMartin Koegler
2008-01-02receive-pack: check object type of sha1 before using them as commitsMartin Koegler
2007-11-30receive-pack: allow deletion of corrupt refsJohannes Schindelin
2007-11-05receive-pack: don't mention successful updatesJeff King
2007-10-25Merge branch 'db/fetch-pack'Junio C Hamano
2007-10-21Improve receive-pack error message about funny ref creationJoakim Tjernlund
2007-09-19Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce
2007-05-10git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege
2007-03-13Use run_command within receive-pack to invoke index-packShawn O. Pearce
2007-03-12Change {pre,post}-receive hooks to use stdinShawn O. Pearce
2007-03-12Split back out update_hook handling in receive-packShawn O. Pearce
2007-03-12Refactor run_command error handling in receive-packShawn O. Pearce
2007-03-07Teach receive-pack to run pre-receive/post-receive hooksShawn O. Pearce
2007-03-07Refactor handling of error_string in receive-packShawn O. Pearce
2007-03-07Refactor run_update_hook to be more usefulShawn O. Pearce
2007-03-07Don't run post-update hook unless a ref changedShawn O. Pearce
2007-03-07Move post-update hook to after all other activityShawn O. Pearce
2007-03-07Merge branch 'maint'Junio C Hamano
2007-03-07Catch write_ref_sha1 failure in receive-packShawn O. Pearce
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-26Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano
2007-01-25Consolidate {receive,fetch}.unpackLimitJunio C Hamano
2007-01-25Refactor the pack header reading function out of receive-pack.cJunio C Hamano
2007-01-22shallow repository: disable unsupported operations for now.Junio C Hamano
2006-12-31Use /dev/null for update hook stdin.Shawn O. Pearce
2006-12-31Redirect update hook stdout to stderr.Shawn O. Pearce
2006-12-31Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-17Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce
2006-12-07change the unpack limit treshold to a saner valueNicolas Pitre
2006-12-05Merge branch 'maint'Junio C Hamano
2006-12-04receive-pack: do not insist on fast-forward outside refs/heads/Junio C Hamano
2006-11-24Allow git push to delete remote ref.Junio C Hamano
2006-11-03remove .keep pack lock files when done with refs updateNicolas Pitre
2006-11-03Teach receive-pack how to keep pack files based on object count.Shawn Pearce
2006-11-03Merge branch 'master' into np/index-packJunio C Hamano
2006-11-01Merge branch 'lj/refs'Junio C Hamano
2006-10-31Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce
2006-10-31Remove unused variable in receive-pack.Shawn Pearce
2006-09-28Merge branch 'master' into lj/refsJunio C Hamano