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