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 5877a15d7b
fix hard links when upgrading from direct mode
When upgrading a direct mode repo to v7 with adjusted unlocked branches,
fix a bug that prevented annex.thin from taking effect for the files in
working tree.

The hard links used to be ok, but commit 8e22114735 accidentially
broke them. It repopulates the worktree file, which is already a hard link,
and when it's creating the new file, the link count is already 2, and so it
doesn't make a hard link then.
2019-08-26 13:54:39 -04:00
Annex fix hard links when upgrading from direct mode 2019-08-26 13:54:39 -04:00
Assistant assistant: When creating a new repository use v7 adjusted branches with annex.thin 2019-08-26 12:54:14 -04:00
Backend
Build
CmdLine
Command info: error out when file matching options used on non-directory 2019-08-24 13:20:19 -04:00
Config
Database
debian
doc assistant: When creating a new repository use v7 adjusted branches with annex.thin 2019-08-26 12:54:14 -04:00
Git
Limit
Logs
Messages
P2P
Remote
RemoteDaemon
standalone
static
templates webapp: remove configurators for obsolste cloud storage services 2019-01-22 11:48:35 -04:00
Test
Types
Upgrade fix hard links when upgrading from direct mode 2019-08-26 13:54:39 -04:00
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG fix hard links when upgrading from direct mode 2019-08-26 13:54:39 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal move module only used by assistant 2019-08-26 12:32:45 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs
Limit.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.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/>