File: comment_15_6fd1fad5b6d9f36620e5a0e99edd2f89._comment

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (9 lines) | stat: -rw-r--r-- 420 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
[[!comment format=mdwn
 username="http://joeyh.name/"
 subject="comment 15"
 date="2012-07-04T13:14:00Z"
 content="""
git-annex will now fall back to slower pure Haskell hashing code if `sha256sum`, etc programs are not in PATH. I'd still recommend installing the coreutils, as they're probably faster.

(The `shasum` command seems to come from a perl library, so I have not tried to make git-annex use that one.)
"""]]