I'm using tortoisegit and I miss a feature like adding a column in the commit windows that indicates if the file is managed with git LFS or not.
Currently I need to use git lfs status for this but the output isn't usable if there a many file and git lfs status doesn't indicate the size of files.
Using the tortoisegit commit windows + a new LFS column, I could filter by size and check easily if my commit will contain large files that won't be stored in LFS. this way I can update quickly my gitattributes file.
Other git clients do this (smartgit for instance) but I don't see anything with tortoisegit or even with git command line (unless I script it myself)