git-annex/Annex
Joey Hess 67e817c6a1 New annex.largefiles setting, which configures which files git annex add and the assistant add to the annex.
I would have sort of liked to put this in .gitattributes, but it seems
it does not support multi-word attribute values. Also, making this a single
config setting makes it easy to only parse the expression once.

A natural next step would be to make the assistant `git add` files that
are not annex.largefiles. OTOH, I don't think `git annex add` should
`git add` such files, because git-annex command line tools are
not in the business of wrapping git command line tools.
2013-03-29 16:17:13 -04:00
..
Content remove old debug print 2013-03-16 17:04:48 -04:00
Branch.hs git subcommand cleanup 2013-03-03 13:39:07 -04:00
BranchState.hs remove git-annex branch read cache 2012-10-19 14:25:15 -04:00
CatFile.hs work around a very strange git-cat-file behavior 2013-01-05 17:06:24 -04:00
CheckAttr.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Content.hs cleanup debug print 2013-03-28 14:18:26 -04:00
Direct.hs remove Eq instance for InodeCache 2013-03-11 02:57:48 -04:00
Exception.hs fixes for transfer resume 2012-09-24 13:18:16 -04:00
FileMatcher.hs New annex.largefiles setting, which configures which files git annex add and the assistant add to the annex. 2013-03-29 16:17:13 -04:00
Journal.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Link.hs set fileSystemEncoding when reading files that might be binary 2013-02-18 17:19:37 -04:00
LockPool.hs finished where indentation changes 2012-12-13 00:24:19 -04:00
Perms.hs fix 2013-02-24 17:40:14 -04:00
Queue.hs type based git config handling for remotes 2013-01-01 13:58:14 -04:00
Ssh.hs Run ssh with -T to avoid tty allocation and any login scripts that may do undesired things with it. 2013-03-04 23:36:07 -04:00
TaggedPush.hs tag xmpp pushes with jid 2013-03-06 16:29:19 -04:00
UUID.hs Now uses the Haskell uuid library, rather than needing a uuid program. 2013-02-10 14:52:54 -04:00
Version.hs annex.version is now set to 4 for direct mode repositories 2013-02-26 15:13:10 -04:00
Wanted.hs --auto fixes 2012-12-06 13:22:16 -04:00