File git-tools.changes of Package git-tools
-------------------------------------------------------------------
Tue Sep 2 11:51:22 UTC 2025 - Manfred Schwarb <manfred99@gmx.ch>
- remove patch 5f832e72453e035fccae9d63a5056918d64476a2.patch, fixed
- update to version 2025.08:
* Bump minimum Python version to 3.8. Python 3.7 still works, but is no longer supported
* Use git-log instead of git-whatchanged, as it has been deprecated in Git 2.51
* Ignore GPG signatures when parsing git logs
* Documentation and code refactoring
* Update README.md
* Correct Arch package
* Cleanup/tidy various files
* fix -N / --skip-older-than-commit for symlinks
-------------------------------------------------------------------
Sat Sep 9 15:11:35 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch>
- add patch 5f832e72453e035fccae9d63a5056918d64476a2.patch:
handle utf8 errors
-------------------------------------------------------------------
Mon Jan 9 15:35:42 UTC 2023 - Manfred Schwarb <manfred99@gmx.ch>
- 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 14:17:30 UTC 2022 - Manfred Schwarb <manfred99@gmx.ch>
- add patch init-gitattribs.patch
-------------------------------------------------------------------
Tue Aug 2 09:02:48 UTC 2022 - Manfred Schwarb <manfred99@gmx.ch>
- 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 16:32:47 UTC 2021 - Manfred Schwarb <manfred99@gmx.ch>
- update to version 2020.09:
* Windows build, thanks to @Hakuna75
* New option --skip-older-than SECONDS, thanks to @SemenovAlexander
* New option --oldest-time, A.K.A. "reverse log", thanks to @sysvinit
* 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
-------------------------------------------------------------------
Wed Apr 29 11:07:31 UTC 2020 - Manfred Schwarb <manfred99@gmx.ch>
- rpm packaging for OBS