On 25/09/15 09:35, Lars Schneider wrote:

  size: 3       flags: 0

What's going on?
I believe this is correct. Git-LFS uses the clean/smudge filter to replace the 
LFS pointer with the actual file on checkout. Therefore you see the actual file!
You can find details here: 
https://github.com/github/git-lfs/blob/master/docs/spec.md#intercepting-git

Can you run `du -hs .git/objects` in your Git repository? This should report a 
value well below 16 MB.

It does, thanks!


--
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