1. 10 2月, 2015 4 次提交
  2. 05 2月, 2015 1 次提交
    • B
      Refactor the code after tree view changes · 42ae7b3d
      Ben S 提交于
      - Turn the views and main program loop into structs, rather than just as one gigantic function
      - Separate views into their own files
      
      The addition of the git column and the tree view meant that a lot of functions now just took extra arguments that didn't seem to fit. For example, it didn't really work to have only one 'view' method that printed out everything, as the different view options now all take different parameters.
      42ae7b3d
  3. 04 2月, 2015 1 次提交
  4. 03 2月, 2015 2 次提交
    • B
      Make filename not a column · 827a1e11
      Ben S 提交于
      FileName was always a special-cased column, as it was assumed to be the last column in the output. Now, it's explicitly marked as such. This allows the hash marks to be placed before the filename, rather than at the start of the line.
      827a1e11
    • B
      Initial tree implementation · 5099b3f1
      Ben S 提交于
      There's still a lot to do, but this is actually *something*. The tree hierarchy is displayed using hashes at the start of a line. I want to have it just before the filename, but this will need some changes to the way that columns are handled.
      5099b3f1
  5. 01 2月, 2015 2 次提交
  6. 29 1月, 2015 1 次提交
  7. 28 1月, 2015 1 次提交
  8. 27 1月, 2015 2 次提交
  9. 26 1月, 2015 1 次提交
    • B
      Cache the lowercased extension · da9d1f77
      Ben S 提交于
      Extensions aren't ever displayed in lowercase, just compared case-insensitively, so this makes sense.
      da9d1f77
  10. 25 1月, 2015 5 次提交
  11. 24 1月, 2015 2 次提交
  12. 12 1月, 2015 1 次提交
  13. 05 1月, 2015 1 次提交
    • B
      Upgrade to latest Rust · d400231d
      Ben S 提交于
      Also, remove dependency on the Regex library by replacing the one place it was used with standard code that should hopefully be faster anyway.
      d400231d
  14. 18 12月, 2014 3 次提交
  15. 12 12月, 2014 5 次提交
  16. 02 12月, 2014 1 次提交
    • B
      Upgrade to latest Rust · 61340965
      Ben S 提交于
      I can't complain, because the breaking changes were caused by my pull request...
      61340965
  17. 26 11月, 2014 3 次提交
  18. 25 11月, 2014 2 次提交
  19. 24 11月, 2014 2 次提交