summaryrefslogtreecommitdiff
path: root/builtin-clone.c
Commit message (Expand)AuthorAgeFilesLines
* clone: detect extra argumentsJonathan Nieder2009-10-301-1/+6
* clone: fix help on optionsJunio C Hamano2009-10-301-2/+4
* clone: Supply the right commit hash to post-checkout when -b is usedBjörn Steinbrink2009-10-141-1/+2
* make 'git clone' ask the remote only for objects it cares aboutNicolas Pitre2009-09-261-10/+17
* preserve mtime of local cloneClemens Buchacher2009-09-131-1/+1
* Merge branch 'jk/clone-b'Junio C Hamano2009-09-071-28/+47
|\
| * clone: add --branch option to select a different HEADJeff King2009-08-261-28/+47
* | Merge branch 'maint'Junio C Hamano2009-09-021-1/+3
|\ \
| * \ Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-021-1/+3
| |\ \ | | |/ | |/|
| | * Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-021-1/+3
| | |\
| | | * clone: disconnect transport after fetchingJeff King2009-09-021-1/+3
* | | | Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-1/+1
* | | | git clone: Add --recursive to automatically checkout (nested) submodulesJohan Herland2009-08-201-1/+10
|/ / /
* | | Merge branch 'tr/die_errno'Junio C Hamano2009-07-061-11/+10
|\ \ \
| * | | Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-5/+5
| * | | Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-6/+5
* | | | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-1/+1
|/ / /
* | | parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-1/+1
* | | Merge branch 'ar/unlink-err'Junio C Hamano2009-05-181-1/+2
|\ \ \ | |/ /
| * | print unlink(2) errno in copy_or_link_directoryAlex Riesen2009-04-291-1/+2
* | | Improve the naming of guessed target repository for git cloneAlex Riesen2009-05-161-5/+29
|/ /
* | builtin-clone.c: no need to strdup for setenvAli Gholami Rudi2009-04-011-1/+1
* | builtin-clone.c: make junk_pid staticAli Gholami Rudi2009-04-011-1/+1
* | Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano2009-03-201-12/+13
|\ \
| * \ Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano2009-03-081-38/+3
| |\ \
| * | | Make clone parse the default refspec with the normal codeDaniel Barkalow2009-03-071-12/+13
| | |/ | |/|
* | | Merge branch 'jc/clone-branch-rebase'Junio C Hamano2009-03-201-15/+3
|\ \ \
| * | | Make git-clone respect branch.autosetuprebaseJunio C Hamano2009-03-031-15/+3
| |/ /
* | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-171-38/+3
|\ \ \ | | |/ | |/|
| * | remote: let guess_remote_head() optionally return all matchesJay Soffian2009-02-271-1/+1
| * | remote: simplify guess_remote_head()Jay Soffian2009-02-261-2/+2
| * | move locate_head() to remote.cJay Soffian2009-02-261-38/+3
| |/
* | Merge branch 'jk/clone-post-checkout'Junio C Hamano2009-03-111-1/+6
|\ \
| * | clone: run post-checkout hook when checking outJeff King2009-03-021-1/+6
| |/
* | Remove unused function scope local variablesBenjamin Kramer2009-03-071-6/+0
|/
* Install the default "master" branch configuration after cloning a voidJunio C Hamano2009-02-121-5/+18
* Merge branch 'jk/signal-cleanup'Junio C Hamano2009-01-311-2/+3
|\
| * refactor signal handling for cleanup functionsJeff King2009-01-211-1/+1
| * chain kill signals for cleanup functionsJeff King2009-01-211-2/+3
* | Allow cloning an empty repositorySverre Rabbelier2009-01-231-4/+13
* | Allow cloning to an existing empty directoryAlexander Potashev2009-01-111-3/+6
|/
* remove trailing LF in die() messagesAlexander Potashev2009-01-051-7/+7
* builtin_clone: use strbuf in cmd_clone()Miklos Vajna2008-11-251-20/+25
* builtin-clone: use strbuf in clone_local() and copy_or_link_directory()Miklos Vajna2008-11-251-27/+31
* builtin-clone: use strbuf in guess_dir_name()Miklos Vajna2008-11-251-3/+3
* Merge branch 'mv/clonev'Junio C Hamano2008-10-191-0/+4
|\
| * Implement git clone -vMiklos Vajna2008-10-091-0/+4
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-6/+3
|/
* Merge branch 'jc/alternate-push'Shawn O. Pearce2008-09-251-8/+1
|\
| * is_directory(): a generic helper functionJunio C Hamano2008-09-091-8/+1