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
Would be nice to be able to search on a filename to list all the commits affecting a given file.
Through command line this is done with.
git log -- path/to/file.ext
It requires an absolute path so would be even nicer if GitX could find the absolute path for a given file name before commencing the search. Say I have a file like public/stylesheets/application.css and I typed a file search for application.css GitX would prefix the public/stylesheets/ without me bothering about it. If the filename would appear in multiple places all the files could be included.
The text was updated successfully, but these errors were encountered:
Would be nice to be able to search on a filename to list all the commits affecting a given file.
Through command line this is done with.
It requires an absolute path so would be even nicer if GitX could find the absolute path for a given file name before commencing the search. Say I have a file like public/stylesheets/application.css and I typed a file search for application.css GitX would prefix the public/stylesheets/ without me bothering about it. If the filename would appear in multiple places all the files could be included.
The text was updated successfully, but these errors were encountered: