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-08-22 20:21:47 +00:00
Annex Fix bug that caused typechanged symlinks to be assumed to be unlocked files, so they were added to the annex by the pre-commit hook. 2013-08-22 13:57:07 -04:00
Assistant
Backend
Build
Command unused: Pay attention to symlinks that are not yet staged in the index. 2013-08-22 10:20:03 -04:00
Common
Config
debian Fix bug that caused typechanged symlinks to be assumed to be unlocked files, so they were added to the annex by the pre-commit hook. 2013-08-22 13:57:07 -04:00
doc Adding a use case from joeyh's comment http://git-annex.branchable.com/special_remotes/rsync/#comment-910be826fc1e7a3c01840d4063059907 2013-08-22 20:21:47 +00:00
Git Unescape characters in 'file://...' URIs. 2013-08-22 11:33:16 -04:00
GitAnnex mirror: New command, makes two repositories contain the same set of files. 2013-08-20 15:46:35 -04:00
Logs
Messages
Remote
standalone
static
templates
Types
Upgrade
Utility Set --clobber when running wget to ensure resuming works properly. 2013-08-21 18:19:01 -04:00
.ghci
.gitattributes
.gitignore
Annex.hs
Assistant.hs
Backend.hs
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs Better error message when trying to use a git remote that has annex.ignore set. 2013-08-22 12:01:53 -04:00
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
Fields.hs
ghci
git-annex.cabal releasing version 4.20130815 2013-08-15 10:46:33 +02:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs mirror: New command, makes two repositories contain the same set of files. 2013-08-20 15:46:35 -04:00
GitAnnexShell.hs
Init.hs
INSTALL
Limit.hs
Locations.hs
Makefile
Messages.hs
NEWS
Option.hs
README
Remote.hs Better error message when trying to use a git remote that has annex.ignore set. 2013-08-22 12:01:53 -04:00
Seek.hs Fix bug that caused typechanged symlinks to be assumed to be unlocked files, so they were added to the annex by the pre-commit hook. 2013-08-22 13:57:07 -04:00
Setup.hs
Test.hs add test case for unused with unstaged link 2013-08-22 10:29:50 -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/>