1. 30 Nov, 2020 1 commit
  2. 09 Nov, 2020 2 commits
  3. 27 Oct, 2020 1 commit
  4. 21 Oct, 2020 1 commit
  5. 20 Oct, 2020 1 commit
  6. 18 Oct, 2020 2 commits
  7. 10 Oct, 2020 4 commits
  8. 09 Oct, 2020 7 commits
  9. 08 Oct, 2020 1 commit
  10. 29 Sep, 2020 1 commit
  11. 28 Sep, 2020 1 commit
  12. 27 Sep, 2020 1 commit
  13. 26 Sep, 2020 1 commit
  14. 04 Sep, 2020 1 commit
  15. 18 Aug, 2020 1 commit
  16. 17 Aug, 2020 1 commit
  17. 06 Aug, 2020 1 commit
  18. 05 Aug, 2020 1 commit
  19. 04 Aug, 2020 4 commits
  20. 02 Aug, 2020 1 commit
  21. 23 Jul, 2020 1 commit
  22. 06 Jul, 2020 2 commits
  23. 03 Jul, 2020 1 commit
  24. 01 Jul, 2020 1 commit
  25. 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