3 Commits (0d4dbcd35e89a549055e34daf410e4579571b984)

Author SHA1 Message Date
Junio C Hamano 28ba96ab27 clone: quell the progress report from init and report on clone 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Tay Ray Chuan 5a518ad467 clone: use --progress to force progress reporting 15 years ago
Tay Ray Chuan 65273bfb9b clone: set transport->verbose when -v/--verbose is used 15 years ago
Daniel Barkalow 3714831189 Allow fetch to modify refs 15 years ago
Jonathan Nieder d52dc4b10b clone: detect extra arguments 15 years ago
Junio C Hamano ebc9d42056 clone: fix help on options 15 years ago
Björn Steinbrink d01a8e32fe clone: Supply the right commit hash to post-checkout when -b is used 15 years ago
Nicolas Pitre 5bdc32d3e5 make 'git clone' ask the remote only for objects it cares about 15 years ago
Clemens Buchacher f7835a251c preserve mtime of local clone 16 years ago
Jeff King 12d4996622 clone: disconnect transport after fetching 16 years ago
Brian Gianforcaro eeefa7c90e Style fixes, add a space after if/for/while. 16 years ago
Jeff King 7a4ee28f41 clone: add --branch option to select a different HEAD 16 years ago
Johan Herland e7fed18a89 git clone: Add --recursive to automatically checkout (nested) submodules 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Alex Riesen 8a94bc7bdc Improve the naming of guessed target repository for git clone 16 years ago
Alex Riesen f6a5f1bb50 print unlink(2) errno in copy_or_link_directory 16 years ago
Ali Gholami Rudi 50b5f420fe builtin-clone.c: no need to strdup for setenv 16 years ago
Ali Gholami Rudi e161acd11d builtin-clone.c: make junk_pid static 16 years ago
Benjamin Kramer eb3a9dd327 Remove unused function scope local variables 16 years ago
Daniel Barkalow 689f039643 Make clone parse the default refspec with the normal code 16 years ago
Junio C Hamano a9f2c13685 Make git-clone respect branch.autosetuprebase 16 years ago
Jeff King dfa7a6c579 clone: run post-checkout hook when checking out 16 years ago
Jay Soffian 4229f1fa32 remote: let guess_remote_head() optionally return all matches 16 years ago
Jay Soffian 6cb4e6cc0f remote: simplify guess_remote_head() 16 years ago
Jay Soffian 8ef517337d move locate_head() to remote.c 16 years ago
Junio C Hamano 5cd12b85fe Install the default "master" branch configuration after cloning a void 16 years ago
Sverre Rabbelier 86ac751859 Allow cloning an empty repository 16 years ago
Jeff King 57b235a4bc refactor signal handling for cleanup functions 16 years ago
Jeff King 4a16d07272 chain kill signals for cleanup functions 16 years ago
Alexander Potashev 55892d2398 Allow cloning to an existing empty directory 16 years ago
Alexander Potashev d75307084d remove trailing LF in die() messages 16 years ago
Miklos Vajna b5ff37ac6b builtin_clone: use strbuf in cmd_clone() 16 years ago
Miklos Vajna b9e125e07e builtin-clone: use strbuf in clone_local() and copy_or_link_directory() 16 years ago
Miklos Vajna 32716a2c6c builtin-clone: use strbuf in guess_dir_name() 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 years ago
Miklos Vajna 21188b1eaf Implement git clone -v 16 years ago
Fabrizio Chiarello 02ed24580e builtin-clone: fix typo 17 years ago
Junio C Hamano 90b4a71c49 is_directory(): a generic helper function 17 years ago
Clemens Buchacher 44a68fd526 clone: fix creation of explicitly named target directory 17 years ago
Johan Herland 86521acaca Bring local clone's origin URL in line with that of a remote clone 17 years ago
Johannes Schindelin 468386a956 clone --mirror: avoid storing repeated tags 17 years ago
Johannes Schindelin 6612f877cc clone --bare: Add ".git" suffix to the directory name to clone into 17 years ago
Johannes Schindelin bc699afcce clone: Add an option to set up a mirror 17 years ago
Steve Haslam 31f4e768a4 Propagate -u/--upload-pack option of "git clone" to transport. 17 years ago
Steve Haslam 837c876713 Propagate -u/--upload-pack option of "git clone" to transport. 17 years ago
Johannes Sixt b8c5db35fc builtin-clone: rewrite guess_dir_name() 17 years ago