diff options
Diffstat (limited to 'contrib/hooks/post-save')
-rwxr-xr-x | contrib/hooks/post-save | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hooks/post-save b/contrib/hooks/post-save index e75ce1e..574a721 100755 --- a/contrib/hooks/post-save +++ b/contrib/hooks/post-save @@ -8,7 +8,7 @@ cd "$HOME"/.calcurse/ # Do not make commits when synchronizing with a CalDAV server. [ -f caldav/lock ] && exit -git add * +git add apts conf keys todo if ! git diff-index --quiet --cached HEAD; then git commit -m "Automatic commit by the post-save hook" fi |