Parag Kalra <paragkalra@xxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html