Parag Kalra [off-list ref] writes:
Is there a way I can make Git list all the tracked files in the
working directory in order they are changed (modified, added or
deleted)
Something like displayed by: git ls-files
No, it is currently not possible, mainly because git thinks in terms
of changes to project as a whole, not as changes to individual files.
The tree blame ("git blame <directory>"), if it existed (I have
working prototype), would be of use here.
--
Jakub Narebski
Poland
ShadeHawk on #git