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
/
repo
Age
Commit message (
Expand
)
Author
2015-01-04
Bumped version, updated changelog, reduced code smell
Sebastian Thiel
2014-11-19
Applied autopep8
Sebastian Thiel
2014-11-19
Minor fix to make read_gitfile work .
Sebastian Thiel
2014-11-19
Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ...
Sebastian Thiel
2014-11-16
pep8 linting (trailing whitespace)
Antoine Musso
2014-11-16
pep8 linting (double spaces before comment)
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-11-15
Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...
Sebastian Thiel
2014-11-14
Merge pull request #194 from maxyz/fix-issue-41_0.3
Sebastian Thiel
2014-11-12
Merge pull request #200 from dbaxa/0.3-with-unicode-fixes
Sebastian Thiel
2014-11-12
Fix the Repo commit and tree methods to work with unicode revs.
David Black
2014-09-29
Fix issue #41: repo.is_dirty() on empty repository with stashed files
Jan Vcelak
2014-06-13
Fixed two minor typos.
Marios Zindilis
2014-05-09
Fix typo in untracked_files
s1341
2014-05-06
Fix for untracked_files no longer detected #138
Maximiliano Curia
2014-04-24
Fixes creating a Repo for a submodule
Remi Rampin
2014-02-09
tabs to 4 spaces - this won't make integrating the patches easier, but it's p...
Sebastian Thiel
2013-10-09
[#5330] Ensure wait() is called on git processes
Cory Johns
2013-02-27
Added support for separeted git dir.
niyaton
2011-07-18
Fixed consecutive lines with same blame info not appearing in blame.
Mark Nevill
2011-06-07
Added conditional usage of the --progress flag to all relevant methods, that ...
Sebastian Thiel
2011-06-07
Add progress tracking for git-clone.
jez
2011-02-23
Fixed incorrect handling of rev_parse if it was fed with branches that looked...
Sebastian Thiel
2011-01-17
git.repo.base: substituted all usages of the active_branch property with self...
Sebastian Thiel
2010-11-25
Moved everything into the git subdirectory - some tests still need to be adju...
Sebastian Thiel