diff options
Diffstat (limited to '_log/vcs-1.md')
| -rw-r--r-- | _log/vcs-1.md | 2 |
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: ``` |
