summaryrefslogtreecommitdiff
path: root/receive-pack.c
AgeCommit message (Expand)Author
2005-08-29Revert "Replace zero-length array decls with []."Junio C Hamano
2005-08-24Replace unsetenv() and setenv() with older putenv().Jason Riedy
2005-08-24Replace zero-length array decls with [].Jason Riedy
2005-08-03Make sure leading directories exist when pushing refs.Junio C Hamano
2005-08-03receive-pack hooks updates.Junio C Hamano
2005-08-01[PATCH] Fix warning about non-void return in a void function.A Large Angry SCM
2005-08-01[PATCH] Added hook in git-receive-packJosef Weidendorfer
2005-07-24[PATCH] Add update-server-info.Junio C Hamano
2005-07-08Make "upload-pack" match git-fetch-pack usageLinus Torvalds
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano
2005-07-03Fix sparse warnings.Linus Torvalds
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds
2005-07-03Generalize the "show each ref" code in receice-packLinus Torvalds
2005-06-30Do ref matching on the sender side rather than on receiverLinus Torvalds
2005-06-30Add support for "forcing" a ref on the remote sideLinus Torvalds
2005-06-30git-receive-pack: implement ref switch command handlingLinus Torvalds
2005-06-30git-receive-pack: start parsing ref update commandsLinus Torvalds
2005-06-30Slow but steady progress on git pack receive/sendLinus Torvalds
2005-06-30Make send/receive-pack be closer to doing something interestingLinus Torvalds
2005-06-30Add first cut at "git-receive-pack"Linus Torvalds