Closed willemw12 closed 2 years ago
Thanks for spotting this!
That bug was actually introduced much earlier, but not triggered until another bug was fixed in a00b55033fceecf8a800ea00ab02329a7f8fc214
I'll create a bugfix release later this month, just waiting for more user feedback and reports.
git-restore-mtime
prints a stack trace when it is in a folder without a .git subfolder.To reproduce: copy
git-restore-mtime
to another folder that does not contain a .git folder and run that copy or delete thegit-tools/.git
folder.Python 3.10.5. Git 2.37.1. Arch Linux.
This did not happen in an older version (commit g12202fd).
(I created a git-tools (development) package in the Arch Linux AUR: https://aur.archlinux.org/packages/git-tools-git.)