aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions/cmd/brew-versions.rb
AgeCommit message (Collapse)Author
2014-10-02Remove remaining deprecated contributed commands.Mike McQuaid
Moving them to homebrew-boneyard. Closes Homebrew/homebrew#28657.
2014-07-10Deprecate some contributions.Mike McQuaid
This is just a starting point to start discussion. I think we have a few options with contributions: - Stop accepting them altogether and move the ones we need/use/support into core commands - Accept them on an unsupported basis and require they be added manually to the PATH - Actively support and fix bugs in them all Closes Homebrew/homebrew#30749. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-06Remove redundant "which git" guardsJack Nagel
There is always a git executable on PATH due to the git wrapper in Library/Contributions/cmd. The wrapper will notify the user if there is not a real git installed.
2014-06-25brew-versions: move to Contributions.Mike McQuaid
Eventually we'll move Contributions to a tap too. Closes Homebrew/homebrew#30298.