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