Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
git-diffall 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
matthewlmcclure authored and adamv committed Feb 19, 2012
1 parent 5ae547a commit 05ccc25
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Library/Formula/git-diffall.rb
@@ -0,0 +1,13 @@
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

0 comments on commit 05ccc25

Please sign in to comment.