We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90865e9 commit c0e65ddCopy full SHA for c0e65dd
docs/listdir.md
@@ -1,6 +1,6 @@
1
# Fast directory listing
2
3
-In order to find untracked files in a git repository, [gitstatusd](/) needs to list the
+In order to find untracked files in a git repository, [gitstatusd](../README.md) needs to list the
4
contents of every directory. gitstatusd does it 27% faster than a reasonable implementation that a
5
seasoned C/C++ practitioner might write. This document explains the optimizations that went into it.
6
As directory listing is a common operation, many other projects can benefit from applying these
0 commit comments