git-annex/Annex
Joey Hess e322826e33 Submodules are now supported by git-annex!
Seems to work, but still experimental until it's been tested more.

When repositories are on filesystems not supporting symlinks, the .git dir
symlink trick cannot be used. Since we're going to be in direct mode
anyway, the .git dir symlink is not strictly needed.

However, I have not fixed the code that creates new annex symlinks to
handle this case -- the committed symlinks will be wrong.

git annex sync happens to currently fail in a submodule using direct mode,
because there's no HEAD ref. That also needs to be dealt with to get
this fully working in crippled filesystems.

Leaving http://github.com/datalad/datalad/issues/44 open until these issues
are dealt with.
2015-03-02 16:43:44 -04:00
..
Branch update my email address and homepage url 2015-01-21 12:50:09 -04:00
Content update my email address and homepage url 2015-01-21 12:50:09 -04:00
MetaData update my email address and homepage url 2015-01-21 12:50:09 -04:00
View update my email address and homepage url 2015-01-21 12:50:09 -04:00
AutoMerge.hs Repository tuning parameters can now be passed when initializing a repository for the first time. 2015-01-27 17:38:06 -04:00
Branch.hs Improve race recovery code when committing to git-annex branch. 2015-02-09 18:34:48 -04:00
BranchState.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
CatFile.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
CheckAttr.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
CheckIgnore.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Content.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00
Difference.hs use a Set 2015-01-28 18:17:10 -04:00
Direct.hs Submodules are now supported by git-annex! 2015-03-02 16:43:44 -04:00
DirHashes.hs use a Set 2015-01-28 18:17:10 -04:00
Drop.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Environment.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
FileMatcher.hs relFile does not have to be relative; rename to currFile 2015-02-06 16:03:02 -04:00
Fixup.hs Submodules are now supported by git-annex! 2015-03-02 16:43:44 -04:00
Hook.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Index.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Init.hs Repository tuning parameters can now be passed when initializing a repository for the first time. 2015-01-27 17:38:06 -04:00
Journal.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Link.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
LockFile.hs avoid crash when starting fsck --incremental when one is already running 2015-02-17 13:30:24 -04:00
MakeRepo.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
MetaData.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Notification.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Path.hs make programPath return FilePath not Maybe FilePath 2015-02-28 16:59:52 -04:00
Perms.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Queue.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Quvi.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
ReplaceFile.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Ssh.hs When re-execing git-annex, use current program location, rather than ~/.config/git-annex/program, when possible. 2015-02-28 17:23:13 -04:00
TaggedPush.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Transfer.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Url.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
UUID.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
VariantFile.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Version.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
View.hs Repository tuning parameters can now be passed when initializing a repository for the first time. 2015-01-27 17:38:06 -04:00
Wanted.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00