Replies: 2 comments 1 reply
-
Even though on protocol level, the filter can be specified, it's not currently wired so from |
Beta Was this translation helpful? Give feedback.
-
Bummer, I was hoping it would be more simple already. I'm also interested in streaming, rather than a full download prior to obtaining results. This is probably even less trivial to accomplish. An additional bonus will be adding in-memory object storage (ex. no disk writes needed). Of course you could hack this together with an out of band tmpfs (or similar ramdisk approach) mountpoint, but that's not as neat. |
Beta Was this translation helpful? Give feedback.
-
How can filters be used to avoid downloading blobs for example? This is useful in a context where only specific meta-data is wanted, for example if you are writing a commit log inspection tool.
TL;DR:
Trying to implement
git clone --bare --filter=blob:none --single-branch
with gix.Beta Was this translation helpful? Give feedback.
All reactions