From bc38c10bfdd23fd51c7c3c320de1d84ac98b8dfd Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 23 Apr 2026 22:39:28 +0800 Subject: Tuen site search post into a journal entry. --- _log/vcs-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_log/vcs-1.md') 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: ``` -- cgit v1.2.3