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
Age
Commit message (
Expand
)
Author
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-10-13
recognize the new packed-ref header format
Brenda J. Butler
2017-08-22
worktrees: make non-packed refs also work correctly.
Peter Jones
2017-07-01
Repo: handle worktrees better
Peter Jones
2017-03-09
Spelling fixes
Ville Skyttä
2017-02-25
fix(refs): don't assume linux path separator
Sebastian Thiel
2016-12-22
chore(lint): fix
Sebastian Thiel
2016-12-22
fix(tag): improve tag resolution handling
Sebastian Thiel
2016-12-08
fix(refs): handle quoted branch names
Sebastian Thiel
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: reduce needless deps to `gitdb.util`
Kostis Anagnostopoulos
2016-10-16
src: import os.path as osp
Kostis Anagnostopoulos
2016-10-04
io: Wrap (probably) allconfig_writers in `with` blocks
Kostis Anagnostopoulos
2016-10-04
src: No PyDev warnings
Kostis Anagnostopoulos
2016-10-01
io, #519: ALL open() --> with open()
Kostis Anagnostopoulos
2016-09-11
fix(Head): checkout() handles detached head
Sebastian Thiel
2016-09-11
fix(tag): resolve `commit` objects deeply.
Sebastian Thiel
2016-07-29
Merge remote-tracking branch 'upstream/master'
Barry Scott
2016-07-19
Use binary string constant for concatenation.
Bert Wesarg
2016-07-19
Add missing newline when writing a symbolic ref.
Bert Wesarg
2016-06-13
Fix corruption of the ref logs file
Barry Scott
2016-03-28
fix(refs): don't raise StopIteration
Sebastian Thiel
2015-07-26
Ensure file resources are released
David García Garzón
2015-07-17
Always add '--' to git reset
James E. Blair
2015-02-19
Assure to not iterate packed-refs file, ever.
Sebastian Thiel
2015-01-22
Overhauled all tutorials, and placed them in a unit-test.
Sebastian Thiel
2015-01-21
Added advance usage examples to tutorial and made minor fixes.
Sebastian Thiel
2015-01-14
Fixed some doc strings to build correctly with sphinx
Sebastian Thiel
2015-01-08
Now finally, tests should be working on travis too.
Sebastian Thiel
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_repo works
Sebastian Thiel
2015-01-06
test_refs works
Sebastian Thiel
2015-01-06
test_reflog 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
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
initial set of adjustments to make (most) imports work.
Sebastian Thiel
2015-01-04
Removed unnecessary (non-gitpython) tests and fixed flake8
0.3.3
Sebastian Thiel
2015-01-04
Replaced ordered dict with standard version; used logging module
Sebastian Thiel
[next]