summaryrefslogtreecommitdiff
path: root/builtin/clone.c
Commit message (Expand)AuthorAgeFilesLines
* clone: call transport_set_verbosity before anything else on the newly created...mh/clone-verbosity-fixMike Hommey2015-05-191-2/+2
* 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
|\ \
| * | Change "remote tracking" to "remote-tracking"ms/remote-tracking-branches-in-docMichael Schubert2013-07-031-1/+1
* | | refs: implement simple transactions for the packed-refs fileMichael Haggerty2013-06-201-1/+4
* | | Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano2013-06-061-3/+12
|\ \ \
| * | | clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy2013-05-281-3/+8
| |/ /
| * | clone: let the user know when check_everything_connected is runNguyễn Thái Ngọc Duy2013-05-111-0/+4
| |/
* | Merge branch 'nd/clone-local-with-colon'Junio C Hamano2013-06-021-0/+2
|\ \
| * | clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy2013-05-071-0/+2
* | | Merge branch 'mh/packed-refs-various'Junio C Hamano2013-05-291-1/+0
|\ \ \ | |_|/ |/| |
| * | pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty2013-05-011-1/+0
| * | Merge branch 'nd/clone-no-separate-git-dir-with-bare' into maintJunio C Hamano2013-02-251-0/+2
| |\ \
| * \ \ Merge branch 'jl/interrupt-clone-remove-separate-git-dir' into maintJunio C Hamano2013-01-141-1/+3
| |\ \ \