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
Joey Hess c6a020ad1f stop cached ssh connection w/o needing to look up host and port
Turns out that with -O stop -S socketfile, ssh does not need the real
hostname, or port to be specificed. This is because it simply talks to the
ssh behind the socket and tells it to stop. So, can eliminate the
conversion back from a socketfile to host and port. Which will allow using
shorter filenames for sockets in the future.
2013-07-21 14:14:54 -04:00
Annex stop cached ssh connection w/o needing to look up host and port 2013-07-21 14:14:54 -04:00
Assistant When an XMPP server has SRV records, try them, but don't then fall back to the regular host if they all fail. 2013-07-20 21:18:55 -04:00
Backend
Build linux standalone auto-install icons 2013-07-09 20:50:41 -04:00
Command fix uninit to delete content from annex when it ended up hard linked back to the work tree 2013-07-18 13:30:12 -04:00
Common
Config webapp: When the user switches to display a different repository, that repository becomes the default repository to be displayed next time the webapp gets started. 2013-06-11 00:06:06 -04:00
debian point to android icons too 2013-07-21 13:28:35 -04:00
doc 2013-07-21 00:47:47 +00:00
Git avoid newline translation when writing to git hash-object 2013-06-18 15:08:51 -04:00
GitAnnex Make --numcopies override annex.numcopies set in .gitattributes. 2013-07-09 12:05:56 -04:00
Logs display "transfer already in progress" as a note 2013-07-17 16:16:17 -04:00
Messages
Remote directory special remote: Fix checking that there is enough disk space to hold an object, was broken when using encryption. 2013-07-20 16:30:49 -04:00
standalone Android: gpg is built without --enable-minimal, so it interoperates better with other gpg builds that may default to using other algorithms for encryption. 2013-07-08 16:00:40 -04:00
static
templates update webapp for rsync.net discount 2013-07-11 14:15:09 -04:00
Types layout 2013-07-04 02:45:46 -04:00
Upgrade
Utility cleanup 2013-07-20 20:56:04 -04:00
.ghci
.gitattributes
.gitignore re-enable .o and .hi exclusion 2013-06-26 11:43:45 -04:00
Annex.hs Make --numcopies override annex.numcopies set in .gitattributes. 2013-07-09 12:05:56 -04:00
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this. 2013-06-17 20:41:27 -04:00
Command.hs Make --numcopies override annex.numcopies set in .gitattributes. 2013-07-09 12:05:56 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal Revert "avoid pulling in unneeded dependencies when the assistant is disabled" 2013-07-16 11:29:43 -04:00
git-annex.hs try building test suite on windows 2013-05-17 16:45:44 -04:00
git-union-merge.hs
Git.hs
GitAnnex.hs
GitAnnexShell.hs
Init.hs detect system with no dot in FQDN, where git commit will fail, and workaround 2013-07-05 12:24:28 -04:00
INSTALL
Limit.hs
Locations.hs
Makefile linux standalone auto-install icons 2013-07-09 20:50:41 -04:00
Messages.hs annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this. 2013-06-17 20:41:27 -04:00
NEWS
Option.hs annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this. 2013-06-17 20:41:27 -04:00
README
Remote.hs
Seek.hs moved AssociatedFile definition 2013-07-04 02:36:02 -04:00
Setup.hs
Test.hs adjust test suite for changed dropunused behavior with bogus numbers 2013-07-09 14:46:20 -04:00
Types.hs moved AssociatedFile definition 2013-07-04 02:36:02 -04:00
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/>