| Commit message (Expand) | Author | Age | Files | Lines |
* | Add env parameter to Repo.clone_from() for setting environment variables | Jon Lund Steffensen | 2015-06-30 | 1 | -2/+6 |
* | Fix docstring of Repo.clone_from() | Jon Lund Steffensen | 2015-06-29 | 1 | -0/+1 |
* | Merge pull request #291 from hvnsweeting/support-init-choosing-backend | Sebastian Thiel | 2015-06-10 | 1 | -2/+7 |
|\ |
|
| * | add docstring for new arg | Hung Nguyen Viet | 2015-06-01 | 1 | -0/+5 |
| * | support passing odbt for using with Repo | Hung Nguyen Viet | 2015-06-01 | 1 | -2/+2 |
* | | refactor(repo): parameter renaming and cleanup | Sebastian Thiel | 2015-06-10 | 1 | -6/+3 |
* | | Allow submodules to be ignored in is_dirty | javex | 2015-06-05 | 1 | -4/+14 |
|/ |
|
* | Added previously missing parameter documentation for Repo.__init__ . | Sebastian Thiel | 2015-02-09 | 1 | -0/+5 |
* | Added test for `sshkey` context manager. | Sebastian Thiel | 2015-01-22 | 1 | -2/+1 |
* | Overhauled all tutorials, and placed them in a unit-test. | Sebastian Thiel | 2015-01-22 | 2 | -9/+13 |
* | Added advance usage examples to tutorial and made minor fixes. | Sebastian Thiel | 2015-01-21 | 1 | -4/+2 |
* | Assured that branch changes are properly handled. | Sebastian Thiel | 2015-01-21 | 1 | -0/+1 |
* | Greatly improved possible safety of Submodule.update(), which is used by defa... | Sebastian Thiel | 2015-01-20 | 1 | -1/+1 |
* | Improved installation docs to mention `pip`, not `easy_install` | Sebastian Thiel | 2015-01-19 | 1 | -2/+3 |
* | Implemented Submodule.rename() | Sebastian Thiel | 2015-01-19 | 1 | -0/+9 |
* | Submodule.remove() now seems to work properly, nearly all tests are back. | Sebastian Thiel | 2015-01-17 | 1 | -2/+2 |
* | Submodule.remove() now deals with .git files correctly. | Sebastian Thiel | 2015-01-17 | 1 | -2/+6 |
* | Fixed some doc strings to build correctly with sphinx | Sebastian Thiel | 2015-01-14 | 1 | -14/+12 |
* | Added 'path' keyword argument to Repo.archive(). | Sebastian Thiel | 2015-01-14 | 1 | -2/+9 |
* | GitConfigParser now respects and merges 'include' sections | Sebastian Thiel | 2015-01-14 | 1 | -2/+2 |
* | Added `Repo.merge_base(...)` implementation, including test-case. | Sebastian Thiel | 2015-01-13 | 1 | -1/+35 |
* | Removed all previously added invocations of os.path.realpath as it wasn't req... | Sebastian Thiel | 2015-01-12 | 1 | -3/+3 |
* | Repo paths are now converted to real paths, as well as all paths involved in ... | Sebastian Thiel | 2015-01-12 | 1 | -4/+4 |
* | Added specific test for roughly checking configuration paths. | Sebastian Thiel | 2015-01-12 | 1 | -1/+1 |
* | Re-implemented 'user' config level based on suggestion by @jzempel | Sebastian Thiel | 2015-01-12 | 1 | -6/+2 |
* | Added 'user' configuration level. | Sebastian Thiel | 2015-01-10 | 1 | -1/+8 |
* | Repo.init() now supports paths with a '~' in it, or environment variables in ... | Sebastian Thiel | 2015-01-10 | 2 | -6/+13 |
* | Added search_parent_directories keyword argument to Repo type. | Sebastian Thiel | 2015-01-10 | 2 | -26/+13 |
* | Added test to assure blame can deal with binary patches. | Sebastian Thiel | 2015-01-09 | 1 | -7/+29 |
* | Improved handling of name-resolution, which will not mangle names anymore. | Sebastian Thiel | 2015-01-08 | 1 | -3/+6 |
* | Fixed PY3 support. | Sebastian Thiel | 2015-01-08 | 1 | -1/+1 |
* | Added Remote.exists() method, and test. Fixes #229 | Sebastian Thiel | 2015-01-08 | 1 | -1/+4 |
* | Improve error handling of fetch/pull line parsing | Sebastian Thiel | 2015-01-08 | 1 | -1/+1 |
* | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel | 2015-01-07 | 1 | -0/+4 |
* | Implemented non-blocking operations using poll() | Sebastian Thiel | 2015-01-07 | 1 | -5/+8 |
* | test_repo works | Sebastian Thiel | 2015-01-06 | 2 | -3/+4 |
* | test_remote works | Sebastian Thiel | 2015-01-06 | 1 | -1/+1 |
* | test_index works | Sebastian Thiel | 2015-01-06 | 1 | -1/+4 |
* | test_commit works once again | Sebastian Thiel | 2015-01-05 | 1 | -7/+10 |
* | Dum brute force conversion of all types. | Sebastian Thiel | 2015-01-04 | 2 | -4/+6 |
* | initial set of adjustments to make (most) imports work. | Sebastian Thiel | 2015-01-04 | 2 | -2/+4 |
* | Removed unnecessary (non-gitpython) tests and fixed flake80.3.3 | Sebastian Thiel | 2015-01-04 | 2 | -3/+13 |
* | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 2 | -6/+3 |
* | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 2 | -47/+54 |
* | Minor fix to make read_gitfile work . | Sebastian Thiel | 2014-11-19 | 2 | -14/+19 |
* | Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ... | Sebastian Thiel | 2014-11-19 | 2 | -2/+18 |
|\ |
|
| * | Added support for separeted git dir. | niyaton | 2013-02-27 | 2 | -0/+17 |
* | | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 2 | -46/+46 |
* | | pep8 linting (double spaces before comment) | Antoine Musso | 2014-11-16 | 1 | -1/+1 |
* | | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 2 | -25/+25 |