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
2015-10-06 15:23:04 -04:00
Annex other 80% of avoding verification when hard linking to objects in shared repo 2015-10-02 14:35:12 -04:00
Assistant Merge branch 'winprocfix' 2015-10-04 15:46:25 -04:00
Backend rename fsckKey to verifyKeyContent 2015-10-01 13:29:17 -04:00
Build Merge branch 'winprocfix' 2015-10-04 15:46:25 -04:00
CmdLine Improve bash completion, so it completes names of remotes and backends in appropriate places. 2015-09-14 13:19:04 -04:00
Command other 80% of avoding verification when hard linking to objects in shared repo 2015-10-02 14:35:12 -04:00
Common
Config
Database fsck: Work around bug in persistent that broke display of problematically encoded filenames on stderr when using --incremental. 2015-09-09 17:02:00 -04:00
debian Merge branch 'winprocfix' 2015-10-04 15:46:25 -04:00
doc comment 2015-10-06 15:23:04 -04:00
Git status: Show added but not yet committed files. 2015-09-22 17:32:28 -04:00
Limit
Logs Fix bug in combination of preferred and required content settings. When one was set to the empty string and the other set to some expression, this bug caused all files to be wanted, instead of only files matching the expression. 2015-09-15 12:50:14 -04:00
Messages
Remote other 80% of avoding verification when hard linking to objects in shared repo 2015-10-02 14:35:12 -04:00
RemoteDaemon
standalone remove workaround 2015-10-04 15:04:52 -04:00
static
templates webapp: Remove the "disable remote" feature from the UI. 2015-09-21 13:05:44 -04:00
Types other 80% of avoding verification when hard linking to objects in shared repo 2015-10-02 14:35:12 -04:00
Upgrade
Utility Merge branch 'winprocfix' 2015-10-04 15:46:25 -04:00
.ghci
.gitattributes
.gitignore cleanup makefile 2015-07-23 12:51:27 -04:00
.mailmap alias for Yaroslav @ yahoo to mailmap 2015-09-09 12:38:59 -04:00
Annex.hs converted MetaData, eliminating a global value from Annex state .. beautiful 2015-07-12 09:25:43 -04:00
Assistant.hs
Backend.hs
bash-completion.bash fix bash completion of filenames containing spaces 2015-07-20 11:17:35 -04:00
build.bat
BuildFlags.hs Support building without persistent database on for systems that lack TH. This removes support for incremental fsck. 2015-07-25 17:37:09 -04:00
CHANGELOG
Checks.hs
CmdLine.hs Make full option parsing be done when not in a git repo, so --help can be displayed for commands that require a git repo, etc. 2015-09-09 15:55:13 -04:00
Command.hs convert version command, and make --raw work when not in a git repo 2015-07-10 13:49:46 -04:00
Common.hs
Config.hs refactor 2015-08-17 11:21:13 -04:00
configure.hs
COPYRIGHT
Creds.hs support gpg.program 2015-09-09 18:06:49 -04:00
Crypto.hs support gpg.program 2015-09-09 18:06:49 -04:00
ghci
git-annex.cabal Merge branch 'winprocfix' 2015-10-04 15:46:25 -04:00
git-annex.hs wire tasty's option parser into the main program option parser 2015-07-13 13:20:10 -04:00
git-union-merge.hs
Git.hs
INSTALL
Limit.hs Improve shutdown due to --time-limit, especially for fsck 2015-07-31 16:01:54 -04:00
Locations.hs
Logs.hs
Makefile speed up fast builds 2015-08-27 09:31:41 -07:00
Messages.hs fsck: Work around bug in persistent that broke display of problematically encoded filenames on stderr when using --incremental. 2015-09-09 17:02:00 -04:00
NEWS
README
Remote.hs Simplify setup process for a ssh remote. 2015-08-05 13:49:58 -04:00
Setup.hs Improve Setup.hs file so that cabal copy --destdir works. Thanks, Magnus_Therning. 2015-08-09 10:30:35 -04:00
stack.yaml add resolver field needed by more recent versions of stack 2015-09-28 19:08:30 -04:00
Test.hs support gpg.program 2015-09-09 18:06:49 -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/>