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