| Commit message (Expand) | Author | Age | Files | Lines |
* | Use run_command within receive-pack to invoke index-pack | Shawn O. Pearce | 2007-03-12 | 1 | -25/+10 |
* | Change {pre,post}-receive hooks to use stdin | Shawn O. Pearce | 2007-03-11 | 1 | -28/+30 |
* | Split back out update_hook handling in receive-pack | Shawn O. Pearce | 2007-03-11 | 1 | -2/+24 |
* | Refactor run_command error handling in receive-pack | Shawn O. Pearce | 2007-03-11 | 1 | -19/+24 |
* | Teach receive-pack to run pre-receive/post-receive hooks | Shawn O. Pearce | 2007-03-07 | 1 | -0/+11 |
* | Refactor handling of error_string in receive-pack | Shawn O. Pearce | 2007-03-07 | 1 | -29/+33 |
* | Refactor run_update_hook to be more useful | Shawn O. Pearce | 2007-03-07 | 1 | -19/+44 |
* | Don't run post-update hook unless a ref changed | Shawn O. Pearce | 2007-03-07 | 1 | -4/+4 |
* | Move post-update hook to after all other activity | Shawn O. Pearce | 2007-03-07 | 1 | -2/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2007-03-07 | 1 | -1/+4 |
|\ |
|
| * | Catch write_ref_sha1 failure in receive-pack | Shawn O. Pearce | 2007-03-07 | 1 | -1/+4 |
* | | Mechanical conversion to use prefixcmp() | Junio C Hamano | 2007-02-20 | 1 | -2/+2 |
|/ |
|
* | Don't force everybody to call setup_ident(). | Junio C Hamano | 2007-01-28 | 1 | -1/+0 |
* | Allow non-developer to clone, checkout and fetch more easily. | Junio C Hamano | 2007-01-25 | 1 | -2/+0 |
* | Consolidate {receive,fetch}.unpackLimit | Junio C Hamano | 2007-01-24 | 1 | -8/+16 |
* | Refactor the pack header reading function out of receive-pack.c | Junio C Hamano | 2007-01-24 | 1 | -12/+14 |
* | shallow repository: disable unsupported operations for now. | Junio C Hamano | 2007-01-21 | 1 | -0/+3 |
* | Use /dev/null for update hook stdin. | Shawn O. Pearce | 2006-12-30 | 1 | -2/+4 |
* | Redirect update hook stdout to stderr. | Shawn O. Pearce | 2006-12-30 | 1 | -1/+2 |
* | Remove unnecessary argc parameter from run_command_v. | Shawn O. Pearce | 2006-12-30 | 1 | -2/+2 |
* | simplify inclusion of system header files. | Junio C Hamano | 2006-12-20 | 1 | -1/+0 |
* | Default GIT_COMMITTER_NAME to login name in recieve-pack. | Shawn O. Pearce | 2006-12-17 | 1 | -0/+2 |
* | change the unpack limit treshold to a saner value | Nicolas Pitre | 2006-12-06 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2006-12-04 | 1 | -1/+2 |
|\ |
|
| * | receive-pack: do not insist on fast-forward outside refs/heads/ | Junio C Hamano | 2006-12-04 | 1 | -1/+2 |
* | | Allow git push to delete remote ref. | Junio C Hamano | 2006-11-24 | 1 | -11/+34 |
|/ |
|
* | remove .keep pack lock files when done with refs update | Nicolas Pitre | 2006-11-03 | 1 | -23/+73 |
* | Teach receive-pack how to keep pack files based on object count. | Shawn Pearce | 2006-11-03 | 1 | -19/+79 |
* | Merge branch 'master' into np/index-pack | Junio C Hamano | 2006-11-03 | 1 | -76/+33 |
|\ |
|
| * | Merge branch 'lj/refs' | Junio C Hamano | 2006-11-01 | 1 | -76/+17 |
| |\ |
|
| | * | Merge branch 'master' into lj/refs | Junio C Hamano | 2006-09-27 | 1 | -0/+17 |
| | |\ |
|
| | * | | receive-pack: call setup_ident before git_config | Junio C Hamano | 2006-09-27 | 1 | -0/+1 |
| | * | | Teach receive-pack about ref-log | Junio C Hamano | 2006-09-27 | 1 | -73/+15 |
| | * | | Tell between packed, unpacked and symbolic refs. | Junio C Hamano | 2006-09-20 | 1 | -2/+2 |
| | * | | Add callback data to for_each_ref() family. | Junio C Hamano | 2006-09-20 | 1 | -3/+3 |
| * | | | Move deny_non_fast_forwards handling completely into receive-pack. | Shawn Pearce | 2006-10-30 | 1 | -0/+16 |
| | |/
| |/| |
|
* | | | Remove unused variable in receive-pack. | Shawn Pearce | 2006-10-30 | 1 | -5/+2 |
|/ / |
|
* | | receive-pack: plug memory leak in fast-forward checking code. | Johannes Schindelin | 2006-09-20 | 1 | -6/+7 |
* | | add receive.denyNonFastforwards config variable | Johannes Schindelin | 2006-09-20 | 1 | -0/+16 |
|/ |
|
* | Remove uneeded #include | Johannes Schindelin | 2006-08-29 | 1 | -1/+0 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 1 | -2/+2 |
* | remove unnecessary initializations | David Rientjes | 2006-08-15 | 1 | -3/+3 |
* | Const tightening. | Junio C Hamano | 2006-03-05 | 1 | -4/+6 |
* | Give no terminating LF to error() function. | Junio C Hamano | 2006-02-22 | 1 | -2/+2 |
* | Exec git programs without using PATH. | Michal Ostrowski | 2006-01-13 | 1 | -2/+2 |
* | GIT 1.1.0v1.1.0 | Junio C Hamano | 2006-01-08 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] Compilation: zero-length array declaration. | Junio C Hamano | 2006-01-07 | 1 | -1/+1 |
* | | send-pack/receive-pack: allow errors to be reported back to pusher. | Junio C Hamano | 2005-12-27 | 1 | -32/+88 |
|/ |
|
* | \n usage in stderr output | Alex Riesen | 2005-12-21 | 1 | -1/+1 |
* | Clean up file descriptors when calling hooks. | Daniel Barkalow | 2005-12-07 | 1 | -1/+1 |