diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-02 15:41:09 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-02 15:41:09 -0400 |
commit | 52134dc0ef22d4848ea90042be12175788ac4348 (patch) | |
tree | 3757e5a94f20af49b0834cea1e07942b074e3474 /doc/plugins/calendar | |
parent | 71eabd44d5749ec5000e4f32c8dfc19a16aef297 (diff) |
minor optimisation
As soon as a change happens, we know we will need to rescan all
dependencies from the start, so bail out of the current scan partway to
avoid doing redundant work.
Only problem with this is that ikiwiki sometimes ends up printing out
dependencies that, while correct, are not obvious. Before:
building B, which depends on A
building C, which depends on A
building D, which depends on A
After:
building B, which depends on A
building C, which depends on B
building D, which depends on C
Diffstat (limited to 'doc/plugins/calendar')
0 files changed, 0 insertions, 0 deletions