summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-11 17:22:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-11 17:22:28 -0700
commit4e97ebab763b7d60eb7a64f5f7f3a95a4a33b1d5 (patch)
tree7ef04a4caa3086fb79c316ed5ab88411fd17fa1d /bin/doccheckin
parentb56d4231e0553cf398f2e7aced49b6145f07c9fc (diff)
downloaddotfiles-4e97ebab763b7d60eb7a64f5f7f3a95a4a33b1d5.tar.gz
add ~/doc/daily to doccheckin
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 ba42b8bc..7d37a0ec 100755
--- a/bin/doccheckin
+++ b/bin/doccheckin
@@ -10,7 +10,7 @@ if [[ $gstatus =~ 'You have unmerged paths.' ]]; then
fi
# this command should never fail and stop mr
-git add org/{philos/,/}*.org papers/*.{org,md,bib} pres/*.md playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups || true
+git add org/{philos/,/}*.org papers/*.{org,md,bib} daily/*.md pres/*.md playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups || true
# this command should never fail and stop mr
git commit -a -m "auto commit on $(hostname -s)" || true