aboutsummaryrefslogtreecommitdiff
path: root/lib/git/objects/base.py
AgeCommit message (Collapse)Author
2009-10-12refs now take repo as first argument and derive from LazyMixin to allow them ↵Sebastian Thiel
to dynamically retrieve their objects Improved way commits are returned by refs as they now use the path to be sure they always point to the ref even if it changes - previously it would use the sha intead so it would not update after being cached on the ref object
2009-10-12Reorganized package structure and cleaned up importsSebastian Thiel