mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
Merge pull request #581 from jre-wine/patch-1
Add git init to config hook example
This commit is contained in:
commit
2e8cd09c02
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
@ -109,7 +109,7 @@
|
|||
#filesystem_close_lock_file = False
|
||||
|
||||
# Command that is run after changes to storage
|
||||
# Example: git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
|
||||
# Example: ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
|
||||
#hook =
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue