Re: [PATCH 0/4] Pulling refs files
From: Daniel Barkalow <hidden>
Date: 2016-06-15 22:41:57
On Sat, 14 May 2005, Petr Baudis wrote:
Hmm, I've honestly expected something different - a generic way to specify any file in the repository to be pulled along, instead of a introducing refs awareness at this level of git. What would be the advantages of that approach against just specifying list of other files to pull along?
The point is to specify the commit to pull by fetching a file from the other side, not just to move a file. So you need to be specifying that the file is a hex encoding of the sha1 hash of the starting point of the pull, and the refs/ area is where these are expected to be. (Note that it still doesn't have any knowledge about the meanings of files in refs/; you tell it which one you want to use, and optionally which one you want to write to, and it will use the names you provide). It wouldn't help much to download the head file if you had to know the contents of that file already in order to do everything as a single transfer. -Daniel *This .sig left intentionally blank*