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
For instance, within the diffuse main git directory:
diffuse -c 613381 # shows the modified file as expected, which is in the current working dir
cd src
diffuse -c 613381 # FAILS to show the modified file, which is in the parent dir
The text was updated successfully, but these errors were encountered:
I've learnt to think of this as a feature rather than a bug: only files in the current subdirectory are shown, so if I change a lot of files and only want to see changes in a subset, it's easy.
If you like, you could write a wrapper along the lines of
For instance, within the diffuse main git directory:
The text was updated successfully, but these errors were encountered: