diff options
| author | Jack Nagel | 2012-07-01 13:58:55 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-01 13:58:55 -0500 |
| commit | e3d0a6f3aa1a99a9705d3f7a7bc0d44fe1a1a756 (patch) | |
| tree | b24deb1c2234c3624df3e5b22add706606cce6a7 | |
| parent | 1bf2742b56df5fb057e8cb192719bbad5877529d (diff) | |
| download | homebrew-e3d0a6f3aa1a99a9705d3f7a7bc0d44fe1a1a756.tar.bz2 | |
Remove git-diffall
This tool is now distributed in the main Git project's contrib
directory.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/git-diffall.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/git-diffall.rb b/Library/Formula/git-diffall.rb deleted file mode 100644 index 3ecd127d2..000000000 --- a/Library/Formula/git-diffall.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'formula' - -class GitDiffall < Formula - homepage 'https://github.com/thenigan/git-diffall' - url 'https://github.com/thenigan/git-diffall/tarball/v1.0.0' - md5 '2a65d879bc4980908d64dcad4a674886' - - head 'https://github.com/thenigan/git-diffall.git' - - def install - bin.install 'git-diffall' - end -end |
