summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-08-27 17:22:50 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-08-27 17:23:03 -0700
commit25e1e79edfa210a939c000faa04793bbaafd5ba9 (patch)
tree1e584015e03679f144e72974af02845fd52d5ae9 /bin/doccheckin
parent6de7f586a3ca1099200924421b4a0529728a5504 (diff)
downloaddotfiles-25e1e79edfa210a939c000faa04793bbaafd5ba9.tar.gz
avoid git add failing in doccheckin which means nothing gets added
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 027bee42..6305e157 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} dissert/*.{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/*.md 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