-
- Downloads
Remove `--local` from `git config` commands as it's the default
- The `--local` option doesn't exist in early versions of git (~1.7), but its behaviour is the default (saving in the current repo's .git directory). - As it's the default across versions, we don't need to specify it everywhere. - Reported in Linuxbrew/install issue 78.
Showing
- Library/Homebrew/cmd/update-report.rb 7 additions, 7 deletionsLibrary/Homebrew/cmd/update-report.rb
- Library/Homebrew/dev-cmd/bump-formula-pr.rb 1 addition, 1 deletionLibrary/Homebrew/dev-cmd/bump-formula-pr.rb
- Library/Homebrew/dev-cmd/update-test.rb 2 additions, 2 deletionsLibrary/Homebrew/dev-cmd/update-test.rb
- Library/Homebrew/tap.rb 2 additions, 2 deletionsLibrary/Homebrew/tap.rb
Please register or sign in to comment