summaryrefslogtreecommitdiff
path: root/git/refs/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Replace wildcard imports with concrete imports"Trym Bremnes2021-10-031-6/+6
| | | | | | | | | | | This reverts commit 53d94b8091b36847bb9e495c76bb5a3ec2a2fdb5. The reason for the revert is that the commit in question introduced a regression where certain modules, functions and classes that were exposed before were no longer exposed. See https://github.com/gitpython-developers/GitPython/pull/1352#issuecomment-932757204 for additional information.
* Replace wildcard imports with concrete importsTrym Bremnes2021-10-011-6/+6
| | | | | | | All `from <module> import *` has now been replaced by `from <module> import X, Y, ...`. Contributes to #1349
* Rmv old py2.7 __future__ importsYobmod2021-07-191-1/+0
|
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-13/+1
|
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-8/+9
| | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-1/+1
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+21
adjusted