diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-06-18 08:22:33 +0200 |
---|---|---|
committer | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-06-18 08:22:33 +0200 |
commit | 99f7d61451fa1b0773a1c42387327a7e5f98ebb0 (patch) | |
tree | 73c981b1fa631623e4fc492b3b18960467b78145 | |
parent | e31c91f0e1e250336226ac07957437cde4bd2a93 (diff) |
Typo and broken link
-rw-r--r-- | doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop.mdwn b/doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop.mdwn index 856298017..e7f7d60eb 100644 --- a/doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop.mdwn +++ b/doc/design/assistant/blog/day_285__fixed_the_archive_directory_loop.mdwn @@ -1,6 +1,7 @@ Yay, I fixed the -[[handling_of_files_inside_and_outside_archive_directory_at_the_same_time]] bug! -At least in difect mode, which thanks to its associated files tracking +[[bugs/Handling_of_files_inside_and_outside_archive_directory_at_the_same_time]] +bug! +At least in direct mode, which thanks to its associated files tracking knows when a given file has another file in the repository with the same content. Had not realized the behavior in direct mode was so bad, or the fix so relatively easy. Pity I can't do the same for indirect mode, but |