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
https://www.google.com/accounts/o8/id?id=AItOawnb2yfWzJ2lYQw1UTm6XVZ4y8qashNagZA adcdfedaed Added a comment: Re: comment1
2015-02-26 12:48:56 +00:00
Annex avoid crash when starting fsck --incremental when one is already running 2015-02-17 13:30:24 -04:00
Assistant sync, assistant: Include repository name in head branch commit message. 2015-02-11 13:34:05 -04:00
Backend
Build fix let_do parser 2015-02-22 19:39:20 -04:00
CmdLine propigate ssh-options everywhere ssh caching is used 2015-02-12 16:14:53 -04:00
Command unannex: Refuse to unannex when repo is too new to have a HEAD 2015-02-25 13:59:23 -04:00
Common
Config
Database generated TH uses forall 2015-02-22 16:57:19 -04:00
debian Linux standalone: Set LOCPATH=/dev/null to work around https://ghc.haskell.org/trac/ghc/ticket/7695 2015-02-25 16:31:01 -04:00
doc Added a comment: Re: comment1 2015-02-26 12:48:56 +00:00
Git avoid unncessary IO 2015-02-12 15:33:44 -04:00
Limit
Logs
Messages
Remote The ssh-options git config is now used by gcrypt, rsync, and ddar special remotes that use ssh as a transport. 2015-02-12 15:44:10 -04:00
RemoteDaemon propigate ssh-options everywhere ssh caching is used 2015-02-12 16:14:53 -04:00
standalone Linux standalone: Set LOCPATH=/dev/null to work around https://ghc.haskell.org/trac/ghc/ticket/7695 2015-02-25 16:31:01 -04:00
static
templates
Types The ssh-options git config is now used by gcrypt, rsync, and ddar special remotes that use ssh as a transport. 2015-02-12 15:44:10 -04:00
Upgrade
Utility fix intentional typo left in after debugging session, broke quvi support (last release is ok) 2015-02-19 14:31:04 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs comment 2015-02-09 14:16:42 -04:00
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs The file matching options are now only accepted by commands that can actually use them. 2015-02-06 17:16:41 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal Merge branch 'master' into database 2015-02-22 14:12:42 -04:00
git-annex.hs Windows: Fix S3 special remote; need to call withSocketsDo to support Windows. Thanks, Trent. 2015-02-05 14:00:30 -04:00
git-union-merge.hs
Git.hs
INSTALL
Limit.hs relFile does not have to be relative; rename to currFile 2015-02-06 16:03:02 -04:00
Locations.hs use WAL mode to ensure read from db always works, even when it's being written to 2015-02-18 15:54:24 -04:00
Logs.hs
Makefile add unordered-containers 2015-02-22 17:46:34 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs dropdrive drops the leading slash, so need fil:/// 2015-02-11 12:22:43 -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/>