Skip to content

Commit

Permalink
revert link to home dir; the fancy one does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed Mar 30, 2020
1 parent 90865e9 commit c0e65dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/listdir.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fast directory listing

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
contents of every directory. gitstatusd does it 27% faster than a reasonable implementation that a
seasoned C/C++ practitioner might write. This document explains the optimizations that went into it.
As directory listing is a common operation, many other projects can benefit from applying these
Expand Down

0 comments on commit c0e65dd

Please sign in to comment.