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 3074633955 typo
2015-07-10 16:52:58 -04:00
Annex Only look at reflogs for relevant branches, not for git-annex branches 2015-07-07 17:36:30 -04:00
Assistant
Backend
Build
CmdLine
Command Only look at reflogs for relevant branches, not for git-annex branches 2015-07-07 17:36:30 -04:00
Common
Config
Database
debian typo 2015-07-10 16:52:58 -04:00
doc fix man format 2015-07-10 16:52:53 -04:00
Git Only look at reflogs for relevant branches, not for git-annex branches 2015-07-07 17:36:30 -04:00
Limit
Logs
Messages
Remote
RemoteDaemon
standalone module name changed 2015-07-03 12:57:22 -04:00
static
templates
Types unused: --used-refspec can now be configured to look at refs in the reflog. This provides a way to not consider old versions of files to be unused after they have reached a specified age, when the old refs in the reflog expire. 2015-07-07 17:13:50 -04:00
Upgrade
Utility better method for running tasty's optparse as a subcommand 2015-07-08 00:39:19 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal prep release 2015-07-10 16:39:05 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs
Locations.hs
Logs.hs
Makefile remove obsolete packages from android splice depends hack list 2015-07-03 12:48:08 -04:00
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs better method for running tasty's optparse as a subcommand 2015-07-08 00:39:19 -04:00
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 <https://git-annex.branchable.com/>