summaryrefslogtreecommitdiff
path: root/builtin-clone.c
AgeCommit message (Expand)Author
2009-04-01builtin-clone.c: no need to strdup for setenvAli Gholami Rudi
2009-04-01builtin-clone.c: make junk_pid staticAli Gholami Rudi
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano
2009-03-20Merge branch 'jc/clone-branch-rebase'Junio C Hamano
2009-03-18Merge branch 'js/remote-improvements'Junio C Hamano
2009-03-11Merge branch 'jk/clone-post-checkout'Junio C Hamano
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano
2009-03-08Remove unused function scope local variablesBenjamin Kramer
2009-03-07Make clone parse the default refspec with the normal codeDaniel Barkalow
2009-03-04Make git-clone respect branch.autosetuprebaseJunio C Hamano
2009-03-03clone: run post-checkout hook when checking outJeff King
2009-02-27remote: let guess_remote_head() optionally return all matchesJay Soffian
2009-02-26remote: simplify guess_remote_head()Jay Soffian
2009-02-26move locate_head() to remote.cJay Soffian
2009-02-13Install the default "master" branch configuration after cloning a voidJunio C Hamano
2009-02-01Merge branch 'jk/signal-cleanup'Junio C Hamano
2009-01-23Allow cloning an empty repositorySverre Rabbelier
2009-01-22refactor signal handling for cleanup functionsJeff King
2009-01-22chain kill signals for cleanup functionsJeff King
2009-01-11Allow cloning to an existing empty directoryAlexander Potashev
2009-01-05remove trailing LF in die() messagesAlexander Potashev
2008-11-25builtin_clone: use strbuf in cmd_clone()Miklos Vajna
2008-11-25builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Miklos Vajna
2008-11-25builtin-clone: use strbuf in guess_dir_name()Miklos Vajna
2008-10-19Merge branch 'mv/clonev'Junio C Hamano
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-10-09Implement git clone -vMiklos Vajna
2008-09-25Merge branch 'jc/alternate-push'Shawn O. Pearce
2008-09-20builtin-clone: fix typoFabrizio Chiarello
2008-09-09is_directory(): a generic helper functionJunio C Hamano
2008-09-03clone: fix creation of explicitly named target directoryClemens Buchacher
2008-09-02Bring local clone's origin URL in line with that of a remote cloneJohan Herland
2008-08-08clone --mirror: avoid storing repeated tagsJohannes Schindelin
2008-08-03clone --bare: Add ".git" suffix to the directory name to clone intoJohannes Schindelin
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin
2008-07-26Propagate -u/--upload-pack option of "git clone" to transport.Steve Haslam
2008-07-19builtin-clone: rewrite guess_dir_name()Johannes Sixt
2008-07-13Make usage strings dash-lessStephan Beyer
2008-07-09Merge branch 'maint'Junio C Hamano
2008-07-08Remove unnecessary pack-*.keep file after successful git-cloneShawn O. Pearce
2008-07-07Merge branch 'qq/maint'Junio C Hamano
2008-07-07git-clone: remove leftover debugging fprintf().Alex Riesen
2008-07-01Merge branch 'js/maint-clone-insteadof'Junio C Hamano
2008-06-30clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin
2008-06-27clone: respect url.insteadOf setting in global configsJohannes Schindelin
2008-06-25Merge branch 'jh/clone-packed-refs'Junio C Hamano
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-06-19Teach "git clone" to pack refsJohan Herland
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow