Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Homebrew/brew.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Dec 08, 2014
  2. Jul 22, 2014
  3. Jul 20, 2014
    • Jack Nagel's avatar
      Improve pull request URL regexp · 26b8c5a2
      Jack Nagel authored
       - use a regexp literal and avoid escaping forward slashes
       - escape the period in "github.com"
       - match only hex characters in the commit part
       - allow hyphen in usernames and repo names, matching what we allow for
         tap names
       - avoid unnecessary capture
      26b8c5a2
  4. Jul 13, 2014
  5. Jul 07, 2014
  6. Jun 20, 2014
  7. Jun 10, 2014
  8. Jun 08, 2014
  9. May 15, 2014
  10. May 04, 2014
  11. Apr 25, 2014
  12. Dec 15, 2013
  13. Dec 14, 2013
  14. Nov 01, 2013
  15. Oct 31, 2013
  16. Oct 26, 2013
  17. Oct 23, 2013
  18. Oct 22, 2013
  19. Oct 19, 2013
  20. Oct 10, 2013
  21. Sep 20, 2013
  22. Sep 07, 2013
    • Mike McQuaid's avatar
      Optionally use git to keep brew etc versioned. · ab20ed0b
      Mike McQuaid authored
      Still in alpha state.
      Handles defaults and merging changes with new versions.
      Enable by setting the HOMEBREW_GIT_ETC environment variable.
      
      Closes Homebrew/homebrew#15751.
      Closes Homebrew/homebrew#17713.
      ab20ed0b
  23. Aug 20, 2013
    • Amos Wenger's avatar
      Use File::PATH_SEPARATOR globally instead of ':' · 52ace99f
      Amos Wenger authored
      
      On Unix, the path separator is ':', whereas on Windows,
      it is ';'. This is the first of a series of patch to bring
      macbrew's and winbrew's codebases closer together.
      
      The main places the magic constant ':' was being used were:
        - the $PATH environment variable
        - CMAKE-related environment variables
        - pkg-config related environment variables
      
      Closes Homebrew/homebrew#21921.
      
      Signed-off-by: default avatarJack Nagel <jacknagel@gmail.com>
      52ace99f
  24. Jul 29, 2013
  25. Jun 15, 2013
  26. Jun 09, 2013
  27. Jun 05, 2013
  28. Jun 02, 2013
  29. May 23, 2013
  30. May 11, 2013
  31. Apr 08, 2013
  32. Apr 07, 2013
  33. Apr 02, 2013
    • Jack Nagel's avatar
      Requirement: env DSL is evaluated in context of self, not ENV · 1b0f0824
      Jack Nagel authored
      This was meant to support:
      
        env do |req|
          append_path 'PATH', req.some_method
          ...
        end
      
      i.e., the block was evaluated in the context of ENV. But it turned out
      to be not so useful after all, so I'm ripping it out before something
      actually depends on it.
      1b0f0824
  34. Mar 21, 2013
  35. Mar 12, 2013
Loading