summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2012-08-26Add debian/source/format parserGuido Günther1-0/+97
2012-08-22GitArgs/add: support iterable and non-string argsMarkus Lehtonen1-1/+13
2012-08-22GitRepository: Implement set_upstream_branch and get_upstream_branch methodsEd Bartosh1-0/+38
2012-08-22GitRepository/branch_contains: remove prefix '*' in branch nameZhang Qiang1-0/+2
2012-08-13dch: Fix error reporting on parsing errorsGuido Günther1-1/+1
2012-08-03Improve error reporting from uscanGuido Günther1-52/+112
2012-08-03Move uscan to separate classGuido Günther3-74/+138
2012-08-02gbp.command_wrappers: Reformat to 80 chars line lengthGuido Günther1-11/+23
2012-07-31Remove multiple spacesGuido Günther3-11/+11
2012-07-29GitModifier: use __getitem__ to fetch dateGuido Günther1-1/+1
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther10-21/+35
2012-07-27GitRepository/get_commit_info: add file statusMarkus Lehtonen1-2/+13
2012-07-27GitRepository/get_commit_info: add committer infoMarkus Lehtonen1-3/+7
2012-07-27GitRepository/get_commit_info: add author timestampMarkus Lehtonen1-5/+6
2012-07-27GitModifier: More flexible date handlingGuido Günther1-5/+54
2012-07-27Fix variable renamingGuido Günther1-1/+1
2012-07-24GitRepository: option to ignore untracked in is_clean()Markus Lehtonen1-2/+11
2012-07-24GitRepository/get_author_info: return user.name as nameMarkus Lehtonen1-1/+1
2012-07-23gbp.git.GitRepository: Add remove_remoteGuido Günther1-0/+3
2012-07-23git.repository.GitRepository.add_remote_repo: use GitArgsGuido Günther1-5/+6
2012-07-03GitRepository: Make rev_parse's short option an int everywhereGuido Günther1-2/+2
2012-07-03GitRepository/rev_parse: add new argument 'short'Markus Lehtonen1-3/+7
2012-07-02GitRepository/get_commit_info: check return value of git command correctlyMarkus Lehtonen1-1/+1
2012-07-02Make exception syntax consistentGuido Günther17-88/+88
2012-06-30GitRepository: return GitModifier object instead of separate fieldsGuido Günther2-5/+7
2012-06-30GitRepository: make get_commit_info() more robustMarkus Lehtonen2-10/+12
2012-06-30GitRepository: fix process cwd in _git_inout()Markus Lehtonen1-1/+1
2012-06-30PristineTar: move Debian-specific stuff to DebianPristineTarMarkus Lehtonen2-45/+58
2012-06-25UpstreamSource: automatically detect package name and versions from directoriesGuido Günther1-3/+10
2012-06-17deb.git: Fixed typo in method nameEd Bartosh1-1/+1
2012-06-17common/pq: use strip in apply_and_commit_patch()Markus Lehtonen2-3/+3
2012-06-17import-orig: move is_link_target() to common moduleMarkus Lehtonen2-9/+10
2012-06-08gbp.conf: Make config option printing more consistentGuido Günther1-42/+74
2012-06-01git-buildpackage: allow to build packages from detached HEAD stateGuido Günther1-3/+10
2012-06-01git-buildpackage overlay-mode: don't fail on files named like tarballGuido Günther1-10/+9
2012-06-01git-buildpackage: add missing importGuido Günther1-0/+1
2012-05-31gbp.git.repository: add GitRepository.make_treeGuido Günther1-2/+21
2012-05-31gbp.git.repository: Add GitRepository.write_fileGuido Günther1-0/+25
2012-05-31gbp.git.repository: Add GitRepository.list_treeGuido Günther1-0/+27
2012-05-25Refactor deb helpers: move PristineTar classGuido Günther3-99/+122
2012-05-24import_dsc: add --allow-unauthenticatedGuido Günther2-13/+20
2012-05-20Provide minimalist debian/control objectDaniel Dehennin1-0/+78
2012-05-20gbp.deb.ChangeLog: Add filename propertyGuido Günther1-0/+6
2012-05-20gbp.deb.changelog: Split parsing into a separate functionGuido Günther1-15/+19
2012-05-20Don't explicitly refer to lenny-backportsGuido Günther1-1/+1
2012-05-20git-dch: Add support for --team switch for Team uploadsSalvatore Bonaccorso1-1/+5
2012-05-15Add gbp.deb.ChangeLogSectionGuido Günther1-0/+56
2012-05-14gbp.git.repository: Add a "git merge-base" wrapperDaniel Dehennin1-0/+20
2012-05-12Config help fixJérémy Lal1-1/+1
2012-05-04GitRepository.format_patches: allow to set threading formatGuido Günther1-1/+2