This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git. Updated .
  1. 12 Oct, 2019 1 commit
  2. 24 Aug, 2019 1 commit
  3. 23 Jul, 2019 4 commits
  4. 14 Jun, 2019 4 commits
  5. 13 Jun, 2019 1 commit
  6. 08 Jun, 2019 2 commits
    • PoorPockets McNewHold's avatar
      Little typos. · f96c18f7
      PoorPockets McNewHold authored
      Well, It worked with pastfish, I didn’t bother to check the entire readme.md for more of these.
      f96c18f7
    • Fabian Homborg's avatar
      lib/git/git_is_touched: Speed up (#706) · 131c8d74
      Fabian Homborg authored
      * lib/git/git_is_touched: Speed up
      
      This used to use `git status --porcelain`, which by necessity needs to
      check the entire repo for all kinds of changes, just to figure out if
      there are any.
      
      Instead, we now use git commands that can exit early.
      
      In large repos, this can be faster by a factor of 15 or so.
      
      Fixes #624.
      
      * Fix return status
      
      `git diff` also returns 1 if there *is* a diff.
      131c8d74
  7. 04 Apr, 2019 2 commits
  8. 27 Mar, 2019 2 commits
  9. 13 Feb, 2019 3 commits
  10. 11 Jan, 2019 1 commit
  11. 05 Jan, 2019 1 commit
  12. 04 Jan, 2019 4 commits
  13. 09 Dec, 2018 1 commit
  14. 19 Nov, 2018 1 commit
  15. 25 Sep, 2018 2 commits
  16. 09 Jun, 2018 1 commit
  17. 31 Mar, 2018 1 commit
  18. 30 Mar, 2018 1 commit
  19. 20 Feb, 2018 5 commits
  20. 12 Jan, 2018 1 commit
  21. 07 Jan, 2018 1 commit