Initial commit.
This commit is contained in:
8
etckeeper/commit.d/30git-add
Executable file
8
etckeeper/commit.d/30git-add
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ "$VCS" = git ] && [ -d .git ]; then
|
||||
if ! git add --all; then
|
||||
echo "etckeeper warning: git add --all" >&2
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user