1. 21 Aug, 2014 1 commit
  2. 30 Mar, 2014 1 commit
    • Henrik Holm's avatar
      Correct redirection of output from 'hash' · f46d06da
      Henrik Holm authored
      The intention of the redirection to /dev/null is to hide the output
      'hash: no such command: git' since we rely on the exit status.
      
      However, the output goes to stderr, so it's stderr that needs to be
      redirected. For completeness, we redirect both stderr and stdout using
      '2>&1'.
      
      Example:
      
        [~]$ hash git > /dev/null
        [~]$ PATH=''
        [~]$ hash git > /dev/null
        hash: no such command: git
        [~]$ hash git > /dev/null 2>&1
        [~]$
      f46d06da
  3. 13 Mar, 2014 1 commit
  4. 08 Mar, 2014 3 commits
  5. 25 Oct, 2013 1 commit
  6. 30 Jun, 2013 1 commit
  7. 07 Apr, 2013 1 commit
  8. 02 Dec, 2012 1 commit
  9. 09 Nov, 2012 1 commit
  10. 21 Oct, 2012 1 commit
  11. 23 Jun, 2012 1 commit
  12. 04 Apr, 2012 1 commit
  13. 03 Jun, 2011 1 commit
  14. 19 Apr, 2011 1 commit
  15. 18 Apr, 2011 2 commits
  16. 19 Aug, 2010 1 commit
  17. 07 May, 2010 1 commit
  18. 16 Oct, 2009 1 commit
  19. 07 Sep, 2009 1 commit
  20. 01 Sep, 2009 1 commit
  21. 31 Aug, 2009 4 commits