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
2016-04-21 16:57:03 +00:00
Annex Fix bug that prevented annex.sshcaching=false configuration from taking effect when on a crippled filesystem. Thanks, divergentdave. 2016-04-20 14:43:43 -04:00
Assistant Preserve execute bits of unlocked files in v6 mode. 2016-04-14 14:47:08 -04:00
Backend
Build only filter out mdwn2man warning, not other warnings 2016-04-20 14:29:54 -04:00
CmdLine calckey: New plumbing command, calculates the key that would be used to refer to a file 2016-04-20 13:50:26 -04:00
Command calckey: New plumbing command, calculates the key that would be used to refer to a file 2016-04-20 13:50:26 -04:00
Config
Database fix bug in unlocked file scanner that skipped over executable unlocked files 2016-04-14 13:07:46 -04:00
debian Isolate test suite from global git config settings. 2016-04-20 15:04:38 -04:00
doc Added a comment 2016-04-21 16:57:03 +00:00
Git
Limit
Logs
Messages
Remote Fix duplicate progress meter display when downloading from a git remote over http with -J. 2016-04-19 13:10:56 -04:00
RemoteDaemon
standalone Avoid setting LOCPATH in linux standalone builds now that ghc has been fixed to not hang when it cannot find locale files. 2016-04-20 12:40:11 -04:00
static
templates
Types
Upgrade Preserve execute bits of unlocked files in v6 mode. 2016-04-14 14:47:08 -04:00
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2016-04-18 18:34:32 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs use a separate tmp dir for the test home 2016-04-20 15:27:59 -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 <https://git-annex.branchable.com/>