summaryrefslogtreecommitdiff
path: root/clone-pack.c
AgeCommit message (Expand)Author
2005-12-18clone-pack: remove unused and undocumented --keep flagJunio C Hamano
2005-12-18fetch-pack: -k option to keep downloaded pack.Junio C Hamano
2005-12-15clone-pack: make it usable for partial branch cloning.Junio C Hamano
2005-11-29Make networking commands to work from a subdirectory.Junio C Hamano
2005-10-26Work around missing hard links on FAT formatted mediaJohannes Schindelin
2005-10-19git-clone: always keep pack sent from remote.Junio C Hamano
2005-10-15Ignore funny refname sent from remoteJunio C Hamano
2005-10-15Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano
2005-10-13clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano
2005-10-13clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano
2005-10-05clone-pack: use create_symref() instead of raw symlink.Junio C Hamano
2005-08-10[PATCH] -Werror fixesTimo Sirainen
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds
2005-07-14[PATCH] clone-pack: Typofix in the error message.Junio C Hamano
2005-07-14[PATCH] clone-pack and clone-script: documentation and add a missing parameter.Junio C Hamano
2005-07-14Fix the "close before dup" bug in clone-pack tooLinus Torvalds
2005-07-09Add "-q" flag to "git commit"Linus Torvalds
2005-07-07git-clone-pack: fix sparse warningLinus Torvalds
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano
2005-07-05Add "git-clone-pack" program to help with "git clone"Linus Torvalds