mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 21:45:10 +01:00
Don't quote the list of files, it confuses git
This commit is contained in:
@@ -6,7 +6,7 @@ if [ -n "$1" ]; then
|
|||||||
cd "$GITDIR" || exit
|
cd "$GITDIR" || exit
|
||||||
DATETIME=$(date +%Y%m%d\ %H:%M:%S)
|
DATETIME=$(date +%Y%m%d\ %H:%M:%S)
|
||||||
#git pull
|
#git pull
|
||||||
RESULT=$(git commit "$*" -m "Autosave at $DATETIME")
|
RESULT=$(git commit $* -m "Autosave at $DATETIME")
|
||||||
echo "$RESULT"
|
echo "$RESULT"
|
||||||
#zenity --info --text=$RESULT
|
#zenity --info --text=$RESULT
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user