diff options
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 56e6d0a93..857ce114b 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -32,6 +32,9 @@ class Git < Formula # Install the git bash completion file (etc+'bash_completion.d').install 'contrib/completion/git-completion.bash' + + # Install git-p4 + bin.install 'contrib/fast-import/git-p4' # these files are exact copies of the git binary, so like the contents # of libexec/git-core lets hard link them |
