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
2013-11-05 15:41:24 -04:00
Annex refactored hook setup 2013-11-05 15:29:56 -04:00
Assistant fix editing unknown uuid 2013-11-05 12:38:54 -04:00
Backend
Build
Command map: Work when there are gcrypt remotes. 2013-11-04 14:14:44 -04:00
Common
Config
debian automatically set and unset core.bare when switching to/from direct mode 2013-11-05 15:41:24 -04:00
doc support direct mode repositories with core.bare=true (not yet default) 2013-11-05 14:24:28 -04:00
Git automatically set and unset core.bare when switching to/from direct mode 2013-11-05 15:41:24 -04:00
GitAnnex pass -c option on to all git commands run 2013-11-05 13:38:37 -04:00
Limit add --want-get and --want-drop options 2013-10-28 14:50:17 -04:00
Logs
Messages
Remote map: Work when there are gcrypt remotes. 2013-11-04 14:14:44 -04:00
standalone
static
templates get some users out of a corner of the UI they should not have ventured into 2013-11-02 21:06:17 -04:00
Types webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
Upgrade
Utility fix quickcheck range 2013-11-01 11:54:26 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs automatically set and unset core.bare when switching to/from direct mode 2013-11-05 15:41:24 -04:00
Assistant.hs webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs automatically set and unset core.bare when switching to/from direct mode 2013-11-05 15:41:24 -04:00
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal prep release 2013-11-01 11:57:47 -04:00
git-annex.hs
git-recover-repository.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs refactored hook setup 2013-11-05 15:29:56 -04:00
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs uninit now leaves behind copies of the files, due to unannex behavior change 2013-11-01 12:18:16 -04:00
Types.hs
Upgrade.hs
Usage.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 <http://git-annex.branchable.com/>