CI to automate build of cargo lockfiles on different Alpine releases for git-annex aports https://gitlab.alpinelinux.org/alpine/aports/-/tree/master/community/git-annex
Find a file
2015-10-17 16:29:24 +00:00
Annex Avoid displaying network transport warning when a ssh remote does not yet have an annex.uuid set. 2015-10-15 15:36:54 -04:00
Assistant fix various build warnings, mostly on Windows 2015-10-13 13:24:44 -04:00
Backend use action, not sideAction 2015-10-11 13:29:44 -04:00
Build
CmdLine
Command improve layout and comment 2015-10-15 15:10:14 -04:00
Common
Config
Database avoid ugly error about MVar if the sqlite worker thread crashes 2015-10-12 13:00:22 -04:00
debian Avoid displaying network transport warning when a ssh remote does not yet have an annex.uuid set. 2015-10-15 15:36:54 -04:00
doc Added a comment: Replicating my key for encrypted special remotes 2015-10-17 16:29:24 +00:00
Git fix various build warnings, mostly on Windows 2015-10-13 13:24:44 -04:00
Limit update my email address and homepage url 2015-01-21 12:50:09 -04:00
Logs Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content. 2015-10-12 14:46:47 -04:00
Messages
Remote Avoid displaying network transport warning when a ssh remote does not yet have an annex.uuid set. 2015-10-15 15:36:54 -04:00
RemoteDaemon
standalone
static
templates webapp: Remove the "disable remote" feature from the UI. 2015-09-21 13:05:44 -04:00
Types implement lockContent for ssh remotes 2015-10-09 16:55:41 -04:00
Upgrade
Utility refactor 2015-10-15 10:34:19 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs add a hint about syncing when unable to determine remote uuid 2015-10-15 15:23:48 -04:00
Setup.hs Improve Setup.hs file so that cabal copy --destdir works. Thanks, Magnus_Therning. 2015-08-09 10:30:35 -04:00
stack.yaml put Win32-extras in extra-deps as it's not yet in lts 2015-10-13 12:34:01 -04:00
Test.hs
Types.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Upgrade.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00

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/>