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
Joey Hess b117efc19b deal with http-conduit changing a data type
Pity that the library does not provide a function to extract the status
code from the StatusCodeException, so when they had to add a new field, it
breaks every single place that does it.
2013-02-27 00:07:28 -04:00
Annex annex.version is now set to 4 for direct mode repositories 2013-02-26 15:13:10 -04:00
Assistant webapp: Display any error message from git init if it fails to create a repository. 2013-02-26 13:04:37 -04:00
Backend
Build Android: Support ssh connection caching. 2013-02-19 14:57:45 -04:00
Command annex.version is now set to 4 for direct mode repositories 2013-02-26 15:13:10 -04:00
Common
debian deal with http-conduit changing a data type 2013-02-27 00:07:28 -04:00
doc Added a comment 2013-02-27 01:12:30 +00:00
Git Additional GIT_DIR support bugfixes. May actually work now. 2013-02-23 12:41:22 -04:00
Locations
Logs
Messages
Remote deal with http-conduit changing a data type 2013-02-27 00:07:28 -04:00
standalone autostart assistant 2013-02-26 15:42:29 -04:00
static
templates webapp: Can now add a new local repository, and make it sync with the main local repository. 2013-02-18 20:37:26 -04:00
Types start to support core.symlinks=false 2013-02-15 16:03:11 -04:00
Upgrade annex.version is now set to 4 for direct mode repositories 2013-02-26 15:13:10 -04:00
Utility webapp: Display any error message from git init if it fails to create a repository. 2013-02-26 13:04:37 -04:00
.ghci
.gitattributes
.gitignore add ctags generation 2013-01-29 22:35:10 +11:00
Annex.hs Direct mode: Support filesystems like FAT which can change their inodes each time they are mounted. 2013-02-19 17:31:03 -04:00
Assistant.hs fix build with webapp disabled 2013-02-06 15:38:41 -04:00
Backend.hs fully support core.symlinks=false in all relevant symlink handling code 2013-02-17 16:43:14 -04:00
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs Common.hs: System.Path is exported by "MissingH" and "pathtype" package 2013-02-23 17:05:44 +01:00
Config.hs crippled filesystem support, probing and initial support 2013-02-14 14:15:26 -04:00
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal expose regex-compat 2013-02-26 23:58:36 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs annex.version is now set to 4 for direct mode repositories 2013-02-26 15:13:10 -04:00
INSTALL
Limit.hs fix * glob matching files in subdirectories 2013-02-26 14:35:39 -04:00
Locations.hs Additional GIT_DIR support bugfixes. May actually work now. 2013-02-23 12:41:22 -04:00
Makefile deal with http-conduit changing a data type 2013-02-27 00:07:28 -04:00
Messages.hs log alerts in notice mode, which is enabled by default 2013-01-15 14:34:39 -04:00
Meters.hs
NEWS
Option.hs log alerts in notice mode, which is enabled by default 2013-01-15 14:34:39 -04:00
README
Remote.hs
Seek.hs make adding modified files work on crippled filesystems 2013-02-20 14:12:55 -04:00
Setup.hs
test.hs fix * glob matching files in subdirectories 2013-02-26 14:35:39 -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/>