qgit icon indicating copy to clipboard operation
qgit copied to clipboard

Add a field to filter the file list of a commit

Open negora opened this issue 6 years ago • 0 comments

Although I try to make my commits as much granular as possible, sometimes I can't avoid to include many files into a single commit. For example, in Java, renaming a single class may affect hundreds of classes.

In this situation, it would be fantastic to have a text field with which I can filter the files shown in the list, by their path, using one or more regular expressions.

Other situation in which it may be useful is when you view the differences between 2 distant commits (using the Diff to: SHA option). Here the amount of files may be overwhelming. But relying on this field, one could spot a file (or group of files) faster.

Thank you for this great application!

negora avatar Aug 16 '19 08:08 negora