summaryrefslogtreecommitdiff
path: root/lib/gemfeed.source.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-05-29 08:55:15 +0100
committerPaul Buetow <paul@buetow.org>2022-05-29 08:55:15 +0100
commit05760b5505df4356e5b076a3e6bf0fd0056e052f (patch)
tree015ec3549040f38da696eaab99e129d407a5f139 /lib/gemfeed.source.sh
parent252432fae23e58f97b825f855ece4f6e8e1cf39f (diff)
strip out the git auto commit feature - as it was partly broken and difficult to fix
Diffstat (limited to 'lib/gemfeed.source.sh')
-rw-r--r--lib/gemfeed.source.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/gemfeed.source.sh b/lib/gemfeed.source.sh
index ee5623f..1b2ee5c 100644
--- a/lib/gemfeed.source.sh
+++ b/lib/gemfeed.source.sh
@@ -22,7 +22,6 @@ gemfeed::updatemainindex () {
"$gemfeed_dir/index.gmi" >> "$index_gmi.tmp"
mv "$index_gmi.tmp" "$index_gmi"
- git::add gemtext "$index_gmi"
}
gemfeed::_get_word_count () {
@@ -58,7 +57,6 @@ GEMFEED
done < <(gemfeed::get_posts)
mv "$gemfeed_dir/index.gmi.tmp" "$gemfeed_dir/index.gmi"
- git::add gemtext "$gemfeed_dir/index.gmi"
gemfeed::updatemainindex
}