summaryrefslogtreecommitdiff
path: root/builtin-clone.c
AgeCommit message (Expand)Author
2009-10-30clone: detect extra argumentsJonathan Nieder
2009-10-30clone: fix help on optionsJunio C Hamano
2009-10-14clone: Supply the right commit hash to post-checkout when -b is usedBjörn Steinbrink
2009-09-26make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre
2009-09-13preserve mtime of local cloneClemens Buchacher
2009-09-07Merge branch 'jk/clone-b'Junio C Hamano
2009-09-03Merge branch 'maint'Junio C Hamano
2009-09-03Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-09-03Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano
2009-09-03clone: disconnect transport after fetchingJeff King
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-08-27clone: add --branch option to select a different HEADJeff King
2009-08-20git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Use die_errno() instead of die() when checking syscallsThomas Rast
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-05-18Merge branch 'ar/unlink-err'Junio C Hamano
2009-05-17Improve the naming of guessed target repository for git cloneAlex Riesen
2009-04-30print unlink(2) errno in copy_or_link_directoryAlex Riesen
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