gitx icon indicating copy to clipboard operation
gitx copied to clipboard

Wish: Search on filename

Open dbackeus opened this issue 15 years ago • 0 comments

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.

dbackeus avatar Nov 22 '10 11:11 dbackeus