Carlos Martín Nieto 73e9e58fa4 Config: make bool and int parsing explicit via functions
Passing a tuple to the mapping interface isn't the best of interfaces,
as the key is only the string.

Instead, expose `Config.get_bool()` and `Config.get_int()` methods to
parse the values as per the git-config rules before returning the
appropriate type to the user.

The mapping interface itself returns a string.
2014-04-14 19:37:44 +02:00
..
2013-01-12 18:42:12 +01:00
2014-02-11 22:07:05 +01:00
2014-02-04 07:52:58 +01:00
2014-02-04 22:26:46 +01:00
2014-02-04 07:52:58 +01:00
2013-05-09 14:21:04 +02:00
2014-03-24 01:44:36 +01:00
2014-02-04 22:26:46 +01:00
2013-12-23 17:26:02 +01:00
2013-01-06 09:57:03 +01:00
2014-01-25 04:25:42 +01:00
2014-02-11 22:48:34 +01:00
2014-02-04 07:52:58 +01:00
2013-07-05 20:14:33 -04:00
2013-11-24 13:34:27 +01:00
2014-02-02 15:07:47 +01:00
2014-01-25 04:25:42 +01:00
2014-03-24 01:44:36 +01:00