@hackage git-annex5.20141231
manage files with git, without checking their contents into git
Categories
License
GPL-3.0-only
Maintainer
Joey Hess <joey@kitenet.net>
Links
Versions
- 10.20260525 Tue, 26 May 2026
- 10.20260520 Wed, 20 May 2026
- 10.20260421 Tue, 21 Apr 2026
- 10.20260316 Mon, 16 Mar 2026
- 10.20260213 Fri, 13 Feb 2026
- 10.20260115 Fri, 16 Jan 2026 Show all…
Installation
CustomDependencies (0)
- DAV >=1.0
- IfElse
- MissingH
- QuickCheck >=2.1
- SHA
- SafeSemaphore Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
s3
(on by default)
Enable S3 support
webdav
(on by default)
Enable WebDAV support
inotify
(on by default)
Enable inotify support
dbus
(on by default)
Enable dbus support
assistant
(on by default)
Enable git-annex assistant and watch command
webapp
(on by default)
Enable git-annex webapp
webapp-secure
(on by default)
Secure webapp
pairing
(on by default)
Enable pairing
xmpp
(on by default)
Enable notifications using XMPP
dns
(on by default)
Enable the haskell DNS library for DNS lookup
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
tdfa
(on by default)
Use regex-tdfa for wildcards
feed
(on by default)
Enable podcast feed support
quvi
(on by default)
Enable use of quvi to download videos
tahoe
(on by default)
Enable the tahoe special remote
cryptohash
(on by default)
Enable use of cryptohash for checksumming
desktopnotify
(on by default)
Enable desktop environment notifications
torrentparser
(on by default)
Use haskell torrent library to parse torrent files
ekg
(off by default)
Enable use of EKG to monitor git-annex as it runs (at http://localhost:4242/)
network-uri
(on by default)
Get Network.URI from the network-uri package
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/