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
2021-06-25 12:06:49 -04:00
Annex avoid using temp file size when deciding whether to retry failed transfer 2021-06-25 12:04:23 -04:00
Assistant comment typo 2021-04-08 13:08:01 -04:00
Backend use fastDebug everywhere it can be used 2021-04-06 15:41:24 -04:00
Build Windows: Correct the path to the html help file for 64 bit build. 2021-02-24 13:19:42 -04:00
CmdLine --size-limit exit 101 2021-06-04 16:43:47 -04:00
Command push synced/master before synced/git-annex 2021-06-21 12:32:21 -04:00
Config
Database verify associated files when checking numcopies 2021-06-15 11:14:52 -04:00
debian
doc Added a comment 2021-06-25 15:07:55 +00:00
Git remove unnecessary liftIO 2021-06-07 14:51:12 -04:00
Limit fix longstanding indeterminite preferred content for duplicated file problem 2021-05-24 14:07:05 -04:00
Logs Future proof activity log parsing 2021-06-14 14:18:19 -04:00
Messages avoid using temp file size when deciding whether to retry failed transfer 2021-06-25 12:04:23 -04:00
P2P switch from hslogger to purpose-built Utility.Debug 2021-04-05 13:40:31 -04:00
Remote Avoid more than 1 gpg password prompt at the same time 2021-04-27 16:36:44 -04:00
RemoteDaemon switch from hslogger to purpose-built Utility.Debug 2021-04-05 13:40:31 -04:00
standalone
static
templates
Test add test cases for git/annexed conversions 2021-05-10 14:29:57 -04:00
Types Added annex.freezecontent-command and annex.thawcontent-command configs 2021-06-21 14:40:52 -04:00
Upgrade scanAnnexedFiles in smudge --update 2021-06-08 11:37:47 -04:00
Utility display scanning message whenever reconcileStaged has enough files to chew on 2021-06-08 12:48:30 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs --size-limit exit 101 2021-06-04 16:43:47 -04:00
Assistant.hs assistant: Fix a crash on startup by avoiding using forkProcess 2021-05-12 15:08:03 -04:00
Backend.hs incremental checksum on download from ssh or p2p 2021-02-09 17:03:27 -04:00
bash-completion.bash
Benchmark.hs --size-limit exit 101 2021-06-04 16:43:47 -04:00
BuildFlags.hs
BuildInfo.hs
CHANGELOG Added annex.freezecontent-command and annex.thawcontent-command configs 2021-06-21 14:40:52 -04:00
CmdLine.hs --size-limit exit 101 2021-06-04 16:43:47 -04:00
Command.hs
Common.hs
Config.hs
COPYRIGHT
Creds.hs avoid getting creds from environment during autoenable 2021-03-17 09:41:12 -04:00
Crypto.hs
git-annex.cabal releasing package git-annex version 8.20210621 2021-06-21 12:17:46 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Key.hs use GIT keys for export of non-annexed files 2021-03-05 14:12:11 -04:00
Limit.hs New matching options --excludesamecontent and --includesamecontent 2021-05-25 13:08:18 -04:00
Logs.hs filter-branch working aside from some edge cases 2021-05-17 13:24:58 -04:00
Makefile remove now redundant -O0 2021-05-07 11:25:34 -04:00
Messages.hs clear progress bar before displaying messages 2021-06-15 20:51:40 -04:00
NEWS
README
Remote.hs
Setup.hs
stack.yaml
Test.hs Added annex.freezecontent-command and annex.thawcontent-command configs 2021-06-21 14:40:52 -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/>