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