summaryrefslogtreecommitdiffhomepage
path: root/gbp
Commit message (Collapse)AuthorAge
* Fix commentsGuido Günther2009-12-24
| | | | Git-Dch: Ignore
* Allow to set compression typeGuido Günther2009-12-24
| | | | Closes: #554520
* Add body regex filterGuido Günther2009-12-23
| | | | Closes: #544238
* Improve error message when trying to import 3.0 source format packagesGuido Günther2009-12-13
| | | | until we properly support them.
* Make the default build command 3.x source format safeGuido Günther2009-11-22
| | | | | | | Instead of passing "-i\.git/ -I.git" to debuild use "-i -I". This makes sure we use the default behaviour of dpkg-source. Closes: #553079
* move FastImport into gbp/git.pyGuido Günther2009-10-24
|
* add --git-retagGuido Günther2009-10-24
| | | | Closes: #521329
* add GitRepository.is_fast_forward()Guido Günther2009-10-24
|
* add GitRepository.get_merge_branch()Guido Günther2009-10-24
|
* add GitFetchGuido Günther2009-10-24
|
* make has_branch aware of remote branchesGuido Günther2009-09-05
|
* make GitBranch remote branch awareGuido Günther2009-09-05
|
* add GitCloneGuido Günther2009-09-05
|
* add postimport hook for git-import-origGuido Günther2009-08-23
| | | | | | | Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
* add doctest for Command.call()Guido Günther2009-08-23
| | | | and fix error in exception handling revealed by the test.
* add doctest for Command.__call__()Guido Günther2009-08-23
|
* add doctestGuido Günther2009-08-23
| | | | for __sanitize_version() and build_tag()
* make sanitize_version a private functionGuido Günther2009-08-23
|
* drop superfluous _utils from module namesGuido Günther2009-08-23
|
* run doctests with noseGuido Günther2009-08-22
|
* make parameters for GitRepository.commits() optionalGuido Günther2009-08-15
|
* add --git-overlay optionأحمد المحمودي2009-07-29
| | | | Closes: #411206
* make tar_toplevel saferأحمد المحمودي2009-07-29
|
* + is a valid character in version numbersGuido Günther2009-07-03
|
* fix one digit version numbersGuido Günther2009-06-13
|
* add filter-pristine-tarMehdi Dogguy2009-06-13
| | | | | | to filter upstream tarball before passing it to pristine-tar Closes: #520722
* allow for uppercase characters in the version patternGuido Günther2009-06-11
| | | | | | | | and in the package name if it's not a debian source package's name. Also allow for ':' and '~' which are allowed accoring to Debian Policy. Based on a patch by Felipe Sateler. Closes: #531819
* add get_author_emailGuido Günther2009-05-02
| | | | that parses git config and environment
* add commit argument for GitTagGuido Günther2009-05-02
|
* pass --pretty=medium to git showGuido Günther2009-05-02
| | | | Closes: #525969
* restore default signal handlers before subprocess.callGuido Günther2009-04-24
| | | | Closes: #525411
* fix missing argument in error messageGuido Günther2009-04-24
|
* add postbuild hookGuido Günther2009-04-04
| | | | | | can be used to e.g. run lintian. Closes: #521358
* add get_archGuido Günther2009-04-04
| | | | returns dpkg's notion of the architecture
* store version without epochGuido Günther2009-04-04
| | | | and simplify version parsing
* Skip all comments before looking for clean_msgGuido Günther2009-03-05
| | | | Closes: #518008
* be less strict on the spelling of boolen config file optionsGuido Günther2009-02-27
| | | | | any capitalization of 'true' or 'false' as well as '0' and '1' are allowed.
* add --git-no-ignore-newGuido Günther2009-02-26
|
* make --[no-]full a config file optionGuido Günther2009-02-26
|
* simplify boolean option handlingGuido Günther2009-02-26
|
* make --export a config file optionGuido Günther2009-02-26
|
* Pass "-d" to debuild when run as cleaner.Guido Günther2009-02-26
| | | | | | | This way build-deps don't have to be fulfilled in the source tree but only in the build tree. Closes: #516876
* add GitRepository.rev_parseGuido Günther2009-02-19
|
* handle dpkg-parsechangelog errorsGuido Günther2009-01-23
| | | | Closes: #512765
* add --no-git-authorGuido Günther2008-12-29
|
* Use name and email from gitRobie Basak2008-12-29
| | | | Closes: #509867
* add --no-sign-tagsGuido Günther2008-12-28
| | | | Closes: #508889
* add support for --foo and --no-foo optionsGuido Günther2008-12-28
| | | | by looking add at foo and no-foo config file defaults.
* add GitRepository.is_empty and create_repo helpersGuido Günther2008-11-22
|
* rename GitInitDB to GitInitGuido Günther2008-11-22
|