aboutsummaryrefslogtreecommitdiff
path: root/receive-pack.c
Commit message (Expand)AuthorAge
* receive-pack: Initialize PATH to include exec-dir.Björn Steinbrink2008-03-02
* receive-pack: reject invalid refnamesMartin Koegler2008-01-04
* receive-pack: check object type of sha1 before using them as commitsMartin Koegler2008-01-02
* receive-pack: allow deletion of corrupt refsJohannes Schindelin2007-11-30
* receive-pack: don't mention successful updatesJeff King2007-11-05
* Merge branch 'db/fetch-pack'Junio C Hamano2007-10-24
|\
| * Refactor index-pack "keep $sha1" handling for reuseShawn O. Pearce2007-09-19
* | Improve receive-pack error message about funny ref creationJoakim Tjernlund2007-10-20
|/
* git-update-ref: add --no-deref option for overwriting/detaching refSven Verdoolaege2007-05-10
* Use run_command within receive-pack to invoke index-packShawn O. Pearce2007-03-12
* Change {pre,post}-receive hooks to use stdinShawn O. Pearce2007-03-11
* Split back out update_hook handling in receive-packShawn O. Pearce2007-03-11
* Refactor run_command error handling in receive-packShawn O. Pearce2007-03-11
* Teach receive-pack to run pre-receive/post-receive hooksShawn O. Pearce2007-03-07
* Refactor handling of error_string in receive-packShawn O. Pearce2007-03-07
* Refactor run_update_hook to be more usefulShawn O. Pearce2007-03-07
* Don't run post-update hook unless a ref changedShawn O. Pearce2007-03-07
* Move post-update hook to after all other activityShawn O. Pearce2007-03-07
* Merge branch 'maint'Junio C Hamano2007-03-07
|\
| * Catch write_ref_sha1 failure in receive-packShawn O. Pearce2007-03-07
* | Mechanical conversion to use prefixcmp()Junio C Hamano2007-02-20
|/
* Don't force everybody to call setup_ident().Junio C Hamano2007-01-28
* Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano2007-01-25
* Consolidate {receive,fetch}.unpackLimitJunio C Hamano2007-01-24
* Refactor the pack header reading function out of receive-pack.cJunio C Hamano2007-01-24
* shallow repository: disable unsupported operations for now.Junio C Hamano2007-01-21
* Use /dev/null for update hook stdin.Shawn O. Pearce2006-12-30
* Redirect update hook stdout to stderr.Shawn O. Pearce2006-12-30
* Remove unnecessary argc parameter from run_command_v.Shawn O. Pearce2006-12-30
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* Default GIT_COMMITTER_NAME to login name in recieve-pack.Shawn O. Pearce2006-12-17
* change the unpack limit treshold to a saner valueNicolas Pitre2006-12-06
* Merge branch 'maint'Junio C Hamano2006-12-04
|\
| * receive-pack: do not insist on fast-forward outside refs/heads/Junio C Hamano2006-12-04
* | Allow git push to delete remote ref.Junio C Hamano2006-11-24
|/
* remove .keep pack lock files when done with refs updateNicolas Pitre2006-11-03
* Teach receive-pack how to keep pack files based on object count.Shawn Pearce2006-11-03
* Merge branch 'master' into np/index-packJunio C Hamano2006-11-03
|\
| * Merge branch 'lj/refs'Junio C Hamano2006-11-01
| |\
| | * Merge branch 'master' into lj/refsJunio C Hamano2006-09-27
| | |\
| | * | receive-pack: call setup_ident before git_configJunio C Hamano2006-09-27
| | * | Teach receive-pack about ref-logJunio C Hamano2006-09-27
| | * | Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-20
| | * | Add callback data to for_each_ref() family.Junio C Hamano2006-09-20
| * | | Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce2006-10-30
| | |/ | |/|
* | | Remove unused variable in receive-pack.Shawn Pearce2006-10-30
|/ /
* | receive-pack: plug memory leak in fast-forward checking code.Johannes Schindelin2006-09-20
* | add receive.denyNonFastforwards config variableJohannes Schindelin2006-09-20
|/
* Remove uneeded #includeJohannes Schindelin2006-08-29
* Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce2006-08-23