| Age | Commit message (Collapse) | Author |
|
|
|
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>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #35890.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
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>
|
|
Closes #33586.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Changed the homegrown test suite to the extensive built in
one in git annex.
|
|
|
|
|
|
Closes #33194.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #31212.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #31157.
|
|
|
|
|
|
|
|
Fixes #30160.
Fixes #30165.
Closes #30192.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
Within a block, Ruby pre-1.8.7 gets confused about the parens in
this case.
Fixes mistydemeo/tigerbrew#194.
|
|
|
|
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.
|