Replies: 1 comment
-
for your feature request a magic extension has to parse the related iCal or vCard file and also has to recognize whether a new file was created or one was deleted...I would assume this is not that easy. Feel free to develop a dedicated hook script which does all what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be helpful if there are more information in the git log.
I only know the user variable: %(user)
hook = git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
Beta Was this translation helpful? Give feedback.
All reactions