| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Server-side support for user-relative paths. | Andreas Ericsson | 2005-11-19 | 1 | -13/+4 |
* | Refuse to create funny refs in clone-pack, git-fetch and receive-pack. | Junio C Hamano | 2005-10-15 | 1 | -0/+4 |
* | Revert "Replace zero-length array decls with []." | Junio C Hamano | 2005-08-29 | 1 | -1/+1 |
* | Replace unsetenv() and setenv() with older putenv(). | Jason Riedy | 2005-08-23 | 1 | -1/+1 |
* | Replace zero-length array decls with []. | Jason Riedy | 2005-08-23 | 1 | -1/+1 |
* | Make sure leading directories exist when pushing refs. | Junio C Hamano | 2005-08-02 | 1 | -0/+2 |
* | receive-pack hooks updates. | Junio C Hamano | 2005-08-02 | 1 | -10/+45 |
* | [PATCH] Fix warning about non-void return in a void function. | A Large Angry SCM | 2005-08-01 | 1 | -1/+1 |
* | [PATCH] Added hook in git-receive-pack | Josef Weidendorfer | 2005-07-31 | 1 | -30/+58 |
* | [PATCH] Add update-server-info. | Junio C Hamano | 2005-07-23 | 1 | -0/+1 |
* | Make "upload-pack" match git-fetch-pack usage | Linus Torvalds | 2005-07-08 | 1 | -3/+1 |
* | [PATCH] Let umask do its work upon filesystem object creation. | Junio C Hamano | 2005-07-06 | 1 | -1/+1 |
* | Fix sparse warnings. | Linus Torvalds | 2005-07-03 | 1 | -1/+1 |
* | Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache | Linus Torvalds | 2005-07-03 | 1 | -1/+1 |
* | Generalize the "show each ref" code in receice-pack | Linus Torvalds | 2005-07-02 | 1 | -53/+6 |
* | Do ref matching on the sender side rather than on receiver | Linus Torvalds | 2005-06-30 | 1 | -36/+7 |
* | Add support for "forcing" a ref on the remote side | Linus Torvalds | 2005-06-30 | 1 | -2/+18 |
* | git-receive-pack: implement ref switch command handling | Linus Torvalds | 2005-06-30 | 1 | -5/+59 |
* | git-receive-pack: start parsing ref update commands | Linus Torvalds | 2005-06-29 | 1 | -17/+35 |
* | Slow but steady progress on git pack receive/send | Linus Torvalds | 2005-06-29 | 1 | -2/+4 |
* | Make send/receive-pack be closer to doing something interesting | Linus Torvalds | 2005-06-29 | 1 | -119/+7 |
* | Add first cut at "git-receive-pack" | Linus Torvalds | 2005-06-29 | 1 | -0/+321 |