summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2008-12-28add --no-sign-tagsGuido Günther
2008-12-28add support for --foo and --no-foo optionsGuido Günther
2008-11-22add GitRepository.is_empty and create_repo helpersGuido Günther
2008-11-22rename GitInitDB to GitInitGuido Günther
2008-11-15move common help messages into config.pyGuido Günther
2008-10-31add GbpNothingImported exceptionGuido Günther
2008-10-31add set_branch() to switch branchesGuido Günther
2008-10-22allow for another config file $REPO/debian/gbp.confGuido Günther
2008-10-02silence parse_dsc and move sanity checks into DscFileGuido Guenther
2008-10-02remove superflous printoutGuido Guenther
2008-09-26adjust is_clean for git 1.6Guido Guenther
2008-09-26make indentation more consistentGuido Guenther
2008-09-22add find_tag(branch)Guido Guenther
2008-09-22move replace_source_tree into GitRepositoryGuido Guenther
2008-09-22Don't honor .gitignore during replace_source_treeGuido Guenther
2008-08-30fix commit order of GitRepository.commits()Guido Guenther
2008-08-15allow setting the bug-closing meta tag to look forGuido Guenther
2008-08-12detect flat tar archives in git-import-dsc tooGuido Guenther
2008-08-01add epoch parsing to DscFileGuido Guenther
2008-07-21split git-log options into a listGuido Guenther
2008-07-21always symlink orig.tar.gz from tarball dirGuido Guenther
2008-07-17add GbpOptionGroupGuido Guenther
2008-07-17add GbpOptionParser.get_defaults()Guido Guenther
2008-06-24command_wrappers.py: add a GitMerge wrapper class.Adeodato Simó
2008-06-20make no-dch configurable via gbp.confGuido Guenther
2008-06-16Don't set the version number twiceGuido Guenther
2008-06-12add has_epochGuido Guenther
2008-05-17add call() doesn't mangle return codes nor uses stderrGuido Guenther
2008-05-17add a version propertyGuido Guenther
2008-05-17move dsc handling into deb_utilsGuido Guenther
2008-05-16include the commit id in the changelog entryGuido Guenther
2008-05-16better raise a ValueError exceptionGuido Guenther
2008-05-08make --meta a config file optionGuido Guenther
2008-05-04yield the commit messageGuido Guenther
2008-04-26make boolean options parsing more robustGuido Guenther
2008-04-24add write_treeGuido Guenther
2008-04-23fix error messageGuido Guenther
2008-04-17fix unpack_orig error reportingGuido Guenther
2008-04-14fix "pristine-tar missing" error messageGuido Guenther
2008-04-14fix indentationGuido Guenther
2008-04-14Make commits from git-import-dsc get author and date from debian/changelog.Adeodato Simó
2008-04-14Add support for passing extra env. vars to Command objects.Adeodato Simó
2008-04-14update modeline and fix typoGuido Guenther
2008-04-14add vim modelineGuido Guenther
2008-04-14add _test()Guido Guenther
2008-04-14add rfc822_date_to_git()Guido Guenther
2008-03-19git-core 1.5.3.4 doesn't support -q so use --quiet insteadGuido Guenther
2008-03-14add commit() and show()Guido Guenther
2008-02-29make error messages more consistentGuido Guenther
2008-02-29make dsc import repeatable (Closes: #468120)Guido Guenther