summaryrefslogtreecommitdiff
path: root/git/repo/base.py
Commit message (Expand)AuthorAgeFilesLines
* Added previously missing parameter documentation for Repo.__init__ .Sebastian Thiel2015-02-091-0/+5
* Added test for `sshkey` context manager.Sebastian Thiel2015-01-221-2/+1
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-7/+13
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-4/+2
* Improved installation docs to mention `pip`, not `easy_install`Sebastian Thiel2015-01-191-2/+3
* Implemented Submodule.rename()Sebastian Thiel2015-01-191-0/+9
* Submodule.remove() now seems to work properly, nearly all tests are back.Sebastian Thiel2015-01-171-2/+2
* Submodule.remove() now deals with .git files correctly.Sebastian Thiel2015-01-171-2/+6
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-141-14/+12
* Added 'path' keyword argument to Repo.archive().Sebastian Thiel2015-01-141-2/+9
* GitConfigParser now respects and merges 'include' sectionsSebastian Thiel2015-01-141-2/+2
* Added `Repo.merge_base(...)` implementation, including test-case.Sebastian Thiel2015-01-131-1/+35
* Removed all previously added invocations of os.path.realpath as it wasn't req...Sebastian Thiel2015-01-121-3/+3
* Repo paths are now converted to real paths, as well as all paths involved in ...Sebastian Thiel2015-01-121-4/+4
* Added specific test for roughly checking configuration paths.Sebastian Thiel2015-01-121-1/+1
* Re-implemented 'user' config level based on suggestion by @jzempelSebastian Thiel2015-01-121-6/+2
* Added 'user' configuration level.Sebastian Thiel2015-01-101-1/+8
* Repo.init() now supports paths with a '~' in it, or environment variables in ...Sebastian Thiel2015-01-101-3/+8
* Added search_parent_directories keyword argument to Repo type.Sebastian Thiel2015-01-101-6/+4
* Added test to assure blame can deal with binary patches.Sebastian Thiel2015-01-091-7/+29
* Fixed PY3 support.Sebastian Thiel2015-01-081-1/+1
* Added Remote.exists() method, and test. Fixes #229Sebastian Thiel2015-01-081-1/+4
* Improve error handling of fetch/pull line parsingSebastian Thiel2015-01-081-1/+1
* Made improvements to assure test-cases don't leak file handlesSebastian Thiel2015-01-071-0/+4
* Implemented non-blocking operations using poll()Sebastian Thiel2015-01-071-5/+8
* test_repo worksSebastian Thiel2015-01-061-2/+3
* test_index worksSebastian Thiel2015-01-061-1/+4
* test_commit works once againSebastian Thiel2015-01-051-7/+10
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-4/+5
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+1
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-3/+12
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-4/+1
* Applied autopep8Sebastian Thiel2014-11-191-28/+33
* Minor fix to make read_gitfile work .Sebastian Thiel2014-11-191-3/+3
* Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ...Sebastian Thiel2014-11-191-2/+7
|\
| * Added support for separeted git dir.niyaton2013-02-271-0/+6
* | pep8 linting (trailing whitespace)Antoine Musso2014-11-161-41/+41
* | pep8 linting (whitespace before/after)Antoine Musso2014-11-161-21/+21
* | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-2/+1
* | pep8 linting (whitespaces)Antoine Musso2014-11-161-71/+71
* | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-2/+5
|\ \
| * | [#5330] Ensure wait() is called on git processesCory Johns2013-10-091-2/+5
* | | Merge pull request #194 from maxyz/fix-issue-41_0.3Sebastian Thiel2014-11-141-2/+2
|\ \ \
| * | | Fix issue #41: repo.is_dirty() on empty repository with stashed filesJan Vcelak2014-09-291-2/+2
* | | | Merge pull request #200 from dbaxa/0.3-with-unicode-fixesSebastian Thiel2014-11-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix the Repo commit and tree methods to work with unicode revs.David Black2014-11-121-2/+2
* | | | Fixed two minor typos.Marios Zindilis2014-06-131-2/+2
|/ / /
* | | Fix typo in untracked_filess13412014-05-091-1/+1
* | | Fix for untracked_files no longer detected #138Maximiliano Curia2014-05-061-18/+16
* | | Fixes creating a Repo for a submoduleRemi Rampin2014-04-241-3/+4