Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
forgit-25.10.0.tar.gz | 2025-10-01 | 17.1 kB | |
25.10.0 source code.tar.gz | 2025-09-08 | 26.0 kB | |
25.10.0 source code.zip | 2025-09-08 | 33.3 kB | |
README.md | 2025-09-08 | 718 Bytes | |
Totals: 4 Items | 77.1 kB | 1 |
Changes since 25.09.0:
- Refactor: Move global code into a main function (#464) This is a prequisite for being able to source the script in order to implement unit tests for individual functions.
- Chore: Do not execute any code when forgit is sourced (#464) In order to run unit tests for individual functions we have to be able to source the script without triggering the main execution flow.
- Refactor: extract function to remove status from diff line (#464)