Add a field to filter the file list of a commit #76
Labels
enhancement
entry level
Marks issues that can be easily addressed by new developers just starting with this project.
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!
The text was updated successfully, but these errors were encountered: