14 Commits

Author SHA1 Message Date
Carlos Martín Nieto
578054b97b config test: the loop should return 0
Returning anything else makes the loop stop, which stops us from
getting to 'core.bare' which the test is looking for.
2012-08-06 17:54:26 +02:00
J. David Ibáñez
edcd803e7e Remove the __authors__ var from py files 2012-07-18 12:12:04 +02:00
J. David Ibáñez
6195491596 Add/update copyright header of each file
And update my email address.
2012-07-18 12:07:17 +02:00
J. David Ibáñez
ec8047a8c5 Fix errors detected by pyflakes 2012-06-18 11:36:27 -03:00
J. David Ibáñez
1f354149a3 tests: don't leave test files behind 2012-06-18 11:28:19 -03:00
J. David Ibáñez
9ba2324535 Fix unit tests for Python 2.6 2012-06-18 11:08:46 -03:00
authmillenon
b6b4007ffd Fixed bug in test_add. 2012-06-15 14:14:22 +02:00
Martin Lenders
3df090c761 Implement getting and setting of multivars 2012-06-08 18:34:54 +02:00
Martin Lenders
1acd488c68 Wrap git_config_foreach in Config 2012-06-08 18:34:54 +02:00
Martin Lenders
e126b09380 Implement dictionary-like behaviour for Config 2012-06-08 18:34:54 +02:00
Martin Lenders
e77d248713 Add back reference from Repository to Config 2012-06-08 18:34:54 +02:00
Martin Lenders
fcacea310b Implement addition of files to Config 2012-06-08 18:34:54 +02:00
Martin Lenders
068b833c87 Add getter for global and system config 2012-06-08 18:34:54 +02:00
Martin Lenders
c4d17b759b Create Config type 2012-06-08 18:34:54 +02:00