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
chkno@50332f55d5ef2f4b7c6bec5253b853a8f2dc770e 36623e963e Added a comment: Interim shell scripts
2020-02-04 06:43:04 +00:00
Annex Display a warning when concurrency is enabled but ssh connection caching is not enabled or won't work due to a crippled filesystem 2020-01-23 12:35:46 -04:00
Assistant add LISTCONFIGS to external special remote protocol 2020-01-17 16:07:17 -04:00
Backend
Build
CmdLine initremote --describe-other-params 2020-01-20 16:05:51 -04:00
Command support git remotes that need http basic auth 2020-01-22 16:16:19 -04:00
Config separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -04:00
Database
debian
doc Added a comment: Interim shell scripts 2020-02-04 06:43:04 +00:00
Git support git remotes that need http basic auth 2020-01-22 16:16:19 -04:00
Limit
Logs be stricter about rejecting invalid configurations for remotes 2020-01-10 14:52:48 -04:00
Messages handle git-credential prompt in -J mode 2020-01-22 16:42:15 -04:00
P2P
Remote support git remotes that need http basic auth 2020-01-22 16:16:19 -04:00
RemoteDaemon
standalone Display a warning when concurrency is enabled but ssh connection caching is not enabled or won't work due to a crippled filesystem 2020-01-23 12:35:46 -04:00
static
templates
Test
Types include passthrough params in --describe-other-params 2020-01-20 16:53:27 -04:00
Upgrade
Utility handle git-credential prompt in -J mode 2020-01-22 16:42:15 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
bash-completion.bash
Benchmark.hs
build.bat
BuildFlags.hs
BuildInfo.hs
CHANGELOG releasing package git-annex version 7.20200202.7 2020-02-02 16:55:38 -04:00
CmdLine.hs
Command.hs
Common.hs
Config.hs separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -04:00
COPYRIGHT
Creds.hs ported Remote.External 2020-01-15 13:01:22 -04:00
Crypto.hs separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -04:00
ghci
git-annex.cabal oh I lost my version bump here 2020-02-02 17:03:00 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Key.hs fix Arbitrary AssociatedFile to not crash when LANG=C 2020-02-02 16:37:25 -04:00
Limit.hs
Logs.hs
Makefile Makefile: Move the fish completion to the vendor_completions.d directory. 2020-01-23 16:42:08 -04:00
Messages.hs handle git-credential prompt in -J mode 2020-01-22 16:42:15 -04:00
NEWS
README
Remote.hs
Setup.hs
stack-lts-12.14.yaml
stack.yaml
Test.hs separate RemoteConfig parsing basically working 2020-01-14 12:35:08 -04:00
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/>