summaryrefslogtreecommitdiff
path: root/local-pull.c
Commit message (Collapse)AuthorAgeFilesLines
* Short-cut error return path in git-local-pull.Junio C Hamano2005-05-041-9/+16
| | | | | | | | | When git-local-pull with -l option gets ENOENT attempting to create a hard link, there is no point falling back to other copy methods. With this patch, git-local-pull detects such a case and gives up copying the file early. Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] git-local-pull updatesJunio C Hamano2005-05-011-24/+41
| | | | | | | | | | | This is to be applied on top of the previous patch to add git-local-pull command. In addition to the '-l' (attempt hardlink before anything else) and the '-s' (then attempt symlink) flags, it adds '-n' (do not fall back to file copy) flag. Also it updates the comments. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] Add git-local-pull.Junio C Hamano2005-05-011-0/+110
This adds the git-local-pull command as a smaller brother of http-pull and rpull. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>