From 77a6a77700a79a8f0859934b900e0c8ad76f2707 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 8 Jun 2022 09:07:06 -0400 Subject: Add Maiden, Mother, Crone Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. --- txt/books.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/txt/books.txt b/txt/books.txt index 6b3e9694..2c424761 100644 --- a/txt/books.txt +++ b/txt/books.txt @@ -1,5 +1,6 @@ [ 2022 ] + 7. ★★☆ ed. Gwen Benaway, Maiden, Mother, Crone 6. ★★★ Andrea Stewart, The Bone Shard Daughter 5. ★☆☆ Madeline Miller, Circe 4. ★★★ Natalie Zina Walschots, Hench -- cgit 1.4.1 > web frontend for git
about summary refs log tree commit diff
path: root/tests/t0106-diff.sh (unfollow)
Commit message (Collapse)Author
2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch
Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
2014-01-08Add a suggestion to the manpagePřemysl Janouch
So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
2014-01-08Fix the example configurationPřemysl Janouch
"enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
2014-01-08Fix about-formatting.shPřemysl Janouch
dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
2014-01-08Fix some spelling errorsPřemysl Janouch
Signed-off-by: Přemysl Janouch <p.janouch@gmail.com>
2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts