@hackage / git-annex

manage files with git, without checking their contents into git

6.20171003

About

Metadata

  • Last updated , by JoeyHess
  • License GPL-3.0-only
  • Maintained by: Joey Hess <id@joeyh.name>

  • Lottery factor: 1

Links

Installation

This package uses the Custom cabal build type

Package Flags

Use the -f option with cabal commands to enable flags

    s3 (on by default)

    Enable S3 support

    webdav (on by default)

    Enable WebDAV support

    assistant (on by default)

    Enable git-annex assistant and watch command

    webapp (on by default)

    Enable git-annex webapp

    pairing (on by default)

    Enable pairing

    production (on by default)

    Enable production build (slower build; faster binary)

    android (off by default)

    Cross building for Android

    androidsplice (off by default)

    Building to get TH splices for Android

    testsuite (on by default)

    Embed the test suite into git-annex

    torrentparser (on by default)

    Use haskell torrent library to parse torrent files

    magicmime (on by default)

    Use libmagic to determine file MIME types

    concurrentoutput (on by default)

    Use concurrent-output library

    benchmark (off by default)

    Enable benchmarking

    network-uri (on by default)

    Get Network.URI from the network-uri package

    dbus (on by default)

    Enable dbus support

Readme

git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, checksumming time, or disk space.

For documentation, see doc/ or https://git-annex.branchable.com/