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-21 20:11:32 +00:00
Annex Avoid displaying network transport warning when a ssh remote does not yet have an annex.uuid set. 2015-10-15 15:36:54 -04:00
Assistant fix various build warnings, mostly on Windows 2015-10-13 13:24:44 -04:00
Backend use action, not sideAction 2015-10-11 13:29:44 -04:00
Build Merge branch 'winprocfix' 2015-10-04 15:46:25 -04:00
CmdLine git-annex-shell: Added lockcontent command, to prevent dropping of key's content. 2015-10-08 14:47:46 -04:00
Command improve layout and comment 2015-10-15 15:10:14 -04:00
Common
Config
Database avoid ugly error about MVar if the sqlite worker thread crashes 2015-10-12 13:00:22 -04:00
debian Changelog typo: remove, not remote 2015-10-21 10:10:55 -04:00
doc Added a comment: oops 2015-10-21 20:11:32 +00:00
Git fix various build warnings, mostly on Windows 2015-10-13 13:24:44 -04:00
Limit
Logs Avoid unncessary write to the location log when a file is unlocked and then added back with unchanged content. 2015-10-12 14:46:47 -04:00
Messages info: Added json output for "backend usage", "numcopies stats", "repositories containing these files", and "transfers in progress". 2015-06-16 13:50:28 -04:00
Remote Avoid displaying network transport warning when a ssh remote does not yet have an annex.uuid set. 2015-10-15 15:36:54 -04:00
RemoteDaemon
standalone remove verbose flag; aws deps fixed 2015-10-19 13:54:10 -04:00
static
templates webapp: Remove the "disable remote" feature from the UI. 2015-09-21 13:05:44 -04:00
Types implement lockContent for ssh remotes 2015-10-09 16:55:41 -04:00
Upgrade
Utility Symlink timestamp preservation code uses functions from unix-2.7.0 when available, which should be more portable. 2015-10-21 02:22:18 -04:00
.ghci workaround for ghci fragility in reusing objects compiled with ghc 2012-10-20 16:20:42 -04:00
.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 fix lockKey to run callback in original Annex monad, not local remote's 2015-10-09 13:35:28 -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 prep release 2015-10-19 14:08:14 -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 add a hint about syncing when unable to determine remote uuid 2015-10-15 15:23:48 -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 put Win32-extras in extra-deps as it's not yet in lts 2015-10-13 12:34:01 -04:00
Test.hs add test cases for copy --auto 2015-10-06 17:35:29 -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/>