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
weuceecu 37cf057c5e
2013-02-26 13:41:40 +00:00
Annex fix 2013-02-24 17:40:14 -04:00
Assistant fix inverted logic 2013-02-22 17:01:48 -04:00
Backend SHA*E backends: Exclude non-alphanumeric characters from extensions. 2012-12-20 17:16:55 -04:00
Build Android: Support ssh connection caching. 2013-02-19 14:57:45 -04:00
Command make adding modified files work on crippled filesystems 2013-02-20 14:12:55 -04:00
Common
debian Additional GIT_DIR support bugfixes. May actually work now. 2013-02-23 12:41:22 -04:00
doc 2013-02-26 13:41:40 +00:00
Git Additional GIT_DIR support bugfixes. May actually work now. 2013-02-23 12:41:22 -04:00
Locations
Logs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
Messages
Remote Avoid passing -p to rsync, to interoperate with crippled filesystems. 2013-02-22 15:23:29 -04:00
standalone better incremental building of android utilities, for autobuilder 2013-02-25 23:32:19 -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
Utility Utility/Path.hs: System.Path is exported by "MissingH" and "pathtype" package 2013-02-23 17:05:44 +01: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 convert notBareRepo to a CommandCheck 2012-12-29 14:45:19 -04:00
CmdLine.hs
Command.hs convert notBareRepo to a CommandCheck 2012-12-29 14:45:19 -04:00
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 safe recv-key in direct mode 2013-01-11 16:03:45 -04:00
ghci
git-annex.cabal git-annex.cabal: strip trailing whitespace 2013-02-23 17:05:43 +01:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
GitAnnexShell.hs safe recv-key in direct mode 2013-01-11 16:03:45 -04:00
Init.hs only create inode sentinal file when initializing a new repo 2013-02-20 13:55:53 -04:00
INSTALL
Limit.hs deal with Glob/filemanip conflict 2013-02-16 10:31:59 -04:00
Locations.hs Additional GIT_DIR support bugfixes. May actually work now. 2013-02-23 12:41:22 -04:00
Makefile rename app 2013-02-21 16:02:25 -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 drop: Suggest using git annex move when numcopies prevents dropping a file. 2013-01-09 18:53:59 -04:00
Seek.hs make adding modified files work on crippled filesystems 2013-02-20 14:12:55 -04:00
Setup.hs
test.hs fixed test suite build after recent changes broke it 2013-02-15 16:06:22 -04:00
Types.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
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/>