From aed8575ae0de045e6e1f5cac1ad02fb6f11d025b Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Fri, 2 Sep 2022 23:51:14 -0400 Subject: [PATCH] blog: Fix spacing issue on Plan 9 / Acme post I was wondering why nihdoc(1) was barfing... turns out I just didn't see the spaces (instead of tabs) in acme(1) :( --- www/blog/plan9-acme-git-gui.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/blog/plan9-acme-git-gui.txt b/www/blog/plan9-acme-git-gui.txt index d4da28e..c86bd93 100644 --- a/www/blog/plan9-acme-git-gui.txt +++ b/www/blog/plan9-acme-git-gui.txt @@ -167,11 +167,12 @@ open then in a new buffer with the full diff! Clicking 5e9783a6 gives: commit 5e9783a6ce559f76da83b2530059c9664f43306e Author: Alex Karle Date: Thu Jun 18 00:18:48 2020 -0400 - (snip) - diff \--git a/.gitignore b/.gitignore + ... + ... + diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84c048a - \--- /dev/null + --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/build/ -- libgit2 1.1.1