summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-08-24 09:02:35 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-08-24 09:03:19 -0700
commitd1cdd2d4184685944517d4401ef0b59f046e5565 (patch)
tree2442b9070f08278a42d7778456b0bbc450b1310c /bin/doccheckin
parent908b124c2e5f0183f12414901c0907f1a1098879 (diff)
downloaddotfiles-d1cdd2d4184685944517d4401ef0b59f046e5565.tar.gz
autocommit dissert/ subdir
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 4d1520b5..027bee42 100755
--- a/bin/doccheckin
+++ b/bin/doccheckin
@@ -14,7 +14,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} daily/*.md pres/*.md playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups || true
+git add org/{philos/,/}*.org papers/*.{org,md,bib} dissert/*.{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