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
https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA 6d342d5490 Added a comment
2013-04-18 05:56:41 +00:00
Annex Allow rsync to use other remote shells. 2013-04-13 19:26:24 -04:00
Assistant refactor static route definition -- android webapp build fix 2013-04-17 01:37:08 -04:00
Backend
Build tighten search and replace slightly 2013-04-17 13:18:53 -04:00
Command fsck: Check content of direct mode files (only when the inode cache thinks they are unmodified). 2013-04-16 16:20:30 -04:00
Common Use lower case hash directories for storing files on crippled filesystems, same as is already done for bare repositories. 2013-04-04 15:46:33 -04:00
Config
debian releasing version 4.20130417 2013-04-17 11:16:44 -04:00
doc Added a comment 2013-04-18 05:56:41 +00:00
Git
GitAnnex
Locations
Logs connect existing meters to the transfer log for downloads 2013-04-11 17:32:31 -04:00
Messages
Remote fix tab damage 2013-04-13 19:26:59 -04:00
standalone only one more source file to go before the android webapp links.. but not tonight 2013-04-17 01:32:05 -04:00
static animate syncing and other activity icons 2013-04-08 22:54:02 -04:00
templates format transcript better 2013-04-16 17:42:24 -04:00
Types Allow rsync to use other remote shells. 2013-04-13 19:26:24 -04:00
Upgrade Use lower case hash directories for storing files on crippled filesystems, same as is already done for bare repositories. 2013-04-04 15:46:33 -04:00
Utility Fall back to internal url downloader when built without curl. 2013-04-16 15:42:51 -04:00
.ghci
.gitattributes
.gitignore ignore *.o and *.hi, which are now all removed on clean 2013-04-14 16:58:15 -04:00
Annex.hs turn on PackageImports globally 2013-04-13 18:12:44 -04:00
Assistant.hs webapp: New --listen= option allows running the webapp on one computer and connecting to it from another. 2013-04-08 15:04:35 -04:00
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs seems I need PackageImports here for configure 2013-04-14 13:20:01 -04:00
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs Generate ciphers with a better entropy. 2013-04-06 16:09:51 -04:00
Fields.hs
ghci
git-annex.cabal releasing version 4.20130417 2013-04-17 11:16:44 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs catch exception when making fifo fails 2013-04-04 14:25:20 -04:00
INSTALL
Limit.hs clean up urlrenderer handling when the webapp is not built 2013-04-03 17:48:54 -04:00
Locations.hs Use lower case hash directories for storing files on crippled filesystems, same as is already done for bare repositories. 2013-04-04 15:46:33 -04:00
Makefile add missing dep 2013-04-17 11:38:55 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs split out library 2013-04-17 12:02:44 -04:00
Test.hs Generate ciphers with a better entropy. 2013-04-06 16:09:51 -04:00
Types.hs
Upgrade.hs
Usage.hs webapp: New --listen= option allows running the webapp on one computer and connecting to it from another. 2013-04-08 15:04:35 -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/>