Adrian Stern <adrian.st...@unchained.ch> writes:

> Hi
>
> I have a Vendro-Branch setup where i store the official code in my own
> repository. Next to that i have a Delta-Branch where i store only the
> changed files different to the Vendor-Branch.

This Delta-Branch is the cause of your problems, I think. Why do you
need it at all? If you checkout it, what could you do with the result?

Instead, why don't you simply create your own branch from the root of
the vendor branch and make your own changes on this branch? That's how
it's supposed to work. Git is very efficient at storing only deltas
internally so you shouldn't care about it.

-- 
Sergey.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to