aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-annex.rb
AgeCommit message (Collapse)Author
2015-02-06git-annex: update 5.20150205 bottle.BrewTestBot
2015-02-06git-annex: force older utf8-string and add quvi dependencyDavid Christenson
Fix dependency building by forcing usage of an older version of 'utf8-string' that 'feed' currently requires. Add 'quvi' dependency. Closes #36319. Closes #36605. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-02-06git-annex 5.20150205David Christenson
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-01-19git-annex: update 5.20150113 bottle.BrewTestBot
2015-01-19git-annex 5.20150113Carl Moden
Closes #35890. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-19git-annex: update 5.20141125 bottle.BrewTestBot
2014-11-19git-annex 5.20141125Carl Moden
Remove fixup code for bad bare repositories created by versions 5.20131118 through 5.20131127. That fixup code would accidentially fire when --git-dir was incorrectly pointed at the working tree of a git-annex repository, possibly resulting in data loss. Closes: #768093 Windows: Fix crash when user.name is not set in git config. Closes #33959. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-26git-annex: update 5.20141024 bottle.BrewTestBot
Closes #33586. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-26git-annex: test using built in test suite.Carl Moden
Changed the homegrown test suite to the extensive built in one in git annex.
2014-10-26git-annex 5.20141024Carl Moden
2014-10-15git-annex: update 5.20141013 bottle.BrewTestBot
2014-10-15git-annex 5.20141013Carl Moden
Closes #33194. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-15git-annex: blacklist clang on 10.7Jack Nagel
2014-07-29git-annex: update 5.20140717 bottle.BrewTestBot
Closes #31212. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-29git-annex 5.20140717Tomasz Pajor
Closes #31157.
2014-07-29git-annex: use double-quotes.Mike McQuaid
2014-07-24git-annex: use gcc version_suffix class method.Mike McQuaid
2014-06-16git-annex: update 5.20140613 bottle.BrewTestBot
2014-06-16git-annex 5.20140613Tomasz Pajor
Fixes #30160. Fixes #30165. Closes #30192. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-16git-annex: update 5.20140421 bottle.BrewTestBot
2014-05-16git-annex: use unversioned gcc binary name.Mike McQuaid
2014-05-10git-annex: adjust assert for Ruby pre-1.8.7Misty De Meo
Within a block, Ruby pre-1.8.7 gets confused about the parens in this case. Fixes mistydemeo/tigerbrew#194.
2014-05-07git-annex: add 5.20140421 bottle.BrewTestBot
2014-05-07git-annex: 5.20140421Gaëtan Lehmann
installing git-annex with cabal-install is quite long and requires to install some heavy packages. It also has several external lib dependencies and needs a few configuration flags to build so it is quite difficult to install too. This formula should make it easy and quick to install with a bottle. The huge number of haskell dependencies is built within the formula and statically linked to git-annex. The haskell libraries built are discarded - cabal-install should be used instead of this package in order to keep them.