Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
forgit-25.02.0.tar.gz | 2025-02-01 | 15.0 kB | |
25.02.0 source code.tar.gz | 2025-02-01 | 24.1 kB | |
25.02.0 source code.zip | 2025-02-01 | 31.3 kB | |
README.md | 2025-02-01 | 751 Bytes | |
Totals: 4 Items | 71.2 kB | 0 |
Changes since 25.01.0:
- Feature: add forgit show command (#417) Introducing `show` as a new subcommand of `forgit`, an interactive version of `git show`. The configured default alias is `gso`. Alt-T can be used to toggle between showing the diff and the commit message in the fzf preview window. The new command in used instead of `forgit diff` when pressing enter in `forgit log`. This fixes the display of diffs for merge commits. **Note**: we have a requirement for the `fzf` version now. The minimum required `fzf` version is 0.49.0. If the installed version is lower, forgit will exit with an error message. Fixes [#416].