1. 04 Sep, 2020 1 commit
  2. 18 Aug, 2020 1 commit
  3. 17 Aug, 2020 1 commit
  4. 06 Aug, 2020 1 commit
  5. 05 Aug, 2020 1 commit
  6. 04 Aug, 2020 4 commits
  7. 02 Aug, 2020 1 commit
  8. 23 Jul, 2020 1 commit
  9. 06 Jul, 2020 2 commits
  10. 03 Jul, 2020 1 commit
  11. 01 Jul, 2020 1 commit
  12. 30 Jun, 2020 1 commit
    • Patrick Moore's avatar
      Handle unset variables in various parts of the codebase (#8944) · e606ac70
      Patrick Moore authored
      DISABLE_UNTRACKED_FILES_DIRTY, DISABLE_AUTO_TITLE, GIT_STATUS_IGNORE_SUBMODULES are not set
      Handle these variables not being set with conditional access.
      
      If the user has set -u option to report attempts to use undeclared / unassigned variable, accessing the variables needs to be conditional.
      e606ac70
  13. 19 Jun, 2020 1 commit
  14. 03 Jun, 2020 1 commit
    • Marco Trevisan's avatar
      lib: don't override bigger HISTSIZE and SAVEHIST values (#8993) · ed4e317b
      Marco Trevisan authored
      oh-my-zsh Changes the HISTSIZE and SAVEHIST values to fixed sizes,
      however if a bigger value is set in ~/.zshrc, it will override it,
      potentially causing the user history to be deleted.
      
      So, only set these values if no other is set and if it is lower than the
      default ones.
      ed4e317b
  15. 21 May, 2020 1 commit
  16. 20 May, 2020 2 commits
  17. 16 May, 2020 1 commit
  18. 11 May, 2020 1 commit
  19. 01 May, 2020 1 commit
  20. 05 Apr, 2020 1 commit
  21. 05 Mar, 2020 1 commit
  22. 03 Mar, 2020 3 commits
  23. 02 Mar, 2020 1 commit
  24. 01 Mar, 2020 6 commits
  25. 28 Feb, 2020 2 commits
  26. 27 Feb, 2020 2 commits