summaryrefslogtreecommitdiff
path: root/receive-pack.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-02Make sure leading directories exist when pushing refs.Libravatar Junio C Hamano1-0/+2
2005-08-02receive-pack hooks updates.Libravatar Junio C Hamano1-10/+45
2005-08-01[PATCH] Fix warning about non-void return in a void function.Libravatar A Large Angry SCM1-1/+1
2005-07-31[PATCH] Added hook in git-receive-packLibravatar Josef Weidendorfer1-30/+58
2005-07-23[PATCH] Add update-server-info.Libravatar Junio C Hamano1-0/+1
2005-07-08Make "upload-pack" match git-fetch-pack usageLibravatar Linus Torvalds1-3/+1
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Libravatar Junio C Hamano1-1/+1
2005-07-03Fix sparse warnings.Libravatar Linus Torvalds1-1/+1
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLibravatar Linus Torvalds1-1/+1
2005-07-02Generalize the "show each ref" code in receice-packLibravatar Linus Torvalds1-53/+6
2005-06-30Do ref matching on the sender side rather than on receiverLibravatar Linus Torvalds1-36/+7
2005-06-30Add support for "forcing" a ref on the remote sideLibravatar Linus Torvalds1-2/+18
2005-06-30git-receive-pack: implement ref switch command handlingLibravatar Linus Torvalds1-5/+59
2005-06-29git-receive-pack: start parsing ref update commandsLibravatar Linus Torvalds1-17/+35
2005-06-29Slow but steady progress on git pack receive/sendLibravatar Linus Torvalds1-2/+4
2005-06-29Make send/receive-pack be closer to doing something interestingLibravatar Linus Torvalds1-119/+7
2005-06-29Add first cut at "git-receive-pack"Libravatar Linus Torvalds1-0/+321