summaryrefslogtreecommitdiff
path: root/clone-pack.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-28Make networking commands to work from a subdirectory.Libravatar Junio C Hamano1-0/+2
2005-10-25Work around missing hard links on FAT formatted mediaLibravatar Johannes Schindelin1-1/+1
2005-10-19git-clone: always keep pack sent from remote.Libravatar Junio C Hamano1-68/+4
2005-10-15Ignore funny refname sent from remoteLibravatar Junio C Hamano1-1/+1
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Libravatar Junio C Hamano1-0/+6
2005-10-12clone-pack: new option --keep tells it not to explode the pack.Libravatar Junio C Hamano1-1/+4
2005-10-12clone-pack: new option --keep tells it not to explode the pack.Libravatar Junio C Hamano1-9/+179
2005-10-05clone-pack: use create_symref() instead of raw symlink.Libravatar Junio C Hamano1-8/+16
2005-08-09[PATCH] -Werror fixesLibravatar Timo Sirainen1-1/+1
2005-07-16Merge three separate "fetch refs" functionsLibravatar Linus Torvalds1-42/+4
2005-07-13[PATCH] clone-pack: Typofix in the error message.Libravatar Junio C Hamano1-1/+1
2005-07-13[PATCH] clone-pack and clone-script: documentation and add a missing parameter.Libravatar Junio C Hamano1-1/+5
2005-07-13Fix the "close before dup" bug in clone-pack tooLibravatar Linus Torvalds1-1/+1
2005-07-09Add "-q" flag to "git commit"Libravatar Linus Torvalds1-2/+7
2005-07-06git-clone-pack: fix sparse warningLibravatar Linus Torvalds1-1/+1
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Libravatar Junio C Hamano1-1/+4
2005-07-05Add "git-clone-pack" program to help with "git clone"Libravatar Linus Torvalds1-0/+208