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 a20b9d78dc tagging package git-annex version 5.20140320
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAUytJN8kQ2SIlEuPHAQgcEA//X5MJTU5DXbnTV9Yrqg9zf3WUF9dTeKnb
 fxpUzHd20pjVhH8oqAmwTPpMHViNQax3CBhR2qd/T41eHZA0jljxefihWYd7e+2m
 3KFxTc//9/5BI2cNjr+3cOikairVRK1jjCts0+rWF6YBjK0IRjxCN56ij9hg4B0a
 11J/qu5GelB3VvyMUzyZqheapmP0MKAtIlcIXL0tr695dR2Ar4etvrkX/VFgtuSQ
 2Nir6emXsoxrhl4Ph1WtwC9+mdJi85n2IbZ4l14l5n+sAc1Lmkp+r6RZJp8Efkef
 LN6OsYHV2pqyKUZiZ9y3RgBzd838R7ocpOggsA14RtMslxAYxP5jZP9QwUvSWAqk
 t2gibt6p3sJms1cvASHpOtegnz6d7+LK6pNqIl5XgjugofHlT+XHUEvrzyP/Lan4
 RZK8wUIfJRX+VBju4tCZ+Q/5Br9VM/ZF80DIps0WIYOzLR5b1po8YTTWMskwkiii
 g5UjNw4NVfi9X7N+SjArwzmtpijctAeQj2QkBlb+kaPL+dxx33EDcRegw7KZ+/4Q
 ViyOhwl21Lb5Nzj8n6t/8g5GKRNJBmlOsa/K80vTOraRgukt4QejliFPswK7Z/6b
 DjfItpny+qqwuufa0hWW/U9VgTQfbewEsCt8QdpQHIUpjO+KvGHjOpal/zjnGemy
 qpFXO5EiwOo=
 =AwJK
 -----END PGP SIGNATURE-----

Merge tag '5.20140320' into debian-wheezy-backport

tagging package git-annex version 5.20140320

Conflicts:
	Assistant/Threads/WebApp.hs
	Utility/WebApp.hs
	git-annex.cabal
2014-03-26 15:15:45 -04:00
Annex toplevel lastchanged field 2014-03-19 19:10:55 -04:00
Assistant rename favicon.png to logo_16x16.png 2014-03-16 15:52:16 -04:00
Backend
Build fix up old comments that used format=txt, which is no longer enabled 2014-03-20 12:09:09 -04:00
CmdLine metadata: Add --get (from bremner) 2014-03-15 17:29:40 -04:00
Command add: display exception when lockdown fails (for RichiH) 2014-03-19 21:08:46 -04:00
Common
Config
debian tagging package git-annex version 5.20140320 2014-03-26 15:15:45 -04:00
doc Merge branch 'master' of ssh://git-annex.branchable.com 2014-03-20 15:50:50 -04:00
Git Windows: Fix some filename encoding bugs. 2014-03-19 15:57:56 -04:00
Limit
Logs Improve behavior when unable to parse a preferred content expression (thanks, ion). 2014-03-20 00:10:12 -04:00
Messages
Remote rsync special remote: Fix slashes when used on Windows. 2014-03-18 13:02:10 -04:00
standalone patch out another file perm check that does not make sense on android 2014-03-10 16:50:56 -04:00
static update static/favicon.ico from doc/favicon.ico 2014-03-16 16:06:06 -04:00
templates webapp: Added a "Sync now" item to each repository's menu. 2014-03-06 18:11:44 -04:00
Types hilarious typo 2014-03-18 19:03:35 -04:00
Upgrade
Utility fix build with QuickCheck 2.7.1 2014-03-20 11:08:40 -04:00
.ghci
.gitattributes
.gitignore
.mailmap
Annex.hs clean up cleanup action enumeration 2014-03-13 19:06:26 -04:00
Assistant.hs warn when various build flags are unset 2014-03-07 14:40:12 -04:00
Backend.hs
build.bat
BuildFlags.hs webapp: Use securemem for constant time auth token comparisons. 2014-03-12 21:41:20 -04:00
CHANGELOG
Checks.hs
CmdLine.hs only run sshCleanup when the command actually used ssh connection caching 2014-03-13 19:30:13 -04:00
Command.hs
Common.hs
Config.hs
configure.hs
COPYRIGHT
Creds.hs
Crypto.hs
ghci
git-annex.cabal tagging package git-annex version 5.20140320 2014-03-26 15:15:45 -04:00
git-annex.hs
git-union-merge.hs
Git.hs
INSTALL
Limit.hs Improve behavior when unable to parse a preferred content expression (thanks, ion). 2014-03-20 00:10:12 -04:00
Locations.hs
Logs.hs factored out a generic MapLog from uuid-based logs 2014-03-15 13:45:25 -04:00
Makefile rename favicon.png to logo_16x16.png 2014-03-16 15:52:16 -04:00
Messages.hs
NEWS
README
Remote.hs Commands that allow specifying which repository to act on using the repository's description will now fail when multiple repositories match, rather than picking a repository at random. 2014-03-13 15:36:58 -04:00
Setup.hs make configure -Wall clean 2014-03-10 16:59:38 -04:00
Test.hs fix build with new optparse-applicative release 2014-03-20 11:59:27 -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/>