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 c2cbe5619b
add stat check
I have a strace taken on a lustre filesystem on which link() returned 0,
but didn't actually succeed, since the file already existed.

One of the linux man pages recommended using link followed by checking like
this. I was reading it yesterday, but cannot find it now.
2015-11-13 13:22:45 -04:00
Annex convert from Utility.LockPool to Annex.LockPool everywhere 2015-11-12 18:13:37 -04:00
Assistant assistant: Pass ssh-options through 3 more git pull/push calls that were missed before. 2015-11-10 16:52:30 -04:00
Backend
Build
CmdLine
Command display a message in the unlikely scenario of fsking a dead repository 2015-11-10 14:44:58 -04:00
Common
Config
Database
debian pid locking configuration and abstraction layer for git-annex 2015-11-12 17:50:34 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2015-11-12 18:24:56 -04:00
Git work around git check-ignore --batch bad exit status bug, and bring back import -J 2015-11-06 15:39:51 -04:00
Limit
Logs convert from Utility.LockPool to Annex.LockPool everywhere 2015-11-12 18:13:37 -04:00
Messages fix build warning when built w/o concurrent-output 2015-11-10 13:42:39 -04:00
Remote convert from Utility.LockPool to Annex.LockPool everywhere 2015-11-12 18:13:37 -04:00
RemoteDaemon
standalone Make the git-annex-standalone.deb prevent runshell from installing wrappers into $HOME/.ssh 2015-11-10 12:53:46 -04:00
static
templates
Types convert from Utility.LockPool to Annex.LockPool everywhere 2015-11-12 18:13:37 -04:00
Upgrade
Utility add stat check 2015-11-13 13:22:45 -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
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs pid locking configuration and abstraction layer for git-annex 2015-11-12 17:50:34 -04:00
Logs.hs
Makefile Make git-annex-standalone.deb include the git-annex html documentation, desktop file, and base completion file, same as the regular git-annex.deb. 2015-11-10 13:21:05 -04:00
Messages.hs display a message in the unlikely scenario of fsking a dead repository 2015-11-10 14:44:58 -04:00
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/>