summaryrefslogtreecommitdiff
path: root/builtin/clone.c
AgeCommit message (Expand)Author
2015-05-19clone: call transport_set_verbosity before anything else on the newly created...Mike Hommey
2015-01-07Merge branch 'jc/clone-borrow'Junio C Hamano
2014-10-24Merge branch 'eb/no-pthreads'Junio C Hamano
2014-10-19Handle atexit list internaly for unthreaded buildsEtienne Buira
2014-10-15clone: --dissociate option to mark that reference is only temporaryJunio C Hamano
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty
2014-09-19Merge branch 'da/styles'Junio C Hamano
2014-09-09Merge branch 'sb/plug-leaks'Junio C Hamano
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar
2014-08-10clone.c: don't leak memory in cmd_cloneStefan Beller
2014-07-17use local cloning if insteadOf makes a local URLMichael Barabanov
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-10Merge branch 'jc/fix-clone-single-starting-at-a-tag'Junio C Hamano
2014-06-23builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano
2013-12-17Merge branch 'nd/transport-positive-depth-only'Junio C Hamano
2013-12-11clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy
2013-12-11clone: support remote shallow repositoryNguyễn Thái Ngọc Duy
2013-12-11clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy
2013-12-06clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-28Merge branch 'jk/clone-progress-to-stderr' into maintJunio C Hamano
2013-10-18Merge branch 'jk/clone-progress-to-stderr'Junio C Hamano
2013-10-15Merge branch 'maint'Junio C Hamano
2013-10-14clone --branch: refuse to clone if upstream repo is emptyRalf Thielow
2013-09-24clone: add a period after "done" to end the sentenceSebastian Schuberth
2013-09-18clone: always set transport optionsJeff King
2013-09-18clone: treat "checking connectivity" like other progressJeff King
2013-09-18clone: send diagnostic messages to stderrJeff King
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller
2013-07-18Merge branch 'jk/maint-clone-shared-no-connectivity-validation'Junio C Hamano
2013-07-12Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano
2013-07-08clone: drop connectivity check for local clonesJeff King
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert
2013-06-20refs: implement simple transactions for the packed-refs fileMichael Haggerty
2013-06-06Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano
2013-06-02Merge branch 'nd/clone-local-with-colon'Junio C Hamano
2013-05-29Merge branch 'mh/packed-refs-various'Junio C Hamano
2013-05-28clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy
2013-05-11clone: let the user know when check_everything_connected is runNguyễn Thái Ngọc Duy
2013-05-07clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty
2013-04-28Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano
2013-04-28clone: Make the 'junk_mode' symbol a file staticRamsay Jones