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
https://www.google.com/accounts/o8/id?id=AItOawmj9PMP_cTZvlEbxJ1eqeLCb25bTU6o1pg 33d753f9fe
2014-02-05 22:24:08 +00:00
Annex fix failing test case on Windows 2014-02-03 10:20:18 -04:00
Assistant fix reversion on repo deletion 2014-02-03 14:20:39 -04:00
Backend
Build
CmdLine
Command add test case & fix conflict resolution bug on Windows & FAT 2014-02-04 17:24:12 -04:00
Common
Config
debian add test case & fix conflict resolution bug on Windows & FAT 2014-02-04 17:24:12 -04:00
doc 2014-02-05 22:24:08 +00:00
Git
Limit
Logs avoid using openFile when withFile can be used 2014-02-03 10:19:06 -04:00
Messages
Remote fix failing test case on Windows 2014-02-03 10:20:18 -04:00
standalone
static
templates remove Retry button 2014-01-31 20:53:34 -04:00
Types Added ways to configure rsync options to be used only when uploading or downloading from a remote. Useful to eg limit upload bandwidth. 2014-02-02 16:06:34 -04:00
Upgrade
Utility avoid using openFile when withFile can be used 2014-02-03 10:19:06 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
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 exclude user pages and devblog from doc build 2014-02-02 16:16:47 -04:00
Messages.hs
NEWS
README
Remote.hs improve sync with xmpp and annex-ignore 2014-02-01 10:33:55 -04:00
Setup.hs
Test.hs add test case & fix conflict resolution bug on Windows & FAT 2014-02-04 17:24:12 -04:00
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 <http://git-annex.branchable.com/>