summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-1/+1
* | | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
|/ / /
* | | Merge branch 'da/styles'Junio C Hamano2014-09-191-3/+4
|\ \ \
| * | | stylefix: asterisks stick to the variable, not the typeda/stylesDavid Aguilar2014-09-021-3/+4
| |/ /
* | | Merge branch 'sb/plug-leaks'Junio C Hamano2014-09-091-0/+2
|\ \ \ | |/ / |/| |
| * | clone.c: don't leak memory in cmd_clonesb/plug-leaksStefan Beller2014-08-101-0/+2
| |/
* | use local cloning if insteadOf makes a local URLmb/local-clone-after-applying-insteadofMichael Barabanov2014-07-171-12/+13
* | Merge branch 'nd/split-index'Junio C Hamano2014-07-161-4/+3
|\ \
| * | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-4/+3
* | | Merge branch 'jc/fix-clone-single-starting-at-a-tag'Junio C Hamano2014-07-101-1/+1
|\ \ \ | | |/ | |/|
| * | builtin/clone.c: detect a clone starting at a tag correctlyjc/fix-clone-single-starting-at-a-tagJunio C Hamano2014-06-231-1/+1
| |/
* | refactor skip_prefix to return a booleanJeff King2014-06-201-4/+7