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
2012-11-10 17:08:43 -04:00
Annex finished XMPP pairing! 2012-11-05 17:43:17 -04:00
Assistant split repository comfiguration page into several widgets 2012-11-10 17:08:43 -04:00
Backend
Build look for gsha* commands, as installed on some OS's that think "GNU" is nonstandard 2012-11-09 11:27:50 -04:00
Command flush stdout 2012-11-09 14:33:34 -04:00
Common
debian changelog 2012-11-10 14:04:43 -04:00
doc we're in month 5 already! It seems to be more cloud stuff, so far.. 2012-11-10 15:54:58 -04:00
Git don't treat foo::bar as a ssh url 2012-11-09 13:50:23 -04:00
Locations
Logs bugfix: Don't fail transferring content from read-only repos. Closes: #691341 2012-10-24 10:59:25 -04:00
Messages
Remote indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
standalone also add shim from OSX runshell 2012-10-29 14:48:13 -04:00
static
templates split repository comfiguration page into several widgets 2012-11-10 17:08:43 -04:00
Types add ConfigMonitor thread 2012-10-20 16:43:35 -04:00
Upgrade
Utility use xmpp::user@host for xmpp remotes 2012-11-09 13:35:23 -04:00
.ghci workaround for ghci fragility in reusing objects compiled with ghc 2012-10-20 16:20:42 -04:00
.gitattributes
.gitignore add some OSX thing 2012-11-09 11:28:43 -04:00
Annex.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Assistant.hs xmpp push control flow 2012-11-08 16:46:29 -04:00
Backend.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00
CHANGELOG
Checks.hs
CmdLine.hs better fix for zombie problem, which turns out to be a zombie ssh started by rsync 2012-10-17 00:47:52 -04:00
Command.hs better fix for zombie problem, which turns out to be a zombie ssh started by rsync 2012-10-17 00:47:52 -04:00
Common.hs deal with mtl/monads-tf conflict 2012-10-24 14:43:32 -04:00
Config.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
configure.hs
CONTRIBUTING
COPYRIGHT
Crypto.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Fields.hs
ghci avoid -Wall, too noisy 2012-10-20 16:21:25 -04:00
git-annex.cabal switch to new URI version by default, -DWITH_OLD_URI for old 2012-11-03 12:10:01 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
GitAnnex.hs add xmppgit command; roughed out xmpp push protocol and design 2012-11-06 00:59:20 -04:00
GitAnnexShell.hs fix directory checking to handle mangled directory names 2012-11-05 20:15:36 -04:00
Init.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
INSTALL
Limit.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00
Locations.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Makefile add clibs to getflags 2012-11-06 15:57:01 -04:00
Messages.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00
NEWS
Option.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
README
Remote.hs indentation foo, and a new coding style page. no code changes 2012-10-28 21:27:15 -04:00
Seek.hs Preferred content path matching bugfix. 2012-10-17 16:01:09 -04:00
Setup.hs
test.hs Bug fix: A recent change caused git-annex-shell to crash. 2012-10-15 22:22:40 -04:00
Types.hs
Upgrade.hs
Usage.hs more indentation. must stop. 2012-10-28 22:09:09 -04:00

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/>