@hackage git-annex8.20210903

manage files with git, without checking their contents into git

  • Installation

    Custom

  • Dependencies (0)

  • Dependents (1)

    @hackage/acme-everything
  • Package Flags

      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)

      torrentparser
       (on by default)

      Use haskell torrent library to parse torrent files

      magicmime
       (on by default)

      Use libmagic to determine file MIME types

      benchmark
       (on by default)

      Enable benchmarking

      debuglocks
       (off by default)

      Debug location of MVar/STM deadlocks

      dbus
       (on by default)

      Enable dbus support

      networkbsd
       (on by default)

      Build with network-3.0 which split out network-bsd

      gitlfs
       (on by default)

      Build with git-lfs library (rather than vendored copy)

      httpclientrestricted
       (on by default)

      Build with http-client-restricted library (rather than vendored copy)

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/