mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 20:50:29 +00:00
Refer to default branch in links with HEAD
Anywhere we can use `blob/master` we can use `blob/HEAD` instead. This will make life easier if we ever rename our default branch in future (once/if Git and GitHub provides the necessary tooling to do so).
This commit is contained in:
+2
-2
@@ -2,13 +2,13 @@
|
||||
|
||||
## Supported Xcode versions
|
||||
Homebrew supports and recommends the latest Xcode and/or Command Line
|
||||
Tools available for your platform (see `OS::Mac::Xcode.latest_version` and `OS::Mac::CLT.latest_version` in [`Library/Homebrew/os/mac/xcode.rb`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac/xcode.rb)).
|
||||
Tools available for your platform (see `OS::Mac::Xcode.latest_version` and `OS::Mac::CLT.latest_version` in [`Library/Homebrew/os/mac/xcode.rb`](https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/os/mac/xcode.rb)).
|
||||
|
||||
## Updating for new Xcode releases
|
||||
When a new Xcode release is made, the following things need to be
|
||||
updated:
|
||||
|
||||
* In [`Library/Homebrew/os/mac/xcode.rb`](https://github.com/Homebrew/brew/blob/master/Library/Homebrew/os/mac/xcode.rb)
|
||||
* In [`Library/Homebrew/os/mac/xcode.rb`](https://github.com/Homebrew/brew/blob/HEAD/Library/Homebrew/os/mac/xcode.rb)
|
||||
* `OS::Mac::Xcode.latest_version`
|
||||
* `OS::Mac::CLT.latest_version`
|
||||
* `OS::Mac::Xcode.detect_version_from_clang_version`
|
||||
|
||||
Reference in New Issue
Block a user