You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find Last Commit: Added support for identifying the last commit where the search string appears.
Working Directory & Log Directory Arguments: Introduced command-line arguments --working-directory and --log-directory for specifying where Git commands should run and where logs and temporary files should be stored.
🐛 Bug Fixes
Commit Range Validation: Added validation to ensure that the --earliest-commit is not more recent than the --latest-commit, preventing invalid commit ranges.
🧰 Maintenance
Comprehensive Unit Tests: Added unit tests covering all major classes and methods to ensure code reliability and maintainability.