1. 08 3月, 2015 1 次提交
  2. 04 3月, 2015 3 次提交
  3. 02 3月, 2015 3 次提交
  4. 01 3月, 2015 1 次提交
    • B
      current_dir -> getcwd · 027ca60d
      Ben S 提交于
      current_dir returns a new PathBuf, but getcwd returns an old Path. One day I'll have to upgrade to the new Path library. One day.
      
      Fixes #41.
      027ca60d
  5. 26 2月, 2015 7 次提交
  6. 25 2月, 2015 4 次提交
  7. 24 2月, 2015 2 次提交
    • J
      Fix a missing '/' in symlink targets · 96cab9cd
      Jonny Gilchrist 提交于
      In cases where symlink targets were more than a single directory down,
      exa did not print the '/' targets when separating directories, resulting
      in the following output:
      
          symlink => dirAdirBdirC/file
      
      Instead of
      
          symlink => dirA/dirB/dirC/file
      
      By adding a '/' character after each component of the filename, this
      error is fixed.
      96cab9cd
    • B
      Allow --tree without --recurse · ea1b3cae
      Ben S 提交于
      See #24
      ea1b3cae
  8. 23 2月, 2015 12 次提交
  9. 22 2月, 2015 7 次提交