summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorJohan Herland <johan@herland.net>2008-05-22 22:03:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-05-23 06:35:23 (GMT)
commitb50c8469cc9a336b22ef37b23711d4547a48bc2b (patch)
tree971d03778da07bd76d750bc1f563ebee016fbfad /remote.h
parentfabb01996be9f7c8862ab1a6fdfd83c90be5324a (diff)
downloadgit-b50c8469cc9a336b22ef37b23711d4547a48bc2b.zip
git-b50c8469cc9a336b22ef37b23711d4547a48bc2b.tar.gz
git-b50c8469cc9a336b22ef37b23711d4547a48bc2b.tar.bz2
Add test for cloning with "--reference" repo being a subset of source repo
The first test in this series tests "git clone -l -s --reference B A C", where repo B is a superset of repo A (A has one commit, B has the same commit plus another). In this case, all objects to be cloned are already present in B. However, we should also test the case where the "--reference" repo is a _subset_ of the source repo (e.g. "git clone -l -s --reference A B C"), i.e. some objects are not available in the "--reference" repo, and will have to be found in the source repo. Signed-off-by: Johan Herland <johan@herland.net> Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.h')
0 files changed, 0 insertions, 0 deletions