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
spwhitton 1108430c45
2012-12-08 10:51:07 +00:00
Annex --auto fixes 2012-12-06 13:22:16 -04:00
Assistant assistant: Fix syncing to just created ssh remotes. 2012-12-06 17:15:50 -04:00
Backend where indenting 2012-11-11 00:51:07 -04:00
Build Revert "skip frameworks" 2012-12-07 14:40:48 -04:00
Command --auto fixes 2012-12-06 13:22:16 -04:00
Common
debian assistant: Fix syncing to just created ssh remotes. 2012-12-06 17:15:50 -04:00
doc 2012-12-08 10:51:07 +00:00
Git don't treat foo::bar as a ssh url 2012-11-09 13:50:23 -04:00
Locations
Logs --auto fixes 2012-12-06 13:22:16 -04:00
Messages where indenting 2012-11-11 00:51:07 -04:00
Remote webdav: Avoid trying to set props, avoiding incompatability with livedrive.com. Needs DAV version 0.3. 2012-12-01 17:12:41 -04:00
standalone runshell: start sh, not $SHELL 2012-12-07 14:44:44 -04:00
static webapp: Added help buttons and links next to fields that require explanations. 2012-12-02 22:33:30 -04:00
templates webapp: Encryption can be disabled when setting up remotes. 2012-12-04 13:28:22 -04:00
Types avoid unnecessary Maybe 2012-11-30 00:55:59 -04:00
Upgrade where indenting 2012-11-11 00:51:07 -04:00
Utility --auto fixes 2012-12-06 13:22:16 -04:00
.ghci
.gitattributes
.gitignore add some OSX thing 2012-11-09 11:28:43 -04:00
Annex.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Assistant.hs assistant: Retrival from glacier now handled. 2012-11-29 15:23:33 -04:00
Backend.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00
CHANGELOG
Checks.hs
CmdLine.hs where indenting 2012-11-11 00:51:07 -04:00
Command.hs --auto fixes 2012-12-06 13:22:16 -04:00
Common.hs deal with mtl/monads-tf conflict 2012-10-24 14:43:32 -04:00
Config.hs adjust glacier remote cost to 1000 2012-11-22 16:59:10 -04:00
configure.hs
CONTRIBUTING
COPYRIGHT
Creds.hs webapp: Defaults to sharing box.com account info with friends, allowing one-click enabling of the repository. 2012-11-28 13:31:49 -04:00
Crypto.hs refactor 2012-11-18 21:50:16 -04:00
Fields.hs
ghci
git-annex.cabal add http-types dep for webdav 2012-12-06 18:04:38 -04:00
git-annex.hs where indenting 2012-11-11 00:51:07 -04:00
git-union-merge.hs
Git.hs where indenting 2012-11-11 00:51:07 -04:00
GitAnnex.hs Amazon Glacier special remote; 100% working 2012-11-20 16:43:58 -04:00
GitAnnexShell.hs where indenting 2012-11-11 00:51:07 -04:00
Init.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
INSTALL
Limit.hs --auto fixes 2012-12-06 13:22:16 -04:00
Locations.hs remove annex/ from key locations used for webdav 2012-11-18 23:59:39 -04:00
Makefile include /bin/sh in standalone builds 2012-12-07 14:43:48 -04:00
Messages.hs Display a warning when a non-existing file or directory is specified. 2012-11-25 17:54:08 -04:00
Meters.hs S3: Added progress display for uploading and downloading. 2012-11-18 22:49:07 -04:00
NEWS
Option.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
README
Remote.hs use trustExclude 2012-11-11 00:26:29 -04:00
Seek.hs Display a warning when a non-existing file or directory is specified. 2012-11-25 17:54:08 -04:00
Setup.hs where indenting 2012-11-11 00:51:07 -04:00
test.hs where indenting 2012-11-11 00:51:07 -04:00
Types.hs refactor 2012-11-18 21:50:16 -04:00
Upgrade.hs where indenting 2012-11-11 00:51:07 -04:00
Usage.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00

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/>