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 f77979b8b5 improved git-annex branch changing
All changes to files in the branch are now made via pure functions that
transform the old file into the new. This will allow adding locking
to prevent read/write races. It also makes the code nicer, and purer.

I noticed a behavior change, really a sort of bug fix. Before,
'git annex untrust foo --trust bar' would change both trust levels
permanantly, now the --trust doesn't get stored.
2011-10-03 15:41:25 -04:00
Backend go go gadget hlint 2011-09-20 23:24:48 -04:00
Build moved files around 2011-08-20 16:11:42 -04:00
Command status: List all known repositories. 2011-09-30 03:20:24 -04:00
debian Contain the zombie hordes.a 2011-10-02 11:16:34 -04:00
doc update 2011-10-03 14:48:04 -04:00
Git convert all git read/write functions to use ByteStrings 2011-09-29 23:48:57 -04:00
Messages avoid showing json lists of remotes when not in json mode 2011-09-02 16:44:04 -04:00
Remote refactor 2011-09-23 18:13:24 -04:00
Types refactor catfile code 2011-09-28 15:17:36 -04:00
Upgrade improved git-annex branch changing 2011-10-03 15:41:25 -04:00
Utility make unused check branches and tags too 2011-09-28 16:43:10 -04:00
.gitattributes decruft 2011-06-22 18:56:08 -04:00
.gitignore split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
Annex.hs refactor catfile code 2011-09-28 15:17:36 -04:00
AnnexQueue.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
Backend.hs make unused check branches and tags too 2011-09-28 16:43:10 -04:00
Branch.hs improved git-annex branch changing 2011-10-03 15:41:25 -04:00
CatFile.hs refactor catfile code 2011-09-28 15:17:36 -04:00
CHANGELOG symlinks 2010-10-27 15:14:59 -04:00
CmdLine.hs when all you have is a zombie, everything looks like a shotgun 2011-10-02 11:42:34 -04:00
Command.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
Config.hs rework annex-ignore handling 2011-09-18 20:11:39 -04:00
configure.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
Content.hs refactor 2011-09-23 18:13:24 -04:00
Crypto.hs when all you have is a zombie, everything looks like a shotgun 2011-10-02 11:42:34 -04:00
git-annex-shell.hs split groups of related functions out of Utility 2011-08-22 16:14:12 -04:00
git-annex.cabal releasing version 3.20110928 2011-09-28 19:17:12 -04:00
git-annex.hs renamed GitRepo to Git 2011-06-30 13:21:39 -04:00
git-union-merge.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
Git.hs convert all git read/write functions to use ByteStrings 2011-09-29 23:48:57 -04:00
GitAnnex.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
GPL symlinks 2010-10-27 15:14:59 -04:00
Init.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
INSTALL symlinks 2010-10-27 15:14:59 -04:00
Limit.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
LocationLog.hs improved git-annex branch changing 2011-10-03 15:41:25 -04:00
Locations.hs finished hlint pass 2011-07-15 12:47:14 -04:00
Makefile Fix build without S3. 2011-09-07 10:21:19 -04:00
mdwn2man mwdn2man: Fix a bug in newline supression. Closes: #606578 2010-12-10 17:27:02 -04:00
Messages.hs more newline fixes 2011-09-09 01:45:41 -04:00
Options.hs go go gadget hlint 2011-09-20 23:24:48 -04:00
PresenceLog.hs improved git-annex branch changing 2011-10-03 15:41:25 -04:00
README add README 2011-05-13 19:20:54 -04:00
Remote.hs less space 2011-09-30 16:21:28 -04:00
RemoteLog.hs improved git-annex branch changing 2011-10-03 15:41:25 -04:00
Setup.hs cabal can now be used to build git-annex. 2011-06-30 14:55:03 -04:00
test.hs ssh 2011-09-29 21:11:48 -04:00
Trust.hs improved git-annex branch changing 2011-10-03 15:41:25 -04:00
Types.hs rename modules for data types into Types/ directory 2011-06-01 21:56:04 -04:00
Upgrade.hs improve version checking for v3 2011-06-22 18:07:45 -04:00
Utility.hs refactor 2011-09-23 18:13:24 -04:00
UUID.hs improved git-annex branch changing 2011-10-03 15:41:25 -04:00
Version.hs optimise initialized check 2011-08-17 18:38:26 -04:00

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 <http://git-annex.branchable.com/>