@hackage git-annex6.20160527
manage files with git, without checking their contents into git
Categories
License
GPL-3.0-only
Maintainer
Joey Hess <id@joeyh.name>
Links
Versions
- 10.20250320 Thu, 20 Mar 2025
- 10.20250115 Wed, 15 Jan 2025
- 10.20250102 Thu, 2 Jan 2025
- 10.20241202 Mon, 2 Dec 2024
- 10.20241031 Thu, 31 Oct 2024
- 10.20240927 Mon, 30 Sep 2024 Show all…
Installation
CustomDependencies (0)
- Win32
- base >=4.5 && <5.0
- bytestring
- containers >=0.5.0.0
- deepseq
- directory Show all…
Dependents (1)
@hackage/acme-everything
Package 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
ekg
(off by default)
Enable use of EKG to monitor git-annex as it runs (at http://localhost:4242/)
benchmark
(off by default)
Enable benchmarking
network-uri
(on by default)
Get Network.URI from the network-uri package
cryptonite
(on by default)
Use the cryptonite library, instead of the older cryptohash
dbus
(on by default)
Enable dbus support
xmpp
(on by default)
Enable notifications using XMPP
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/