diff options
| author | ilovezfs | 2018-01-15 07:30:56 +0000 |
|---|---|---|
| committer | GitHub | 2018-01-15 07:30:56 +0000 |
| commit | 17f80a44e63d1fb0cbfc48dc602c62bbc01ad8fa (patch) | |
| tree | 420625a658a8ad26c25ea4d5240cc27b8ff89a23 /Library/Homebrew/gitconfig/.gitconfig | |
| parent | 253a41f52370a2625a0e2684f7afa85405cdc5d2 (diff) | |
| download | brew-17f80a44e63d1fb0cbfc48dc602c62bbc01ad8fa.tar.bz2 | |
Revert "Use Homebrew's gitconfig for various commands"
Diffstat (limited to 'Library/Homebrew/gitconfig/.gitconfig')
| -rw-r--r-- | Library/Homebrew/gitconfig/.gitconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Homebrew/gitconfig/.gitconfig b/Library/Homebrew/gitconfig/.gitconfig deleted file mode 100644 index 2f68bde0d..000000000 --- a/Library/Homebrew/gitconfig/.gitconfig +++ /dev/null @@ -1,14 +0,0 @@ -[user] - # Name used in commit messages. - name = Homebrew - # Email used in commit messages. - email = git@brew.sh -[fetch] - # Always prune when fetching (and pulling). - prune = 1 -[core] - # Don't prompt for commit messages for merge commits. - mergeoptions = --no-edit -[credential] - # Use macOS Keychain to store HTTP passwords. - helper = osxkeychain |
