@hackage / git-annex

manage files with git, without checking their contents into git

Latest10.20260624

About

Metadata

  • Last updated , by JoeyHess
  • License AGPL-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

    assistant (on by default)

    Enable git-annex assistant, webapp, and watch command

    production (on by default)

    Enable production build (slower build; faster binary)

    parallelbuild (off by default)

    Enable building in parallel

    botan (off by default)

    Build with the Botan C++ library for faster hashing

    torrentparser (on by default)

    Use haskell torrent library to parse torrent files

    magicmime (on by default)

    Use libmagic to determine file MIME types

    ospath (on by default)

    Use the os-string library and related libraries, for faster filename manipulation

    benchmark (on by default)

    Enable benchmarking

    debuglocks (off by default)

    Debug location of MVar/STM deadlocks

    dbus (on by default)

    Enable dbus support

    blake3 (on by default)

    Enable BLAKE3 support

    xxh3 (off by default)

    Enable XXH3 support

Readme

git-annex allows managing large files with git, without storing the file contents in git. It can sync, backup, and archive your data, offline and online. Checksums and encryption keep your data safe and secure. Bring the power and distributed nature of git to bear on your large files with git-annex.

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