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-19 15:15:04 -04: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 Debian: Remote menu file, since a desktop file is provided and lintian says there can be only one. 2015-10-19 14:23:48 -04:00
doc 2015 user survey 2015-10-19 15:15:04 -04:00
Git fix various build warnings, mostly on Windows 2015-10-13 13:24:44 -04:00
Limit
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 remove verbose flag; aws deps fixed 2015-10-19 13:54:10 -04:00
static
templates
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 fix lockKey to run callback in original Annex monad, not local remote's 2015-10-09 13:35:28 -04:00
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 prep release 2015-10-19 14:08:14 -04:00
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
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
Upgrade.hs

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