summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-22Document changes and release 0.6.0~git20120822debian/0.6.0_git20120822Guido Günther1-0/+22
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 Bartosh2-0/+75
2012-08-22manpages: correct manual section and remove duplicate entryGuido Günther1-13/+6
2012-08-22docs: make refentry ids of manpages more consistentMarkus Lehtonen14-20/+20
2012-08-22docs: fix cross-referencing in manpagesMarkus Lehtonen1-13/+24
2012-08-22GitRepository/branch_contains: remove prefix '*' in branch nameZhang Qiang1-0/+2
2012-08-18manpage: Fix typo in git-dch's multimain-merge optionGuido Günther1-1/+1
2012-08-13dch: Fix error reporting on parsing errorsGuido Günther1-1/+1
2012-08-03Document changes and release 0.6.0~git20120803debian/0.6.0_git20120803Guido Günther1-0/+95
2012-08-03Improve error reporting from uscanGuido Günther1-52/+112
2012-08-03Move uscan to separate classGuido Günther3-74/+138
2012-08-02Add tests for gbp.deb.{DpkgCompareVersions,DscFile}Guido Günther1-0/+79
2012-08-02gbp.command_wrappers: Reformat to 80 chars line lengthGuido Günther1-11/+23
2012-08-01Test help output by importing the modulesGuido Günther1-9/+13
2012-08-01Skip tests requiring devscripts if dch is not thereGuido Günther1-0/+1
2012-07-31Test behavior of gbp.scripts.dch.main().Daniel Dehennin2-1/+274
2012-07-31Remove multiple spacesGuido Günther3-11/+11
2012-07-29GitModifier: add tests for dict interfaceGuido Günther1-2/+12
2012-07-29GitModifier: use __getitem__ to fetch dateGuido Günther1-1/+1
2012-07-28GitRepository: raise GitRepositoryError on git errorsGuido Günther11-25/+37
2012-07-27GitRepository/get_commit_info: add file statusMarkus Lehtonen2-2/+15
2012-07-27GitRepository/get_commit_info: add committer infoMarkus Lehtonen2-3/+11
2012-07-27GitRepository/get_commit_info: add author timestampMarkus Lehtonen2-5/+10
2012-07-27GitModifier: More flexible date handlingGuido Günther2-5/+85
2012-07-27Fix variable renamingGuido Günther1-1/+1
2012-07-24GitRepository: option to ignore untracked in is_clean()Markus Lehtonen2-2/+13
2012-07-24GitRepository/get_author_info: return user.name as nameMarkus Lehtonen1-1/+1
2012-07-23gbp.git.GitRepository: Add remove_remoteGuido Günther2-0/+6
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ünther2-2/+7
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ünther20-91/+91
2012-06-30GitRepository: Add test that covers remote branches in has_branch()Guido Günther1-0/+2
2012-06-30GitRepository: return GitModifier object instead of separate fieldsGuido Günther3-6/+8
2012-06-30GitRepository: make get_commit_info() more robustMarkus Lehtonen3-11/+13
2012-06-30tests: test GitRepository.get_commit_info()Guido Günther1-0/+21
2012-06-30GitRepository: fix process cwd in _git_inout()Markus Lehtonen1-1/+1
2012-06-30PristineTar: move Debian-specific stuff to DebianPristineTarMarkus Lehtonen3-46/+59
2012-06-25UpstreamSource: automatically detect package name and versions from directoriesGuido Günther2-3/+11
2012-06-25Make TestDir testcase use a newly created directoryGuido Günther1-3/+11
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-01Document changes and release 0.6.0~git20120601debian/0.6.0_git20120601Guido Günther1-0/+20
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