forgit icon indicating copy to clipboard operation
forgit copied to clipboard

fixup can't filter on files anymore

Open julianscheel opened this issue 6 months ago • 1 comments

With #442 files parameters are not handled with git-forgit fixup anymore. I used fixup with filenames a lot to quickly find the commit which I want to fixup. Previously git-forgit fixup lib/some/code.file would only show me those commits, which touched lib/some/code.file. So, when I have made a change to lib/some/code.file, which I wanted to squash in a previous commit of that file it was very easily possible. After #442, I do have to search through all commits.

julianscheel avatar Jun 11 '25 07:06 julianscheel

Guess they did serve a purpose after all 😅 . Thanks for letting us know @julianscheel!

sandr01d avatar Jun 11 '25 17:06 sandr01d