summaryrefslogtreecommitdiff
path: root/gbp/git/__init__.py
AgeCommit message (Collapse)Author
2013-04-13Introduce Source classGuido Günther
so we don't have to expose all the details of Debian's different files and conventions.
2011-12-16Move GitRepository into separate submoduleGuido Günther
2011-12-16Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther
2011-11-21Use GitArgs in GitRepository.{create,delete}_branch()Guido Günther
2011-11-21Use GitArgs in GitRepository.clone()Guido Günther
2011-11-21GitRepository: add signature option to format_patchGuido Günther
2011-11-20GitRepository: Return GitModifier from get_author_infoGuido Günther
2011-11-20Move FastImport to separate fileGuido Günther
2011-11-20Move GitCommit class into separate fileGuido Günther
2011-11-20Move GitModifier class to separate fileGuido Günther
and introduce a new base exception for Git related errors.
2011-11-20Move git code into submoduleGuido Günther