mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-05-03 03:58:36 +00:00
FileBlob now remembers the full path that was passed to its constructor, and uses that for performing filesystem access. FileBlob#path continues to return a relative path as before. This ensures that you can call methods like #size and #mode on FileBlobs with relative paths, regardless of the current working directory.