summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)AuthorFilesLines
2010-01-25DscFile: Parse name of debian.tar.gzGuido Günther1-5/+12
2009-12-24Fix commentsGuido Günther1-2/+2
2009-12-24Allow to set compression typeGuido Günther2-8/+17
2009-12-23Add body regex filterGuido Günther1-0/+1
2009-12-13Improve error message when trying to import 3.0 source format packagesGuido Günther1-0/+6
2009-11-22Make the default build command 3.x source format safeGuido Günther1-1/+1
2009-10-24move FastImport into gbp/git.pyGuido Günther1-1/+66
2009-10-24add --git-retagGuido Günther1-1/+7
2009-10-24add GitRepository.is_fast_forward()Guido Günther1-0/+9
2009-10-24add GitRepository.get_merge_branch()Guido Günther1-0/+11
2009-10-24add GitFetchGuido Günther1-0/+10
2009-09-05make has_branch aware of remote branchesGuido Günther1-3/+10
2009-09-05make GitBranch remote branch awareGuido Günther1-2/+5
2009-09-05add GitCloneGuido Günther1-0/+7
2009-08-23add postimport hook for git-import-origGuido Günther1-1/+1
2009-08-23add doctest for Command.call()Guido Günther1-2/+9
2009-08-23add doctest for Command.__call__()Guido Günther1-4/+11
2009-08-23add doctestGuido Günther1-2/+12
2009-08-23make sanitize_version a private functionGuido Günther1-2/+3
2009-08-23drop superfluous _utils from module namesGuido Günther2-0/+0
2009-08-22run doctests with noseGuido Günther3-25/+0
2009-08-15make parameters for GitRepository.commits() optionalGuido Günther1-4/+17
2009-07-29add --git-overlay optionأحمد المحمودي1-0/+3
2009-07-29make tar_toplevel saferأحمد المحمودي1-1/+3
2009-07-03+ is a valid character in version numbersGuido Günther1-1/+3
2009-06-13fix one digit version numbersGuido Günther1-1/+3
2009-06-13add filter-pristine-tarMehdi Dogguy3-0/+27
2009-06-11allow for uppercase characters in the version patternGuido Günther1-1/+36
2009-05-02add get_author_emailGuido Günther1-0/+13
2009-05-02add commit argument for GitTagGuido Günther1-2/+5
2009-05-02pass --pretty=medium to git showGuido Günther1-1/+1
2009-04-24restore default signal handlers before subprocess.callGuido Günther1-1/+6
2009-04-24fix missing argument in error messageGuido Günther1-1/+1
2009-04-04add postbuild hookGuido Günther1-0/+1
2009-04-04add get_archGuido Günther1-0/+7
2009-04-04store version without epochGuido Günther1-8/+16
2009-03-05Skip all comments before looking for clean_msgGuido Günther1-9/+5
2009-02-27be less strict on the spelling of boolen config file optionsGuido Günther1-3/+5
2009-02-26add --git-no-ignore-newGuido Günther1-0/+2
2009-02-26make --[no-]full a config file optionGuido Günther1-0/+5
2009-02-26simplify boolean option handlingGuido Günther1-4/+10
2009-02-26make --export a config file optionGuido Günther1-0/+1
2009-02-26Pass "-d" to debuild when run as cleaner.Guido Günther1-1/+1
2009-02-19add GitRepository.rev_parseGuido Günther1-1/+7
2009-01-23handle dpkg-parsechangelog errorsGuido Günther1-7/+10
2008-12-29add --no-git-authorGuido Günther1-1/+3
2008-12-29Use name and email from gitRobie Basak2-0/+9
2008-12-28add --no-sign-tagsGuido Günther1-0/+2
2008-12-28add support for --foo and --no-foo optionsGuido Günther1-7/+38
2008-11-22add GitRepository.is_empty and create_repo helpersGuido Günther1-1/+25