aboutsummaryrefslogtreecommitdiffstats
path: root/builtin-clone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-671/+0
2010-01-17Merge branch 'tc/clone-v-progress'Junio C Hamano1-0/+6
2009-12-28clone: use --progress to force progress reportingTay Ray Chuan1-2/+6
2009-12-28clone: set transport->verbose when -v/--verbose is usedTay Ray Chuan1-1/+3
2009-12-26Merge branch 'sr/vcs-helper'Junio C Hamano1-1/+2
2009-11-17Allow fetch to modify refsDaniel Barkalow1-1/+2
2009-10-30clone: detect extra argumentsJonathan Nieder1-1/+6
2009-10-30clone: fix help on optionsJunio C Hamano1-2/+4
2009-10-14clone: Supply the right commit hash to post-checkout when -b is usedBjörn Steinbrink1-1/+2
2009-09-26make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre1-10/+17
2009-09-13preserve mtime of local cloneClemens Buchacher1-1/+1
2009-09-07Merge branch 'jk/clone-b'Junio C Hamano1-28/+47
2009-09-02Merge branch 'maint'Junio C Hamano1-1/+3
2009-09-02Merge branch 'maint-1.6.3' into maintJunio C Hamano1-1/+3
2009-09-02Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano1-1/+3
2009-09-02clone: disconnect transport after fetchingJeff King1-1/+3
2009-08-31Style fixes, add a space after if/for/while.Brian Gianforcaro1-1/+1
2009-08-26clone: add --branch option to select a different HEADJeff King1-28/+47
2009-08-20git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland1-1/+10
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-11/+10
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast1-5/+5
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast1-6/+5
2009-06-20Fix various sparse warnings in the git source codeLinus Torvalds1-1/+1
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd1-1/+1
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano1-1/+2
2009-05-16Improve the naming of guessed target repository for git cloneAlex Riesen1-5/+29
2009-04-29print unlink(2) errno in copy_or_link_directoryAlex Riesen1-1/+2
2009-04-01builtin-clone.c: no need to strdup for setenvAli Gholami Rudi1-1/+1
2009-04-01builtin-clone.c: make junk_pid staticAli Gholami Rudi1-1/+1
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano1-12/+13
2009-03-20Merge branch 'jc/clone-branch-rebase'Junio C Hamano1-15/+3
2009-03-17Merge branch 'js/remote-improvements'Junio C Hamano1-38/+3
2009-03-11Merge branch 'jk/clone-post-checkout'Junio C Hamano1-1/+6
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano1-38/+3
2009-03-07Remove unused function scope local variablesBenjamin Kramer1-6/+0
2009-03-07Make clone parse the default refspec with the normal codeDaniel Barkalow1-12/+13
2009-03-03Make git-clone respect branch.autosetuprebaseJunio C Hamano1-15/+3
2009-03-02clone: run post-checkout hook when checking outJeff King1-1/+6
2009-02-27remote: let guess_remote_head() optionally return all matchesJay Soffian1-1/+1
2009-02-26remote: simplify guess_remote_head()Jay Soffian1-2/+2
2009-02-26move locate_head() to remote.cJay Soffian1-38/+3
2009-02-12Install the default "master" branch configuration after cloning a voidJunio C Hamano1-5/+18
2009-01-31Merge branch 'jk/signal-cleanup'Junio C Hamano1-2/+3
2009-01-23Allow cloning an empty repositorySverre Rabbelier1-4/+13
2009-01-21refactor signal handling for cleanup functionsJeff King1-1/+1
2009-01-21chain kill signals for cleanup functionsJeff King1-2/+3
2009-01-11Allow cloning to an existing empty directoryAlexander Potashev1-3/+6
2009-01-05remove trailing LF in die() messagesAlexander Potashev1-7/+7
2008-11-25builtin_clone: use strbuf in cmd_clone()Miklos Vajna1-20/+25
2008-11-25builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Miklos Vajna1-27/+31