summaryrefslogtreecommitdiff
path: root/clone-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Work around missing hard links on FAT formatted mediaJohannes Schindelin2005-10-251-1/+1
* git-clone: always keep pack sent from remote.Junio C Hamano2005-10-191-68/+4
* Ignore funny refname sent from remoteJunio C Hamano2005-10-151-1/+1
* Refuse to create funny refs in clone-pack, git-fetch and receive-pack.Junio C Hamano2005-10-151-0/+6
* clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano2005-10-121-1/+4
* clone-pack: new option --keep tells it not to explode the pack.Junio C Hamano2005-10-121-9/+179
* clone-pack: use create_symref() instead of raw symlink.Junio C Hamano2005-10-051-8/+16
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-1/+1
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-161-42/+4
* [PATCH] clone-pack: Typofix in the error message.Junio C Hamano2005-07-131-1/+1
* [PATCH] clone-pack and clone-script: documentation and add a missing parameter.Junio C Hamano2005-07-131-1/+5
* Fix the "close before dup" bug in clone-pack tooLinus Torvalds2005-07-131-1/+1
* Add "-q" flag to "git commit"Linus Torvalds2005-07-091-2/+7
* git-clone-pack: fix sparse warningLinus Torvalds2005-07-061-1/+1
* [PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano2005-07-061-1/+4
* Add "git-clone-pack" program to help with "git clone"Linus Torvalds2005-07-051-0/+208