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 a8bd7a607d When init detects that git is not configured to commit, and sets user.email to work around the problem, also make it set user.name.
I was able to reproduce git failing to commit despite user.email being set,
in a test account on my laptop. The account had no GECOS information.
2014-04-20 14:17:57 -04:00
Annex When init detects that git is not configured to commit, and sets user.email to work around the problem, also make it set user.name. 2014-04-20 14:17:57 -04:00
Assistant webapp: Fix UI for removing XMPP connection. 2014-04-20 12:46:33 -04:00
Backend
Build
CmdLine findref: New command, like find but shows files in a specified git ref. 2014-04-17 18:41:24 -04:00
Command findref: New command, like find but shows files in a specified git ref. 2014-04-17 18:41:24 -04:00
Common
Config
debian When init detects that git is not configured to commit, and sets user.email to work around the problem, also make it set user.name. 2014-04-20 14:17:57 -04:00
doc add 2014-04-20 13:55:13 -04:00
Git
Limit
Logs
Messages
Remote Bring back rsync -p, but only when git-annex is running on a non-crippled file system. This is a better approach to fix #700282 while not unncessarily losing file permissions on non-crippled systems. 2014-04-17 14:31:42 -04:00
RemoteDaemon fix RESUME 2014-04-14 14:20:10 -04:00
standalone
static
templates webapp: Fix UI for removing XMPP connection. 2014-04-20 12:46:33 -04:00
Types reinit: New command that can initialize a new reposotory using the configuration of a previously known repository. Useful if a repository got deleted and you want to clone it back the way it was. 2014-04-15 20:13:35 -04:00
Upgrade
Utility
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs
Assistant.hs
Backend.hs replace (Key, Backend) with Key 2014-04-17 18:03:39 -04:00
build.bat
BuildFlags.hs
CHANGELOG
Checks.hs
CmdLine.hs
Command.hs replace (Key, Backend) with Key 2014-04-17 18:03:39 -04:00
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs webapp: Fix UI for removing XMPP connection. 2014-04-20 12:46:33 -04:00
Crypto.hs
ghci
git-annex.cabal
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs replace (Key, Backend) with Key 2014-04-17 18:03:39 -04:00
Locations.hs
Logs.hs
Makefile
Messages.hs
NEWS
README
Remote.hs
Setup.hs
Test.hs replace (Key, Backend) with Key 2014-04-17 18:03:39 -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 <http://git-annex.branchable.com/>