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
http://joey.kitenet.net/ 4c8ce2d866 test commit at 4:09
2011-05-19 20:09:34 +00:00
Backend Added filename extension preserving variant backends SHA1E, SHA256E, etc. 2011-05-16 11:46:34 -04:00
Command add whenM and unlessM 2011-05-17 03:13:11 -04:00
debian --backend now overrides any backend configured in .gitattributes files. 2011-05-18 19:34:46 -04:00
doc test commit at 4:09 2011-05-19 20:09:34 +00:00
Remote more standard names for whenM and unlessM operators 2011-05-17 11:45:24 -04:00
testdata update unicode FilePath handling 2011-02-11 15:37:37 -04:00
Upgrade Periodically flush git command queue, to avoid boating memory usage too much. 2011-04-07 13:59:31 -04:00
.gitattributes git-annex setup 2011-03-19 18:56:36 -04:00
.gitignore add Remote.Directory 2011-03-30 13:24:36 -04:00
Annex.hs --backend now overrides any backend configured in .gitattributes files. 2011-05-18 19:34:46 -04:00
AnnexQueue.hs Periodically flush git command queue, to avoid boating memory usage too much. 2011-04-07 13:59:31 -04:00
Backend.hs --backend now overrides any backend configured in .gitattributes files. 2011-05-18 19:34:46 -04:00
BackendClass.hs migrate: Support migrating v1 SHA keys to v2 SHA keys with size information that can be used for free space checking. 2011-03-23 17:57:10 -04:00
BackendList.hs only enable SHA backends that configure finds support for 2011-03-02 13:47:45 -04:00
Base64.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
CHANGELOG symlinks 2010-10-27 15:14:59 -04:00
CmdLine.hs Periodically flush git command queue, to avoid boating memory usage too much. 2011-04-07 13:59:31 -04:00
Command.hs better multiword parameter handling 2011-05-16 12:25:54 -04:00
Config.hs make encrypted remotes have slightly higher costs 2011-04-17 01:13:21 -04:00
configure.hs gpg recommended 2011-04-16 19:13:05 -04:00
Content.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
CopyFile.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
Crypto.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
CryptoTypes.hs add cipher field to AnnexState 2011-04-16 16:41:46 -04:00
DataUnits.hs tweak 2011-03-26 15:10:12 -04:00
Dot.hs simplified a bunch of Maybe handling 2011-05-15 03:38:08 -04:00
git-annex-shell.hs add whenM and unlessM 2011-05-17 03:13:11 -04:00
git-annex.hs put in utf8 forcing workaround 2011-03-08 18:05:20 -04:00
GitAnnex.hs status: New subcommand to show info about an annex, including its size. 2011-05-16 21:18:34 -04:00
GitQueue.hs avoid list traverse on queue 2011-04-07 15:00:29 -04:00
GitRepo.hs more standard names for whenM and unlessM operators 2011-05-17 11:45:24 -04:00
GPL symlinks 2010-10-27 15:14:59 -04:00
INSTALL symlinks 2010-10-27 15:14:59 -04:00
Key.hs move quickcheck Arbitrary declaration into test suite 2011-04-25 15:28:41 -04:00
LocationLog.hs more monadic operator use 2011-05-15 15:27:49 -04:00
Locations.hs more pointless monadic golfing 2011-05-16 14:49:28 -04:00
Makefile don't optimise test suite 2011-05-15 12:32:18 -04:00
mdwn2man mwdn2man: Fix a bug in newline supression. Closes: #606578 2010-12-10 17:27:02 -04:00
Messages.hs Maybe reduction pass 2 2011-05-15 12:25:58 -04:00
Options.hs --backend now overrides any backend configured in .gitattributes files. 2011-05-18 19:34:46 -04:00
README add README 2011-05-13 19:20:54 -04:00
Remote.hs releasing version 0.20110516 2011-05-16 15:01:05 -04:00
RemoteClass.hs RemoteConfig type 2011-04-15 15:09:36 -04:00
RsyncFile.hs rename 2011-02-28 16:25:31 -04:00
Ssh.hs refactor 2011-04-09 14:26:32 -04:00
StatFS.hsc kFreeBSD support 2011-03-23 13:10:20 -04:00
test.hs support remote config values with spaces and other characters 2011-05-16 13:07:56 -04:00
TestConfig.hs refactor 2011-04-08 00:18:09 -04:00
Touch.hsc fix typo 2011-03-20 18:06:06 -04:00
Trust.hs use ShellParam type 2011-02-28 16:18:55 -04:00
Types.hs rename file 2011-03-15 22:04:50 -04:00
Upgrade.hs No longer auto-upgrade to repository format 2, to avoid accidental upgrades, etc. Use git-annex upgrade when you're ready to run this version. 2011-03-19 18:33:39 -04:00
Utility.hs more standard names for whenM and unlessM operators 2011-05-17 11:45:24 -04:00
UUID.hs more monadic operator use 2011-05-15 15:27:49 -04:00
Version.hs some reorg and further remote generalization 2011-03-27 21:43:25 -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/>