Changelog for
git-tools-2022.12-2.1.noarch.rpm :
* Sat Sep 09 2023 Manfred Schwarb
- add patch 5f832e72453e035fccae9d63a5056918d64476a2.patch: handle utf8 errors
* Mon Jan 09 2023 Manfred Schwarb - remove patch init-gitattribs.patch, fixed- update to version 2022.12:
* Fix non-ascii-paths errors in windows
* Improve debug output during trace
* Make sure Git attribs are always initialized, to fix #53
* Improve file/dir handling when using --skip-older-than-commit
* Mon Sep 19 2022 Manfred Schwarb - add patch init-gitattribs.patch
* Tue Aug 02 2022 Manfred Schwarb - update to version 2022.07:
* New option --version, and suffixes to determine development versions
* New option --unique-times
* New option --skip-older-than-commit
* Unless --force, ignore files instead of aborting on uncommitted changes
* Several small performance optimizations
* Improved documentation, manual pages and README
* Wed Dec 22 2021 Manfred Schwarb - update to version 2020.09:
* Windows build, thanks to AATTHakuna75
* New option --skip-older-than SECONDS, thanks to AATTSemenovAlexander
* New option --oldest-time, A.K.A. \"reverse log\", thanks to AATTsysvinit
* Graceful abort handling (CTRL+C / KeyboardInterrupt)
* Proper error code on exit status
* Minor bug fixes
* Major code refactoring- update to version 2021.08git (head checkout):
* restore-mtime: add --unique-times to enable nanoseconds
* fix bash 4.4+ beakage in git-rebase-theirs
* misc. doc improvements
* misc. fixes