diff options
| author | Sean Brandt | 2010-05-18 08:30:16 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2010-08-06 17:20:07 -0700 |
| commit | 58138f4dd269b124570da2db2bd491dda50113b8 (patch) | |
| tree | b9ffa892e1c05fa08e58201b5e8eb53bb793104c /Library/Formula | |
| parent | 7275278809b22994f26db2e2ad31dd535b7b1d2f (diff) | |
| download | homebrew-58138f4dd269b124570da2db2bd491dda50113b8.tar.bz2 | |
have git install git-p4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 |
