Skip to content

Add LFS Pointer info (oid, size)

Adrien Carreira requested to merge XciD/gitaly:lfs-info into master

Adding some pointer information in LFSPointer object.

In order to check if a file is a LFSPointer, we check some REGEX, we could also extract some useful LFSPointer at no cost in the same place.

Context: Following !4310 (closed), we have a lot of page where size is needed.

Merge request reports