git-annex/Assistant/WebApp/Configurators
Joey Hess 7f7c31df1c type based git config handling
Now there's a Config type, that's extracted from the git config at startup.
Note that laziness means that individual config values are only looked up
and parsed on demand, and so we get implicit memoization for all of them.
So this is not only prettier and more type safe, it optimises several
places that didn't have explicit memoization before. As well as getting rid
of the ugly explicit memoization code.

Not yet done for annex.<remote>.* configuration settings.
2012-12-29 23:10:18 -04:00
..
AWS.hs type based git config handling 2012-12-29 23:10:18 -04:00
Edit.hs type based git config handling 2012-12-29 23:10:18 -04:00
Local.hs type based git config handling 2012-12-29 23:10:18 -04:00
Pairing.hs type based git config handling 2012-12-29 23:10:18 -04:00
Ssh.hs type based git config handling 2012-12-29 23:10:18 -04:00
WebDAV.hs type based git config handling 2012-12-29 23:10:18 -04:00
XMPP.hs type based git config handling 2012-12-29 23:10:18 -04:00