summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* clone --dissociate: avoid locking pack filesjs/clone-dissociateJohannes Schindelin2015-10-071-1/+3
* 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
|\
| * 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' into maintJunio C Hamano2015-06-051-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 '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
| |_|/ |/| |
* | | Merge branch 'jk/clone-progress-to-stderr'Junio C Hamano2013-10-181-23/+21
|\ \ \ | | |/ | |/|
| * | clone: always set transport optionsjk/clone-progress-to-stderrJeff King2013-09-181-16/+14
| * | clone: treat "checking connectivity" like other progressJeff King2013-09-181-2/+2
| * | clone: send diagnostic messages to stderrJeff King2013-09-181-5/+5
* | | Merge branch 'maint'Junio C Hamano2013-10-151-0/+4
|\ \ \ | | |/ | |/|
| * | clone --branch: refuse to clone if upstream repo is emptyRalf Thielow2013-10-141-0/+4
| |/
* | clone: add a period after "done" to end the sentenceSebastian Schuberth2013-09-241-1/+1
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-8/+8
* | Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-051-4/+3
|/
* Merge branch 'jk/maint-clone-shared-no-connectivity-validation'Junio C Hamano2013-07-181-9/+12
|\
| * clone: drop connectivity check for local clonesjk/maint-clone-shared-no-connectivity-validationJeff King2013-07-081-4/+7
* | Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano2013-07-121-1/+1
|\ \