summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-291-5/+5
* Merge branch 'ps/config-error'Junio C Hamano2016-02-261-1/+1
|\
| * config: rename git_config_set_or_die to git_config_setps/config-errorPatrick Steinhardt2016-02-221-4/+4
| * config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-221-1/+1
| * clone: die on config error in cmd_clonePatrick Steinhardt2016-02-221-4/+4
* | Merge branch 'ew/force-ipv4'Junio C Hamano2016-02-241-0/+6
|\ \
| * | connect & http: support -4 and -6 switches for remote operationsew/force-ipv4Eric Wong2016-02-121-0/+6
| |/
* | Merge branch 'jc/peace-with-crlf'Junio C Hamano2016-02-031-1/+1
|\ \
| * | clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano2016-01-151-1/+1
* | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-281-1/+1
|\ \ \ | |/ /
| * | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
| |/
* | checkout,clone: check return value of create_symrefJeff King2016-01-121-4/+7
|/
* Remove get_object_hash.brian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-1/+1
* Convert struct ref to use object_id.brian m. carlson2015-11-201-8/+8
* clone: allow "--dissociate" without referencear/clone-dissociateAlex Riesen2015-10-221-8/+8
* Merge branch 'js/clone-dissociate'Junio C Hamano2015-10-151-1/+3
|\
| * clone --dissociate: avoid locking pack filesjs/clone-dissociateJohannes Schindelin2015-10-071-1/+3
* | clone: better error when --reference is a linked checkoutnd/clone-linked-checkoutNguyễn Thái Ngọc Duy2015-09-281-1/+6
* | clone: allow --local from a linked checkoutNguyễn Thái Ngọc Duy2015-09-281-2/+4
* | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-14/+29
|\ \
| * | get_repo_path: refactor path-allocationJeff King2015-08-101-14/+29
* | | Merge branch 'ps/guess-repo-name-at-root'Junio C Hamano2015-08-191-10/+52
|\ \ \
| * | | clone: abort if no dir name could be guessedps/guess-repo-name-at-rootPatrick Steinhardt2015-08-101-0/+4
| * | | clone: do not use port number as dir namePatrick Steinhardt2015-08-101-0/+17
| * | | clone: do not include authentication data in guessed dirPatrick Steinhardt2015-08-101-10/+31
* | | | Merge branch 'jk/guess-repo-name-regression-fix'Junio C Hamano2015-08-191-1/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | clone: use computed length in guess_dir_namejk/guess-repo-name-regression-fixJeff King2015-08-101-1/+2
| |/
* | Merge branch 'mh/init-delete-refs-api'Junio C Hamano2015-08-031-4/+14
|\ \
| * | initial_ref_transaction_commit(): function for initial ref creationMichael Haggerty2015-06-221-4/+14
* | | Merge branch 'ss/clone-guess-dir-name-simplify'Junio C Hamano2015-07-131-13/+6
|\ \ \ | |/ / |/| / | |/
| * clone: simplify string handling in guess_dir_name()ss/clone-guess-dir-name-simplifySebastian Schuberth2015-07-091-13/+6
| * Merge branch 'jk/clone-dissociate' into maintJunio C Hamano2015-06-161-13/+4
| |\
| * \ Merge branch 'mh/clone-verbosity-fix' into maintJunio C Hamano2015-06-051-2/+2
| |\ \
* | \ \ Merge branch 'jk/clone-dissociate'Junio C Hamano2015-06-111-13/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | clone: reorder --dissociate and --reference optionsjk/clone-dissociateJeff King2015-05-271-2/+2
| * | | clone: use OPT_STRING_LIST for --referenceJeff King2015-05-271-11/+2
| * | | Merge branch 'jk/cleanup-failed-clone' into maintJunio C Hamano2015-03-281-5/+6
| |\ \ \
* | \ \ \ Merge branch 'mh/clone-verbosity-fix'Junio C Hamano2015-05-221-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | clone: call transport_set_verbosity before anything else on the newly created...mh/clone-verbosity-fixMike Hommey2015-05-191-2/+2
| |/ / /
* | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-4/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-4/+5
* | | | Merge branch 'jk/cleanup-failed-clone'Junio C Hamano2015-03-251-5/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | clone: drop period from end of die_errno messagejk/cleanup-failed-cloneJeff King2015-03-191-1/+1
| * | | clone: initialize atexit cleanup handler earlierJeff King2015-03-191-4/+5
* | | | standardize usage info string formatAlex Henrie2015-01-141-1/+1
| |_|/ |/| |
* | | Merge branch 'jc/clone-borrow'Junio C Hamano2015-01-071-0/+20
|\ \ \ | |_|/ |/| |
| * | clone: --dissociate option to mark that reference is only temporaryjc/clone-borrowJunio C Hamano2014-10-151-0/+20
* | | Merge branch 'eb/no-pthreads'Junio C Hamano2014-10-241-5/+0
|\ \ \
| * | | Handle atexit list internaly for unthreaded buildseb/no-pthreadsEtienne Buira2014-10-191-5/+0