summaryrefslogtreecommitdiff
path: root/t/t5700-clone-reference.sh
Commit message (Expand)AuthorAgeFilesLines
* clone tests: rename t57* => t56*sb/clone-t57-t56Stefan Beller2016-03-161-224/+0
* clone: allow "--dissociate" without referencear/clone-dissociateAlex Riesen2015-10-221-0/+11
* Merge branch 'js/clone-dissociate'Junio C Hamano2015-10-151-0/+21
|\
| * clone --dissociate: avoid locking pack filesjs/clone-dissociateJohannes Schindelin2015-10-071-1/+1
| * t5700: demonstrate a Windows file locking issue with `git clone --dissociate`Johannes Schindelin2015-10-051-0/+21
* | add_to_alternates_file: don't add duplicate entriesJeff King2015-08-101-0/+5
* | t5700: modernize styleJeff King2015-08-101-112/+81
|/
* clone: --dissociate option to mark that reference is only temporaryjc/clone-borrowJunio C Hamano2014-10-151-0/+17
* clone: Allow repo using gitfile as a referenceAaron Schrab2013-04-091-0/+13
* do not use GIT_TRACE_PACKET=3 in testsJeff King2013-03-211-5/+9
* upload-pack: remove packet debugging harnessJeff King2013-02-201-5/+5
* tests: modernise style: more uses of test_line_countStefano Lattarini2012-04-111-2/+2
* everything_local(): mark alternate refs as completeMichael Haggerty2012-02-121-1/+1
* t5700: document a failure of alternates to affect fetchMichael Haggerty2012-02-121-3/+31
* refs: loosen over-strict "format" checkJunio C Hamano2011-11-161-0/+7
* tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-311-4/+4
* t5700-clone-reference: Quote $UJohannes Sixt2008-05-271-3/+3
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-1/+34
|\
| * Add test for cloning with "--reference" repo being a subset of source repoJohan Herland2008-05-221-0/+5
| * Add a test for another combination of --referenceJohan Herland2008-05-221-0/+21
| * Test that --reference actually suppresses fetching referenced objectsDaniel Barkalow2008-05-221-1/+8
* | Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-051-1/+1
|/
* fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin2007-10-161-2/+2
* git-clone: aggressively optimize local clone behaviour.Junio C Hamano2007-08-011-1/+1
* git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano2007-02-041-1/+39
* Revert "prune: --grace=time"Junio C Hamano2007-01-211-2/+2
* prune: --grace=timeMatthias Lederhofer2007-01-201-2/+2
* Fix more typos, primarily in the codePavel Roskin2006-07-101-1/+1
* clone: keep --reference even with -l -sMartin Waitz2006-05-071-0/+78