summaryrefslogtreecommitdiffstats
path: root/builtin/clone.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-24Merge branch 'eb/no-pthreads'Junio C Hamano1-5/+0
2014-10-19Handle atexit list internaly for unthreaded buildsEtienne Buira1-5/+0
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-09-19Merge branch 'da/styles'Junio C Hamano1-3/+4
2014-09-09Merge branch 'sb/plug-leaks'Junio C Hamano1-0/+2
2014-09-02stylefix: asterisks stick to the variable, not the typeDavid Aguilar1-3/+4
2014-08-10clone.c: don't leak memory in cmd_cloneStefan Beller1-0/+2
2014-07-17use local cloning if insteadOf makes a local URLMichael Barabanov1-12/+13
2014-07-16Merge branch 'nd/split-index'Junio C Hamano1-4/+3
2014-07-10Merge branch 'jc/fix-clone-single-starting-at-a-tag'Junio C Hamano1-1/+1
2014-06-23builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano1-1/+1
2014-06-20refactor skip_prefix to return a booleanJeff King1-4/+7
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy1-4/+3
2014-04-07refs.h: rename the action_on_err constantsMichael Haggerty1-4/+5
2014-03-18commit: fix patch hunk editing with "commit -p -m"Benoit Pierre1-2/+2
2014-01-17Merge branch 'nd/shallow-clone'Junio C Hamano1-2/+16
2013-12-17Merge branch 'nd/transport-positive-depth-only'Junio C Hamano1-0/+4
2013-12-10clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy1-2/+9
2013-12-10clone: support remote shallow repositoryNguyễn Thái Ngọc Duy1-0/+1
2013-12-10clone: prevent --reference to a shallow repositoryNguyễn Thái Ngọc Duy1-0/+6
2013-12-06clone,fetch: catch non positive --depth option valueNguyễn Thái Ngọc Duy1-0/+4
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-4/+4
2013-10-28Merge branch 'jk/clone-progress-to-stderr' into maintJunio C Hamano1-23/+21
2013-10-18Merge branch 'jk/clone-progress-to-stderr'Junio C Hamano1-23/+21
2013-10-15Merge branch 'maint'Junio C Hamano1-0/+4
2013-10-14clone --branch: refuse to clone if upstream repo is emptyRalf Thielow1-0/+4
2013-09-24clone: add a period after "done" to end the sentenceSebastian Schuberth1-1/+1
2013-09-18clone: always set transport optionsJeff King1-16/+14
2013-09-18clone: treat "checking connectivity" like other progressJeff King1-2/+2
2013-09-18clone: send diagnostic messages to stderrJeff King1-5/+5
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-8/+8
2013-08-05Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller1-4/+3
2013-07-18Merge branch 'jk/maint-clone-shared-no-connectivity-validation'Junio C Hamano1-9/+12
2013-07-12Merge branch 'ms/remote-tracking-branches-in-doc'Junio C Hamano1-1/+1
2013-07-08clone: drop connectivity check for local clonesJeff King1-4/+7
2013-07-03Change "remote tracking" to "remote-tracking"Michael Schubert1-1/+1
2013-06-20refs: implement simple transactions for the packed-refs fileMichael Haggerty1-1/+4
2013-06-06Merge branch 'nd/clone-connectivity-shortcut'Junio C Hamano1-3/+12
2013-06-02Merge branch 'nd/clone-local-with-colon'Junio C Hamano1-0/+2
2013-05-29Merge branch 'mh/packed-refs-various'Junio C Hamano1-1/+0
2013-05-28clone: open a shortcut for connectivity checkNguyễn Thái Ngọc Duy1-3/+8
2013-05-11clone: let the user know when check_everything_connected is runNguyễn Thái Ngọc Duy1-0/+4
2013-05-07clone: allow cloning local paths with colons in themNguyễn Thái Ngọc Duy1-0/+2
2013-05-01pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}Michael Haggerty1-1/+0
2013-04-28Merge branch 'jk/check-corrupt-objects-carefully'Junio C Hamano1-1/+1
2013-04-28clone: Make the 'junk_mode' symbol a file staticRamsay Jones1-1/+1
2013-04-09clone: Allow repo using gitfile as a referenceAaron Schrab1-2/+12
2013-04-08clone: Fix error message for reference repositoryAaron Schrab1-1/+1
2013-03-29clone: leave repo in place after checkout errorsJeff King1-1/+24