summaryrefslogtreecommitdiffstats
path: root/_log/vcs-1.md
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-04-23 22:39:28 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-04-23 22:49:25 +0800
commitbc38c10bfdd23fd51c7c3c320de1d84ac98b8dfd (patch)
tree4f219e23de1da90c710f5463fb3371e610685a0b /_log/vcs-1.md
parent5bf4df90566d83542d17c7d29edfe4584eb79db7 (diff)
downloadwww-bc38c10bfdd23fd51c7c3c320de1d84ac98b8dfd.tar.gz
Tuen site search post into a journal entry.
Diffstat (limited to '_log/vcs-1.md')
-rw-r--r--_log/vcs-1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_log/vcs-1.md b/_log/vcs-1.md
index c0a7504..d6ae0b2 100644
--- a/_log/vcs-1.md
+++ b/_log/vcs-1.md
@@ -46,7 +46,7 @@ Status and add commands scan the work tree, sort entries by path, and perform a
two-finger walk with the index. Linear index access trades random-access speed
for sequential IO.
-Operations are performed in memory — often using text streams and pipes.
+Operations are performed in memory—often using text streams and pipes.
MEM_LIMIT can be used to fall back on the disk for large repositories:
```