2025.08.20 15:17:07 (laptop1.cmoser.eu)

This commit is contained in:
Christian Moser 2025-08-20 15:17:07 +02:00
parent 746f9b8e0d
commit 4bc0615154

2
git.sh
View File

@ -131,7 +131,7 @@ git-init-gpg() {
}
git-commit-timestamp() {
winver=$(which winver)
winver=$(which winver 2>/dev/null)
if [ -n "$WINVER" ]; then
local hostname="$(hostname)"
else