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 18:42:28 +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 gitignore support for the assistant and watcher 2013-08-02 20:37:03 -04:00
Backend Fix a few bugs involving filenames that are at or near the filesystem's maximum filename length limit. 2013-07-30 19:18:29 -04:00
Build better git version checking 2013-08-02 18:32:26 -04:00
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 Added a comment 2013-08-22 18:42:28 +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 avoid more build warnings on Windows 2013-08-04 14:05:36 -04:00
Messages
Remote avoid more build warnings on Windows 2013-08-04 14:05:36 -04:00
standalone windows: refresh missingh patch from https://github.com/jgoerzen/missingh/pull/14 2013-08-09 09:40:17 +02:00
static
templates fix build with old yesod 2013-08-02 12:32:16 -04:00
Types find: Avoid polluting stdout with progress messages. Closes: #718186 2013-07-30 20:24:27 -04:00
Upgrade
Utility Set --clobber when running wget to ensure resuming works properly. 2013-08-21 18:19:01 -04:00
.ghci
.gitattributes
.gitignore re-enable .o and .hi exclusion 2013-06-26 11:43:45 -04:00
Annex.hs gitignore support for the assistant and watcher 2013-08-02 20:37:03 -04:00
Assistant.hs
Backend.hs
BuildFlags.hs make Feeds show in features list 2013-08-07 12:02:12 -04:00
CHANGELOG
Checks.hs
CmdLine.hs missed some __WINDOWS__ defines 2013-08-04 13:07:55 -04:00
Command.hs find: Avoid polluting stdout with progress messages. Closes: #718186 2013-07-30 20:24:27 -04:00
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 squash compiler warnings on Windows 2013-08-04 13:18:05 -04:00
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 squash compiler warnings on Windows 2013-08-04 13:18:05 -04:00
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 missed some __WINDOWS__ defines 2013-08-04 13:07:55 -04:00
INSTALL
Limit.hs squash compiler warnings on Windows 2013-08-04 13:18:05 -04:00
Locations.hs importfeed: Ignores transient problems with feeds. Only exits nonzero when a feed has repeatedly had a problems for at least 1 day. 2013-08-03 01:40:21 -04:00
Makefile got hdevtools working again 2013-07-27 13:00:49 -04:00
Messages.hs annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this. 2013-06-17 20:41:27 -04:00
NEWS
Option.hs annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this. 2013-06-17 20:41:27 -04:00
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 moved AssociatedFile definition 2013-07-04 02:36:02 -04:00
Upgrade.hs missed some __WINDOWS__ defines 2013-08-04 13:07:55 -04:00
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/>