summaryrefslogtreecommitdiff
path: root/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano2005-07-061-1/+1
* Fix sparse warnings.Linus Torvalds2005-07-031-1/+1
* Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds2005-07-031-1/+1
* Generalize the "show each ref" code in receice-packLinus Torvalds2005-07-021-53/+6
* Do ref matching on the sender side rather than on receiverLinus Torvalds2005-06-301-36/+7
* Add support for "forcing" a ref on the remote sideLinus Torvalds2005-06-301-2/+18
* git-receive-pack: implement ref switch command handlingLinus Torvalds2005-06-301-5/+59
* git-receive-pack: start parsing ref update commandsLinus Torvalds2005-06-291-17/+35
* Slow but steady progress on git pack receive/sendLinus Torvalds2005-06-291-2/+4
* Make send/receive-pack be closer to doing something interestingLinus Torvalds2005-06-291-119/+7
* Add first cut at "git-receive-pack"Linus Torvalds2005-06-291-0/+321