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
2014-09-11 13:21:35 -04:00
Annex New annex.hardlink setting. Closes: #758593 2014-09-05 13:44:09 -04:00
Assistant use types to enforce that removeAnnex can only be called inside lockContent 2014-08-20 20:13:47 -04:00
Backend WORM backend: When adding a file in a subdirectory, avoid including the subdirectory in the key name. 2014-08-12 14:38:53 -04:00
Build fix build 2014-08-31 07:57:07 -07:00
CmdLine Fix stub git-annex test support when built without tasty. 2014-08-23 18:46:08 -07:00
Command Do not preserve permissions and acls when copying files from one local git repository to another. Timestamps are still preserved as long as cp --preserve=timestamps is supported. 2014-08-26 17:10:25 -07:00
Common
Config
debian The annex-rsync-transport configuration is now also used when checking if a key is present on a rsync remote, and when dropping a key from the remote. 2014-09-11 13:21:35 -04:00
doc The annex-rsync-transport configuration is now also used when checking if a key is present on a rsync remote, and when dropping a key from the remote. 2014-09-11 13:21:35 -04:00
Git Fix parsing of ipv6 address in git remote address when it was not formatted as an url. 2014-09-10 14:17:02 -04:00
Limit
Logs New annex.hardlink setting. Closes: #758593 2014-09-05 13:44:09 -04:00
Messages
Remote The annex-rsync-transport configuration is now also used when checking if a key is present on a rsync remote, and when dropping a key from the remote. 2014-09-11 13:21:35 -04:00
RemoteDaemon
standalone armel autobuilder now working again! 2014-08-15 10:58:04 -04:00
static
templates webapp: Fixed visual glitch in xmpp pairing. 2014-09-04 16:18:20 -04:00
Types New annex.hardlink setting. Closes: #758593 2014-09-05 13:44:09 -04:00
Upgrade
Utility Do not preserve permissions and acls when copying files from one local git repository to another. Timestamps are still preserved as long as cp --preserve=timestamps is supported. 2014-08-26 17:10:25 -07:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs When accessing a local remote, shut down git-cat-file processes afterwards, to ensure that remotes on removable media can be unmounted. Closes: #758630 2014-08-20 12:07:57 -04:00
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs Fix handing of autocorrection when running outside a git repository. 2014-08-23 16:51:33 -07:00
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repository was configured with encryption=shared embedcreds=yes. 2014-08-12 15:35:29 -04:00
Crypto.hs
ghci
git-annex.cabal prep release 2014-08-31 12:30:29 -07:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile fix path 2014-08-16 13:50:12 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs
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 <http://git-annex.branchable.com/>