Historial de Commits

Autor SHA1 Mensaje Fecha
  Jelmer Vernooij e5f6eb1ebd Some style fixes. hace 8 años
  Jelmer Vernooij 60eaa905ff Properly quote config values with a # character. Fixes #511 hace 8 años
  Jelmer Vernooij 0c8bd2b3e7 Add porcelain.remote_add. hace 8 años
  Jelmer Vernooij fe2f37b3c2 Handle multi-line quoted values in config files. #495. hace 8 años
  Jelmer Vernooij 8cf1640314 Add remote in dulwich.porcelain.clone. hace 8 años
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. hace 9 años
  Jelmer Vernooij ca6edf70fb Fix some pyflakes warnings. hace 9 años
  Jelmer Vernooij 9281acb26f Fix python3 compatibility. hace 9 años
  Jelmer Vernooij e557e763e2 Add parse_submodules function. hace 9 años
  Jelmer Vernooij 331de72705 Fix syntax for dulwich.config.StackedConfig.default_backends docstring. hace 9 años
  Julian Berman 5f4fa70c1f Add support for $XDG_CONFIG_HOME/git/config and GIT_CONFIG_NOSYSTEM. hace 9 años
  Jelmer Vernooij e680479d53 Drop support for python 2.6. hace 9 años
  Jelmer Vernooij 19ed258c5e Fix parsing of quoted strings in config. hace 10 años
  Jelmer Vernooij 17d644de8e Convert repo to python3. hace 10 años
  Jelmer Vernooij 60263333a7 Port dulwich.config to python3. hace 10 años
  Jelmer Vernooij 27b20e377b Reintroduce Python2.6 support. hace 11 años
  Gary van der Merwe 692aa9914a Use with statement rather than try: finaly: x.close(). hace 11 años
  Jelmer Vernooij 5a4e20d14b Add pep8 make target and fix some pep8ness. hace 11 años
  Gary van der Merwe 9a4001c460 Use collections.MutableMapping instead of UserDict.DictMixin hace 11 años
  Jelmer Vernooij 080000bc8d Drop support for Python < 2.7. hace 11 años
  Jelmer Vernooij 87303b1590 Use new style exception handling in a few more places. hace 11 años
  Jelmer Vernooij c26bb196f5 Fix docstring for StackedConfig.default_backends(). hace 12 años
  Jelmer Vernooij c42e47b57c Update some copyright headers. hace 12 años
  Jelmer Vernooij f3836f3650 Add ConfigDict.itersections. hace 12 años
  Jelmer Vernooij 46c4b29e46 Reimplement iteritems. hace 12 años
  Jelmer Vernooij c8e705ac52 Provide OrderedDict fallback for Python < 2.6, fix test. hace 12 años
  Benjamin Pollack 54c9fd66da Preserve the order of configuration files. hace 12 años
  Jelmer Vernooij a186cc52e3 Fix PEP8 compatibility of setup.py. hace 12 años
  Jelmer Vernooij 60742876dd Use indentation in config file consistent with C Git. hace 12 años
  Adam 'Cezar' Jenkins 16af611e8b Wrote tests for the ConfigDict dict changes hace 13 años