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
Joey Hess 9e48c04d15 info: Don't allow use in a non-git-annex repository, since it uses the git-annex branch and would create it if it were missing.
I made the change to allow in 2014 without any rationalle or associated
request that I can find.
2015-09-16 12:25:43 -04:00
Annex avoid auto-enabling a remote that's already enabled 2015-09-14 15:34:15 -04:00
Assistant Special remotes configured with autoenable=true will be automatically enabled when git-annex init is run. 2015-09-14 14:49:48 -04:00
Backend
Build git for windows includes curl, so avoid bundling it 2015-09-11 14:01:42 -04:00
CmdLine Improve bash completion, so it completes names of remotes and backends in appropriate places. 2015-09-14 13:19:04 -04:00
Command info: Don't allow use in a non-git-annex repository, since it uses the git-annex branch and would create it if it were missing. 2015-09-16 12:25:43 -04:00
Common
Config
Database
debian info: Don't allow use in a non-git-annex repository, since it uses the git-annex branch and would create it if it were missing. 2015-09-16 12:25:43 -04:00
doc Merge branch 'newwinrelease' 2015-09-16 12:00:01 -04:00
Git Switched to using git for Windows, rather than msysgit. 2015-09-10 19:16:30 -04:00
Limit
Logs Fix bug in combination of preferred and required content settings. When one was set to the empty string and the other set to some expression, this bug caused all files to be wanted, instead of only files matching the expression. 2015-09-15 12:50:14 -04:00
Messages
Remote annex.hardlink extended to also try to use hard links when copying from the repository to a remote. 2015-09-14 12:13:38 -04:00
RemoteDaemon
standalone fix PATH 2015-09-11 13:46:29 -04:00
static
templates
Types
Upgrade
Utility improve comment 2015-09-15 13:12:21 -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 prep release 2015-09-16 10:31:41 -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
Setup.hs
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/>