update packages

This commit is contained in:
2026-06-27 11:34:21 +02:00
parent 4be4f859c4
commit 1aaef48596
246 changed files with 7997 additions and 4359 deletions

View File

@@ -0,0 +1,6 @@
# -*- mode: gitconfig -*-
[hook "magit-common-post-commit"]
event = post-commit
event = post-merge
event = post-rewrite
command = magit-run-git-hook magit-common-git-post-commit-functions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
if [ -n "$MAGIT_HOOK_EDITOR" ]
then
for arg in "$@"; do args+="\"$arg\""; done
$MAGIT_HOOK_EDITOR --eval "(magit-run-git-hook ${args[@]})"
else
true
fi