rugged
rugged copied to clipboard
Supporting gitattributes and filters in blob retrieval
I noticed that nothing in Rugged::Blob makes any attempt to convert blob text to the filtered output via .gitattributes (e.g. CRLF output). In libgit2, I see calls to git_blob_filtered_content(), but it does not appear to be used anywhere Rugged.
Is there a reason this isn't supported, or is this just something I can add?