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-04-01 07:52:54 +00:00
Annex
Assistant move content from remote when user asks to delete it 2013-03-31 19:00:43 -04:00
Backend
Build
Command webapp: Added UI to delete repositories. Closes: #689847 2013-03-31 16:38:05 -04:00
Common
Config
debian move content from remote when user asks to delete it 2013-03-31 19:00:43 -04:00
doc poll vote (don't work on features, work on making it easier to install and use) 2013-04-01 07:52:54 +00:00
Git
GitAnnex
Locations
Logs invalidated the wrong cache when setting preferred content 2013-03-31 19:00:14 -04:00
Messages
Remote
standalone
static
templates tweak button 2013-03-31 19:53:09 -04:00
Types move content from remote when user asks to delete it 2013-03-31 19:00:43 -04:00
Upgrade
Utility minor refactoring 2013-03-30 19:05:51 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs minor wording fixes 2013-03-29 18:06:14 -04:00
Fields.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs let's use words and unwords rather than split and intercalate " " 2013-03-30 18:56:01 -04:00
Init.hs
INSTALL
Limit.hs
Locations.hs
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs webapp: Added UI to delete repositories. Closes: #689847 2013-03-31 16:38:05 -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/>