aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Expand)Author
2015-01-13Added `Repo.merge_base(...)` implementation, including test-case.Sebastian Thiel
2015-01-12Removed all previously added invocations of os.path.realpath as it wasn't req...Sebastian Thiel
2015-01-12Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel
2015-01-12Added specific test for roughly checking configuration paths.Sebastian Thiel
2015-01-12Re-implemented 'user' config level based on suggestion by @jzempelSebastian Thiel
2015-01-10Added 'user' configuration level.Sebastian Thiel
2015-01-10Repo.init() now supports paths with a '~' in it, or environment variables in ...Sebastian Thiel
2015-01-10Added search_parent_directories keyword argument to Repo type.Sebastian Thiel
2015-01-09Added test to assure blame can deal with binary patches.Sebastian Thiel
2015-01-08Improved handling of name-resolution, which will not mangle names anymore.Sebastian Thiel
2015-01-08Fixed PY3 support.Sebastian Thiel
2015-01-08Added Remote.exists() method, and test. Fixes #229Sebastian Thiel
2015-01-08Improve error handling of fetch/pull line parsingSebastian Thiel
2015-01-07Made improvements to assure test-cases don't leak file handlesSebastian Thiel
2015-01-07Implemented non-blocking operations using poll()Sebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-06test_remote worksSebastian Thiel
2015-01-06test_index worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-19Minor fix to make read_gitfile work .Sebastian Thiel
2014-11-19Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ...Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (double spaces before comment)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-11-14Merge pull request #194 from maxyz/fix-issue-41_0.3Sebastian Thiel
2014-11-12Merge pull request #200 from dbaxa/0.3-with-unicode-fixesSebastian Thiel
2014-11-12Fix the Repo commit and tree methods to work with unicode revs.David Black
2014-09-29Fix issue #41: repo.is_dirty() on empty repository with stashed filesJan Vcelak
2014-06-13Fixed two minor typos.Marios Zindilis
2014-05-09Fix typo in untracked_filess1341
2014-05-06Fix for untracked_files no longer detected #138Maximiliano Curia
2014-04-24Fixes creating a Repo for a submoduleRemi Rampin
2014-02-09tabs 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 processesCory Johns
2013-02-27Added support for separeted git dir.niyaton
2011-07-18Fixed consecutive lines with same blame info not appearing in blame.Mark Nevill
2011-06-07Added conditional usage of the --progress flag to all relevant methods, that ...Sebastian Thiel
2011-06-07Add progress tracking for git-clone.jez
2011-02-23Fixed incorrect handling of rev_parse if it was fed with branches that looked...Sebastian Thiel
2011-01-17git.repo.base: substituted all usages of the active_branch property with self...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel