tig: don't apply patches to HEAD

master
Jack Nagel 2014-03-13 17:10:48 -05:00
parent f402ebe736
commit fcdeca67cc
1 changed files with 4 additions and 4 deletions

View File

@ -16,10 +16,10 @@ class Tig < Formula
# fixes the problem with displaying/searching multibyte characters # fixes the problem with displaying/searching multibyte characters
# upstream pull request: https://github.com/jonas/tig/issues/99 # upstream pull request: https://github.com/jonas/tig/issues/99
def patches def patches
[ [
"https://github.com/spin6lock/tig/commit/159eff692b24aa05f766f76922b0f2515fbbf415.diff", "https://github.com/spin6lock/tig/commit/159eff692b24aa05f766f76922b0f2515fbbf415.diff",
"https://github.com/spin6lock/tig/commit/70cb91e7d210b92ab012d9819bd20ebe92885bd6.diff" "https://github.com/spin6lock/tig/commit/70cb91e7d210b92ab012d9819bd20ebe92885bd6.diff"
] ] unless build.head?
end end
def install def install