index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
config.py
Age
Commit message (
Expand
)
Author
2020-09-03
Ensure that detached HEAD does not raise when comparing branch name.
Jeremy Retailleau
2020-09-03
Reformat code to remove unnecessary indentation
Jeremy Retailleau
2020-09-02
Add missing blank line
Jeremy Retailleau
2020-09-02
Add missing rules to match hierarchy path
Jeremy Retailleau
2020-09-02
Fix logic to properly compare glob pattern to value
Jeremy Retailleau
2020-09-02
Add method to retrieve all possible paths to include
Jeremy Retailleau
2020-09-02
Add reference to repository to config.
Jeremy Retailleau
2020-09-02
Update check method to find all includes
Jeremy Retailleau
2020-09-02
Add Regex to match content of "includeIf" section
Jeremy Retailleau
2020-02-08
Remove attempt to import ConfigParser for Python 2
Harmon
2020-02-08
Remove and replace compat.string_types
Harmon
2020-02-08
Remove checks for Python 2 and/or 3
Harmon
2020-02-08
Remove and replace compat.FileType
Harmon
2019-10-28
Filtered out "repository" more explicitly
Ben Thayer
2019-10-28
Raised final ValueError
Ben Thayer
2019-10-28
Changed ValueError
Ben Thayer
2019-10-28
Construct GitConfigParser without Repo object
Ben Thayer
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2019-01-21
Use items and items_all correctly
A. Jesse Jiryu Davis
2019-01-20
Python 3 compatibility
A. Jesse Jiryu Davis
2019-01-20
Support multiple git config values per option
A. Jesse Jiryu Davis
2018-03-18
Drop support for EOL Python 2.6
Hugo
2017-11-27
BF: process included files before the rest
Yaroslav Halchenko
2017-04-09
Python 3.6 invalid escape sequence deprecation fixes
Ville Skyttä
2017-03-09
Spelling fixes
Ville Skyttä
2016-10-22
Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...
Sebastian Thiel
2016-10-20
Fix some typos
Santiago Castro
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-10-03
FIX config-lock release early regression caused by #519
Kostis Anagnostopoulos
2016-10-02
RF: use @functools.wraps within decorators instead of manual __name__ reassig...
Yaroslav Halchenko
2016-10-01
cfg_TCs, #519: FIX config resource leaks
Kostis Anagnostopoulos
2016-03-06
config parsers as context mangers can now be reentered for locks
Raphael Boidol
2016-02-20
enable config parsers to be used as context managers
Raphael Boidol
2016-02-07
fix(cmd): prevent deadlock on clone/fetch/pull
Sebastian Thiel
2015-09-06
fix(config): ignore empty values in config file
Sebastian Thiel
2015-07-06
fix(config): use `str.startswith('~')` instead of `'~' in str`
Mihyaeru
2015-07-06
fix(config): care tilde in include.path config
Mihyaeru
2015-06-25
Added NullHandlers to all loggers to preven "No handler" messages
James Nowell
2015-04-22
fix(config): selective cfg write;fix cfg parser
Sebastian Thiel
2015-01-20
Greatly improved possible safety of Submodule.update(), which is used by defa...
Sebastian Thiel
2015-01-19
Improved unicode handling when using os.environ or GitConfigParser
Sebastian Thiel
2015-01-19
Implemented Submodule.rename()
Sebastian Thiel
2015-01-14
GitConfigParser now respects and merges 'include' sections
Sebastian Thiel
2015-01-10
Implemented multi-line parsing of git-config to the point where a sepcific te...
Sebastian Thiel
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-06
test_repo works
Sebastian Thiel
2015-01-06
test_index works
Sebastian Thiel
2015-01-05
test_commit works once again
Sebastian Thiel
2015-01-05
Intermediate commit: test_config and test_actor works
Sebastian Thiel
[next]