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
https://www.google.com/accounts/o8/id?id=AItOawmWg4VvDTer9f49Y3z-R0AH16P4d1ygotA 885d0d0059
2013-08-15 08:28:02 +00:00
Annex avoid more build warnings on Windows 2013-08-04 14:05:36 -04:00
Assistant gitignore support for the assistant and watcher 2013-08-02 20:37:03 -04:00
Backend Fix a few bugs involving filenames that are at or near the filesystem's maximum filename length limit. 2013-07-30 19:18:29 -04:00
Build better git version checking 2013-08-02 18:32:26 -04:00
Command importfeed: Fix handling of dots in extensions. 2013-08-03 02:36:38 -04:00
Common
Config
debian Windows: Fixed permissions problem that prevented removing files from directory special remote. 2013-08-04 13:43:48 -04:00
doc 2013-08-15 08:28:02 +00:00
Git avoid more build warnings on Windows 2013-08-04 14:05:36 -04:00
GitAnnex
Logs avoid more build warnings on Windows 2013-08-04 14:05:36 -04:00
Messages
Remote avoid more build warnings on Windows 2013-08-04 14:05:36 -04:00
standalone windows: refresh missingh patch from https://github.com/jgoerzen/missingh/pull/14 2013-08-09 09:40:17 +02:00
static
templates fix build with old yesod 2013-08-02 12:32:16 -04:00
Types find: Avoid polluting stdout with progress messages. Closes: #718186 2013-07-30 20:24:27 -04:00
Upgrade
Utility avoid more build warnings on Windows 2013-08-04 14:05:36 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs gitignore support for the assistant and watcher 2013-08-02 20:37:03 -04:00
Assistant.hs
Backend.hs
BuildFlags.hs make Feeds show in features list 2013-08-07 12:02:12 -04:00
CHANGELOG
Checks.hs
CmdLine.hs missed some __WINDOWS__ defines 2013-08-04 13:07:55 -04:00
Command.hs find: Avoid polluting stdout with progress messages. Closes: #718186 2013-07-30 20:24:27 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs squash compiler warnings on Windows 2013-08-04 13:18:05 -04:00
Crypto.hs
Fields.hs
ghci
git-annex.cabal releasing version 4.20130802 2013-08-02 13:38:18 -04:00
git-annex.hs
git-union-merge.hs
Git.hs squash compiler warnings on Windows 2013-08-04 13:18:05 -04:00
GitAnnex.hs missed some __WINDOWS__ defines 2013-08-04 13:07:55 -04:00
GitAnnexShell.hs
Init.hs missed some __WINDOWS__ defines 2013-08-04 13:07:55 -04:00
INSTALL
Limit.hs squash compiler warnings on Windows 2013-08-04 13:18:05 -04:00
Locations.hs importfeed: Ignores transient problems with feeds. Only exits nonzero when a feed has repeatedly had a problems for at least 1 day. 2013-08-03 01:40:21 -04:00
Makefile got hdevtools working again 2013-07-27 13:00:49 -04:00
Messages.hs
NEWS
Option.hs
README
Remote.hs
Seek.hs
Setup.hs
Test.hs enable 2 more tests on Windows 2013-08-04 13:54:05 -04:00
Types.hs
Upgrade.hs missed some __WINDOWS__ defines 2013-08-04 13:07:55 -04:00
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/>