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 058193adc6
prevent git-annex log with read-only unmerged git-annex branches
It would display incomplete information, which would differ from the
information displayed with write access. So refuse to display anything.

Sponsored-by: Dartmouth College's Datalad project
2021-12-27 15:44:15 -04:00
Annex handle Annex.Branch.files with read-only unmerged git-annex branches 2021-12-27 15:28:31 -04:00
Assistant handle Annex.Branch.files with read-only unmerged git-annex branches 2021-12-27 15:28:31 -04:00
Backend
Build
CmdLine handle overBranchFileContents with read-only unmerged git-annex branches 2021-12-27 14:30:51 -04:00
Command prevent git-annex log with read-only unmerged git-annex branches 2021-12-27 15:44:15 -04:00
Config
Database
debian
doc handle overBranchFileContents with read-only unmerged git-annex branches 2021-12-27 14:30:51 -04:00
Git wording 2021-12-14 13:53:36 -04:00
Limit
Logs handle Annex.Branch.files with read-only unmerged git-annex branches 2021-12-27 15:28:31 -04:00
Messages
P2P
Remote Fix build with ghc 9.0.1 2021-12-08 15:08:02 -04:00
RemoteDaemon
standalone
static
templates
Test
Types merge git-annex branch in memory in read-only repository 2021-12-27 13:21:15 -04:00
Upgrade
Utility fix build on windows 2021-12-09 13:39:16 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
BuildFlags.hs
BuildInfo.hs
CHANGELOG merge git-annex branch in memory in read-only repository 2021-12-27 13:21:15 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs
Crypto.hs
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
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/>