summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-05-11 23:16:17 +0900
committerSean Whitton <spw+git@sdf.org>2014-05-11 23:16:17 +0900
commit3ceef1af82f1d3265dda44be39166d8cc004a5b5 (patch)
tree44c2c8f0ef13b9875029feed64b8446a1c54a968 /bin/doccheckin
parente06075d9a207ae728fb8bcf51880f06591d2b4fc (diff)
downloaddotfiles-3ceef1af82f1d3265dda44be39166d8cc004a5b5.tar.gz
update doccheckin script to automatically check-in some Emacs and mutt files
Diffstat (limited to 'bin/doccheckin')
-rwxr-xr-xbin/doccheckin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doccheckin b/bin/doccheckin
index 62491a33..6d3825d4 100755
--- a/bin/doccheckin
+++ b/bin/doccheckin
@@ -1,7 +1,7 @@
#!/bin/sh
cd ~/doc/
-git add org/*.org playlists/*.m3u
+git add org/*.org playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups
# this command should never fail and stop mr
git commit -a -m "auto commit on $(hostname -s)" || true