URI: 
       tFix small error in documentation - lumia - Archive checksum manager
  HTML git clone git://lumidify.org/lumia.git (fast, but not encrypted)
  HTML git clone https://lumidify.org/git/lumia.git (encrypted, but very slow)
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 21238f9a33fcddd10eaa5f3ae775de30af474b06
   DIR parent f0c4175f5d32c41433ae61d076b0d6a4ec61dd84
  HTML Author: lumidify <nobody@lumidify.org>
       Date:   Sun,  7 Jan 2024 20:05:18 +0100
       
       Fix small error in documentation
       
       Diffstat:
         M TODO                                |       1 +
         M lumia                               |       4 ++--
       
       2 files changed, 3 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/TODO b/TODO
       t@@ -1,3 +1,4 @@
        * Add option to disable sorting?
          -> Also maybe change sorting to be case-insensitve.
       +  -> Measure performance impact of sorting.
        * Progress indicator.
   DIR diff --git a/lumia b/lumia
       t@@ -1365,11 +1365,11 @@ filenames properly is difficult.
        There are probably many other edge cases, especially in the B<mv>, B<cp>,
        and B<rm> commands. Please notify me if you find an issue.
        
       -Operations on files containing newlines may cause Perl to print a warning
       +Operations on filenames containing newlines may cause Perl to print a warning
        "Unsuccessful stat on filename containing newline" even though nothing is
        wrong since (as described in B<mv> and B<rm>) existence of the file is
        checked afterwards. I didn't feel like disabling warnings, and no normal
       -person should be working with files containing newlines anyways, so that's
       +person should be working with filenames containing newlines anyways, so that's
        the way it is.
        
        =head1 EXIT STATUS