The annex.largefiles
feature is very nice to mix annexed files with normal git managed files. I'd like to be able to configure this setting on the webapp and that the configuration directive would be synchronized accross all remotes.
annex.largefiles can be configured in .gitattributes or by
git-annex config
and will sync across remotes either way. done
It might make sense to sync this across remotes and have it edited with
git annex vicfg
Putting it in the webapp would need some nice interface for constructing the underlying expression. Might be doable for at least simple filtering (ie, files larger than XX or with extensions .A, .B, .C). I tend to think of this as a setting for people comfortable with the command line though.
That would be great!
I could live with a simple filtering interface without too many fancy stuff. The fancy stuff could be done on the command line if needed...