You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see there currently is no way to request only tree-level diff, that is as if with git diff-tree or git diff --raw. If I am interested only in names of changed files, I don't want to pay the penalty for generating text of diff between files (generating patch).
I would also like to have recipe for equivalent of $ git diff-tree -r --name-only