Commit 0b9a53c 1 parent 020fd56 commit 0b9a53c Copy full SHA for 0b9a53c
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -576,7 +576,7 @@ The configuration option `hook` in the `storage` section must be set to
576
576
the following command:
577
577
578
578
``` bash
579
- git add -A && (git diff --cached --quiet || git commit -m " Changes by " %(user)s)
579
+ git add -A && (git diff --cached --quiet || git commit -m " Changes by \ " %(user)s\" " )
580
580
```
581
581
582
582
The command gets executed after every change to the storage and commits
Original file line number Diff line number Diff line change 97
97
#max_sync_token_age = 2592000
98
98
99
99
# Command that is run after changes to storage
100
- # Example: ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
100
+ # Example: ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by \ "%(user)s\"" )
101
101
#hook =
102
102
103
103
You can’t perform that action at this time.
0 commit comments