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
pellman.john@e59e5c6d98d49cd9632d6fbe0c5026ddc71d52fd afd72811c6 Added a comment: Re: Inconsistent idiom
2019-03-28 03:59:04 +00:00
Annex
Assistant
Backend
Build fix build 2019-03-18 16:38:22 -04:00
CmdLine
Command import: Let --force overwrite symlinks, not only regular files 2019-03-18 16:40:15 -04:00
Config Add -- before %f in the smudge/clean filter configuration 2019-03-18 14:12:13 -04:00
Database
debian debian: fix for install-misc being renamed to install-desktop 2019-03-26 21:10:17 -04:00
doc Added a comment: Re: Inconsistent idiom 2019-03-28 03:59:04 +00:00
Git fix test suite when git is too old to understand --allow-unrelated-histories 2019-03-22 13:49:22 -04:00
Limit
Logs
Messages
P2P minor typos 2019-03-27 11:15:20 -04:00
Remote fix back-compat with old git-annex 2019-03-22 12:27:41 -04:00
RemoteDaemon update licenses from GPL to AGPL 2019-03-13 15:48:14 -04:00
standalone
static
templates
Test
Types
Upgrade
Utility fix build with older QuickCheck 2019-03-22 10:07:16 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 7.20190322 2019-03-22 13:57:17 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal improve error message 2019-03-22 12:23:59 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile Makefile: Added install-home target which installs git-annex into the HOME directory 2019-03-18 12:36:03 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml
Test.hs fix test suite when git is too old to understand --allow-unrelated-histories 2019-03-22 13:49:22 -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/>