forked from pieter/gitx
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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.