aboutsummaryrefslogtreecommitdiffstats
path: root/clone-pack.c
AgeCommit message (Expand)AuthorFilesLines
2006-02-11fetch-clone progress: finishing touches.Junio C Hamano1-2/+2
2006-02-10Make "git clone" less of a deathly quiet experienceLinus Torvalds1-2/+8
2005-12-18clone-pack: remove unused and undocumented --keep flagJunio C Hamano1-2/+0
2005-12-17fetch-pack: -k option to keep downloaded pack.Junio C Hamano1-135/+1
2005-12-14clone-pack: make it usable for partial branch cloning.Junio C Hamano1-2/+11
2005-11-28Make networking commands to work from a subdirectory.Junio C Hamano1-0/+2
2005-10-25Work around missing hard links on FAT formatted mediaJohannes Schindelin1-1/+1
2005-10-19git-clone: always keep pack sent from remote.Junio C Hamano1-68/+4
2005-10-15Ignore funny refname sent from remoteJunio C Hamano1-1/+1
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano1-0/+6
2005-10-12clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano1-1/+4
2005-10-12clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano1-9/+179
2005-10-05clone-pack: use create_symref() instead of raw symlink.Junio C Hamano1-8/+16
2005-08-09[PATCH] -Werror fixesTimo Sirainen1-1/+1
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds1-42/+4
2005-07-13[PATCH] clone-pack: Typofix in the error message.Junio C Hamano1-1/+1
2005-07-13[PATCH] clone-pack and clone-script: documentation and add a missing parameter.Junio C Hamano1-1/+5
2005-07-13Fix the "close before dup" bug in clone-pack tooLinus Torvalds1-1/+1
2005-07-09Add "-q" flag to "git commit"Linus Torvalds1-2/+7
2005-07-06git-clone-pack: fix sparse warningLinus Torvalds1-1/+1
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano1-1/+4
2005-07-05Add "git-clone-pack" program to help with "git clone"Linus Torvalds1-0/+208