1. 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
  2. 23 2月, 2015 19 次提交
  3. 22 2月, 2015 15 次提交
  4. 21 2月, 2015 2 次提交
    • B
      Upgrade to latest Rust · b2ed264b
      Ben S 提交于
      - Feature flags changes (old_io, old_path)
      - Slice syntax changes ([] -> [..])
      b2ed264b
    • B
      Versions bump · e15f72f0
      Ben S 提交于
      This compiles, but with manymany warnings.
      e15f72f0
  5. 17 2月, 2015 1 次提交
  6. 14 2月, 2015 1 次提交
    • B
      Detab · 03a05b70
      Ben S 提交于
      03a05b70