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 bf7ecd6892
fix export subtree reversion
Fix reversion in last release that caused wrong tree to be written to
remote tracking branch after an export of a subtree.

The invariant "commitsha should have the treesha as its tree"
was not met due to a bug. Guarantee it's met by catting the commitsha
to find its actual tree. A little bit slower, but this is not run often.
2019-05-06 13:57:13 -04:00
Annex fix export subtree reversion 2019-05-06 13:57:13 -04:00
Assistant Drop support for building with aws older than 0.14. 2019-04-19 14:27:59 -04:00
Backend
Build
CmdLine added renameremote command 2019-04-15 13:49:03 -04:00
Command fix export subtree reversion 2019-05-06 13:57:13 -04:00
Config
Database
debian
doc fix export subtree reversion 2019-05-06 13:57:13 -04:00
Git don't empty historyCommitParents 2019-05-01 13:38:40 -04:00
Limit
Logs
Messages
P2P
Remote Merge branch 'master' into import-from-s3 2019-05-01 14:30:52 -04:00
RemoteDaemon
standalone
static
templates
Test
Types Added mimeencoding= term to annex.largefiles expressions. 2019-04-30 12:17:22 -04:00
Upgrade
Utility squelch build warning with old version of quickcheck 2019-05-03 11:02:12 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs Drop support for building with aws older than 0.14. 2019-04-19 14:27:59 -04:00
BuildInfo.hs
CHANGELOG fix export subtree reversion 2019-05-06 13:57:13 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs not a phantom type 2019-04-27 16:18:27 -04:00
Crypto.hs
ghci
git-annex.cabal releasing package git-annex version 7.20190503 2019-05-03 12:48:28 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs Added mimeencoding= term to annex.largefiles expressions. 2019-04-30 12:17:22 -04:00
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-9.9.yaml
stack-windows.yaml
stack.yaml
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/>