summaryrefslogtreecommitdiff
path: root/git/refs/log.py
blob: c67c0714d23af89018af14f003697cd8b144219e (plain)
1
2
3
4
5
6
from gitdb.ref.log import (
							RefLog,
							RefLogEntry
						)
__all__ = ["RefLog", "RefLogEntry"]