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
2013-05-09 13:08:24 -04:00
Annex git-annex-shell: Ensure that received files can be read. Files transferred from some Android devices may have very broken permissions as received. 2013-05-06 17:30:57 -04:00
Assistant fix build w/o DAV 2013-05-08 12:20:10 -04:00
Backend configure: Better checking that sha commands output in the desired format. 2013-05-08 11:17:09 -04:00
Build add a hack to get build working with new library build 2013-05-08 12:52:48 -04:00
Command git-annex-shell: Ensure that received files can be read. Files transferred from some Android devices may have very broken permissions as received. 2013-05-06 17:30:57 -04:00
Common
Config better autostart file modification 2013-04-23 12:36:37 -04:00
debian configure: Better checking that sha commands output in the desired format. 2013-05-08 11:17:09 -04:00
doc Typo 2013-05-09 16:12:28 +02:00
Git expose Control.Monad.join 2013-04-22 20:24:53 -04:00
GitAnnex
Logs per-IA-item content directories 2013-04-25 23:44:55 -04:00
Messages
Remote When initializing a directory special remote with a relative path, the path is made absolute. 2013-05-06 17:15:36 -04:00
standalone add cleancross target 2013-05-09 13:08:24 -04:00
static
templates shorten 2013-05-06 18:15:14 -04:00
Types allow configuring the preferreddir 2013-04-26 13:01:06 -04:00
Upgrade expose Control.Monad.join 2013-04-22 20:24:53 -04:00
Utility configure: Better checking that sha commands output in the desired format. 2013-05-08 11:17:09 -04:00
.ghci
.gitattributes
.gitignore ignore *.o and *.hi, which are now all removed on clean 2013-04-14 16:58:15 -04:00
Annex.hs
Assistant.hs run checkCanWatch before redirecting errors to log 2013-05-09 12:02:31 -04:00
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs direct, indirect: Refuse to do anything when the assistant or git-annex watch daemon is running. 2013-04-22 16:41:46 -04:00
CmdLine.hs Detect systems that have no user name set in GECOS, and also don't have user.name set in git config, and put in a workaround so that commits to the git-annex branch (and the assistant) will still succeed despite git not liking the system configuration. 2013-04-22 15:36:34 -04:00
Command.hs
Common.hs expose Control.Monad.join 2013-04-22 20:24:53 -04:00
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal Avoid depending on regex-tdfa on mips, mipsel, and s390, where it fails to build. 2013-05-06 09:44:55 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs To enable an existing special remote, the new enableremote command must be used. The initremote command now is used only to create new special remotes. 2013-04-26 18:22:52 -04:00
GitAnnexShell.hs
Init.hs fix use of wrong shebang when android is installing git-annex-shell wrapper on server 2013-05-06 15:58:13 -04:00
INSTALL
Limit.hs Avoid depending on regex-tdfa on mips, mipsel, and s390, where it fails to build. 2013-05-06 09:44:55 -04:00
Locations.hs
Makefile android build fix 2013-05-04 14:25:24 -04:00
Messages.hs show one alert when bulk adding files 2013-04-24 13:04:46 -04:00
NEWS
Option.hs
README
Remote.hs expose Control.Monad.join 2013-04-22 20:24:53 -04:00
Seek.hs
Setup.hs split out library 2013-04-17 12:02:44 -04:00
Test.hs update for initremote changes 2013-05-01 02:23:52 -04:00
Types.hs
Upgrade.hs
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/>