summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-06-16 09:57:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-16 09:57:34 -0700
commit36401168405594000e500fc1696640c6df6805c5 (patch)
tree814d273c3654b1b63bb1c302653748bc12efdfb7 /bin/doccheckin
parent732f7edd57bc2a3a51c978f39af2ba7d782455b4 (diff)
downloaddotfiles-36401168405594000e500fc1696640c6df6805c5.tar.gz
doccheckin doc/notes
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 78fa2cb8..a8048125 100755
--- a/bin/doccheckin
+++ b/bin/doccheckin
@@ -16,7 +16,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} dissert/*.md 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/*.md daily/*.md pres/*.md playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups notes/*.org || true
# this command should never fail and stop mr
git commit -a -m "auto commit on $(hostname -s)" || true