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-03-12 15:58:36 -04:00
Annex detect renames during commit, and .. um, do nothing special because it's lunch time 2013-03-11 12:56:47 -04:00
Assistant fix warning 2013-03-12 15:47:30 -04:00
Backend
Build Build/mdwn2man: don't rely on perl being installed in /usr/bin; instead find it in $PATH 2013-02-28 16:04:46 -04:00
Command fix relaxed with existing file 2013-03-12 15:58:36 -04:00
Common
debian reorg 2013-03-12 08:24:18 -04:00
doc fix relaxed with existing file 2013-03-12 15:58:36 -04:00
Git webapp: DTRT when told to create a git repo that already exists. 2013-03-12 08:09:31 -04:00
Locations webapp: New preferences page allows enabling/disabling debug logging at runtime, as well as configuring numcopies and diskreserve. 2013-03-03 17:07:27 -04:00
Logs show an error message if garbage is provided to dropunused 2013-03-03 20:04:24 -04:00
Messages
Remote GnuPG options for symmetric encryption. 2013-03-11 09:48:38 -04:00
standalone LD_LIBRARY_PATH todo 2013-03-05 12:02:44 -04:00
static
templates show build flags on webapp about page 2013-03-09 14:59:38 -04:00
Types GnuPG options for symmetric encryption. 2013-03-11 09:48:38 -04:00
Upgrade git subcommand cleanup 2013-03-03 13:39:07 -04:00
Utility got hdevtools working on the git-annex source tree 2013-03-12 05:51:34 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs tweak 2013-03-12 06:45:56 -04:00
Backend.hs
BuildFlags.hs add build flags to version output 2013-03-09 14:57:23 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs git subcommand cleanup 2013-03-03 13:39:07 -04:00
configure.hs
COPYRIGHT
Creds.hs GnuPG options for symmetric encryption. 2013-03-11 09:48:38 -04:00
Crypto.hs linelength 2013-03-12 05:05:33 -04:00
Fields.hs
ghci
git-annex.cabal got hdevtools working on the git-annex source tree 2013-03-12 05:51:34 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs linelength 2013-03-12 05:05:33 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs linelength 2013-03-12 05:05:33 -04:00
Locations.hs
Makefile got hdevtools working on the git-annex source tree 2013-03-12 05:51:34 -04:00
Messages.hs print a warning message when garbage is received from configlist 2013-03-04 23:27:18 -04:00
Meters.hs
NEWS
Option.hs
README
Remote.hs two types of byName 2013-03-05 15:43:56 -04:00
Seek.hs
Setup.hs
Test.hs more test output improvements 2013-02-28 01:21:22 -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/>