There are two directories I'd like to compare. I tried diff but it includes the changes inside the files. All I want is something like this
file a is just in /A
file b is missing in /A
file c changed
directory d is missing in /A
directory e is just in /A
I think this is common when doing full file patching but I don't know a good solution.