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
/
refs
/
log.py
Age
Commit message (
Expand
)
Author
2019-10-28
removed extra line as per code review
Anil Khatri
2019-10-24
silence PYL-W0621
Anil Khatri
2019-10-24
silance Re-defined variable from outer scope
Anil Khatri
2019-10-23
resolved all minor issues arised by last fix patch
Anil Khatri
2019-10-23
fix File opened without the with statement
Anil Khatri
2019-10-23
fix Loop variable used outside the loop
Anil Khatri
2019-10-22
fixed classmethod argument PYL-C0202
Anil Khatri
2019-10-15
removed Unnecessary “else” after “return”
Pratik Anurag
2018-03-18
Use automatic formatters
Hugo
2018-03-18
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2017-11-27
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Yaroslav Halchenko
2017-03-09
Spelling fixes
Ville Skyttä
2016-10-16
src: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-06-13
Fix corruption of the ref logs file
Barry Scott
2015-01-07
Made improvements to assure test-cases don't leak file handles
Sebastian Thiel
2015-01-07
Made sure commits accept unicode or unicode characters
Sebastian Thiel
2015-01-07
fix pep8
firm1
2015-01-07
add support of utf8
firm1
2015-01-06
Fixed log implementation for py3
Sebastian Thiel
2015-01-06
Merge branch 'py3' into 0.3
Sebastian Thiel
2015-01-06
Make flake8 happy
Sebastian Thiel
2015-01-06
test_reflog works
Sebastian Thiel
2015-01-05
BF: allow log line to have no msg (Close #225)
Yaroslav Halchenko
2015-01-05
Fixed io types to make tests work on PY2 once again.
Sebastian Thiel
2015-01-04
Dum brute force conversion of all types.
Sebastian Thiel
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2015-01-04
Another travis debugging commit
Sebastian Thiel
2015-01-04
Intermediate debug commit for travis ... do not use
Sebastian Thiel
2014-12-12
encode name of actor to utf-8
Kenji Fujiwara
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-17
Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (whitespace before/after)
Antoine Musso
2014-11-16
pep8 linting (blank lines expectations)
Antoine Musso
2014-11-16
pep8 linting (whitespaces)
Antoine Musso
2014-03-24
correct log reference
firm1
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2011-06-08
Fixed critical issue that would cause a string to be passed to methods that ...
Sebastian Thiel
2011-06-08
log: non-existing logs no longer throw an exception, but are ignored. Fixed c...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel