summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | refs.h: rename the action_on_err constantsMichael Haggerty2014-04-071-4/+5
|/
* commit: fix patch hunk editing with "commit -p -m"Benoit Pierre2014-03-181-2/+2
* Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-171-2/+16
|\
| * clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-101-2/+9
| * clone: support remote shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+1
| * clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+6
* | Merge branch 'nd/transport-positive-depth-only'Junio C Hamano2013-12-171-0/+4
|\ \
| * | clone,fetch: catch non positive --depth option valuend/transport-positive-depth-onlyNguyễn Thái Ngọc Duy2013-12-061-0/+4
| * | Merge branch 'jk/clone-progress-to-stderr' into maintJunio C Hamano2013-10-281-23/+21
| |\ \
* | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-4/+4
| |_|/ |/| |