Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-05t/t5700-clone-reference.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-10-22clone: allow "--dissociate" without referenceAlex Riesen
2015-10-16Merge branch 'js/clone-dissociate'Junio C Hamano
2015-10-07clone --dissociate: avoid locking pack filesJohannes Schindelin
2015-10-06t5700: demonstrate a Windows file locking issue with `git clone --dissociate`Johannes Schindelin
2015-08-11add_to_alternates_file: don't add duplicate entriesJeff King
2015-08-11t5700: modernize styleJeff King
2014-10-16clone: --dissociate option to mark that reference is only temporaryJunio C Hamano
2013-04-10clone: Allow repo using gitfile as a referenceAaron Schrab
2013-03-21do not use GIT_TRACE_PACKET=3 in testsJeff King
2013-02-21upload-pack: remove packet debugging harnessJeff King
2012-04-11tests: modernise style: more uses of test_line_countStefano Lattarini
2012-02-13everything_local(): mark alternate refs as completeMichael Haggerty
2012-02-13t5700: document a failure of alternates to affect fetchMichael Haggerty
2011-11-17refs: loosen over-strict "format" checkJunio C Hamano
2010-06-01tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan
2008-05-28t5700-clone-reference: Quote $UJohannes Sixt
2008-05-26Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-23Add test for cloning with "--reference" repo being a subset of source repoJohan Herland
2008-05-23Add a test for another combination of --referenceJohan Herland
2008-05-23Test that --reference actually suppresses fetching referenced objectsDaniel Barkalow
2008-05-06Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2007-10-16fetch: if not fetching from default remote, ignore default mergeJohannes Schindelin
2007-08-02git-clone: aggressively optimize local clone behaviour.Junio C Hamano
2007-02-04git-clone --reference: saner handling of borrowed symrefs.Junio C Hamano
2007-01-22Revert "prune: --grace=time"Junio C Hamano
2007-01-21prune: --grace=timeMatthias Lederhofer
2006-07-10Fix more typos, primarily in the codePavel Roskin
2006-05-08clone: keep --reference even with -l -sMartin Waitz