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
2017-02-20 12:23:22 -04:00
Annex sync hack to make updateInstead work on eg FAT 2017-02-17 15:21:52 -04:00
Assistant simpler more generic processTranscript' 2017-02-15 16:02:10 -04:00
Backend Some optimisations to string splitting code. 2017-01-31 19:06:22 -04:00
Build simpler more generic processTranscript' 2017-02-15 16:02:10 -04:00
CmdLine post-recive hook to make updateInstead work in direct mode and adjusted branches 2017-02-17 14:04:43 -04:00
Command sync hack to make updateInstead work on eg FAT 2017-02-17 15:21:52 -04:00
Config annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
Database Work around sqlite's incorrect handling of umask when creating databases. 2017-02-13 17:39:16 -04:00
debian
doc comment 2017-02-20 12:23:22 -04:00
Git post-recive hook to make updateInstead work in direct mode and adjusted branches 2017-02-17 14:04:43 -04:00
Limit
Logs annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
Messages
P2P fix build on windows 2016-12-30 12:31:51 -04:00
Remote sync hack to make updateInstead work on eg FAT 2017-02-17 15:21:52 -04:00
RemoteDaemon Run ssh with -n whenever input is not being piped into it 2017-02-15 15:08:46 -04:00
standalone correct spelling mistakes 2017-02-12 17:30:23 -04:00
static
templates
Types post-recive hook to make updateInstead work in direct mode and adjusted branches 2017-02-17 14:04:43 -04:00
Upgrade Some optimisations to string splitting code. 2017-01-31 19:06:22 -04:00
Utility simpler more generic processTranscript' 2017-02-15 16:02:10 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
Assistant.hs
Backend.hs
bash-completion.bash
build.bat
BuildFlags.hs
CHANGELOG git-annex.cabal: Make crypto-api a dependency even when built w/o webapp and test suite. 2017-02-20 12:21:35 -04:00
CmdLine.hs
Command.hs make query commands not output extraneous messages 2017-02-16 13:24:35 -04:00
Common.hs
Config.hs annex.autocommit can be configured via git-annex config 2017-02-03 13:58:53 -04:00
COPYRIGHT
Creds.hs
Crypto.hs Some optimisations to string splitting code. 2017-01-31 19:06:22 -04:00
ghci
git-annex.cabal git-annex.cabal: Make crypto-api a dependency even when built w/o webapp and test suite. 2017-02-20 12:21:35 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
Jenkinsfile
Limit.hs Some optimisations to string splitting code. 2017-01-31 19:06:22 -04:00
Logs.hs config: New command for storing configuration in the git-annex branch. 2017-01-30 16:46:38 -04:00
Makefile avoid OSX build failure when there are no rpaths to remove 2017-02-14 11:44:52 -04:00
Messages.hs
NEWS releasing package git-annex version 6.20170101 2016-12-31 23:59:56 -04:00
README
Remote.hs Some optimisations to string splitting code. 2017-01-31 19:06:22 -04:00
Setup.hs
stack.yaml add missing extra-deps 2017-02-02 14:24:06 -04:00
Test.hs correct spelling mistakes 2017-02-12 17:30:23 -04:00
Types.hs
Upgrade.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 <https://git-annex.branchable.com/>