forgit
forgit copied to clipboard
fixup can't filter on files anymore
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.
Guess they did serve a purpose after all 😅 . Thanks for letting us know @julianscheel!