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 47338bf270
support modifying and running git add on an unlocked file that used an URL key
Avoids the smudge --clean filter failing because URL keys do not support
genKey. Instead the modified content will be added using the default
backend.

This commit was sponsored by Jochen Bartl on Patreon.
2021-01-25 17:37:16 -04:00
Annex adjust: Fix some bad behavior when unlocked files use URL keys. 2021-01-25 17:25:42 -04:00
Assistant
Backend
Build
CmdLine
Command support modifying and running git add on an unlocked file that used an URL key 2021-01-25 17:37:16 -04:00
Config
Database
debian
doc support modifying and running git add on an unlocked file that used an URL key 2021-01-25 17:37:16 -04:00
Git avoid partial functions in Git.Url 2021-01-18 15:07:23 -04:00
Limit
Logs
Messages
P2P
Remote fix export overwrite on FAT 2021-01-25 13:31:17 -04:00
RemoteDaemon
standalone
static
templates
Test
Types
Upgrade
Utility fix problem on windows with newly rewritten prop_relPathDirToFileAbs_basics 2021-01-22 14:30:48 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG support modifying and running git add on an unlocked file that used an URL key 2021-01-25 17:37:16 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal update copyright year 2021-01-22 14:00:36 -04:00
git-annex.hs
git-union-merge.hs
Git.hs avoid crashing when there are remotes using unparseable urls 2021-01-18 14:59:08 -04:00
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
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/>