summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-07-01Add examples for importing upstream sourcesGuido Günther
2013-06-30Fix broken xrefsGuido Günther
2013-06-27Document gbp's help optionGuido Günther
2013-06-26Rename the sgml files from git- to gbp-Guido Günther
2013-06-26gbp.conf: Use command names instead of {git,gbp}-Guido Günther
2013-06-26docs: Rename the entities from &git-<command>; to &gbp-<command>;Guido Günther
2013-06-26manpages: Changes references from git- to gbp-Guido Günther
2013-06-26docs: Use gbp <command> instead of {git,gbp}-<command>Guido Günther
2013-06-26Add gbp manpageGuido Günther
2013-05-04manpages: Document gbp-pull's --ignore-branch optionGuido Günther
2013-04-26buildpackage: implement --[no-]hooks optionMarkus Lehtonen
For enabling/disabling all hooks. This option does not affect the builder command, though. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-04-06Fix typosGuido Günther
Git-Dch: Ignore
2013-04-06Add urgency management.Daniel Dehennin
* tests/11_test_dch_main.py: test the new --urgency option to dch.main(). Add only meaningful tests, i.e. options alone and combined with --release and --snapshot. * git-dch (fixup_section): Manage "urgency" option. (main): Add version_group option "-U" and "--urgency" to set the urgency level of the entry. * docs/manpages/git-dch.sgml: Update documentation for new option.
2013-04-06Add option to manage distribution fields for non snapshot mode.Daniel Dehennin
The snapshot mode fails to merge two "debian/changelog" entries if the distribution is not "UNRELEASED". * tests/11_test_dch_main.py: test the new --distribution option to dch.main(). Add only meaningful tests, i.e. options alone and combined with --release and --snapshot. * git-dch (fixup_section): Rename as it's used to fix header in addition to trailer, this require a new named parameter "options". (main): Add version_group option "-D" and "--distribution" to specify the distribution name. Add version_group option "--force-distribution" to force the provided distribution to be used, used by "dch". Rename fixup_trailer() to fixup_section() and add options as parameters. * docs/manpages/git-dch.sgml: Update documentation for new options. Closes: #646684
2013-03-22Purging of the build dir should be configurable via a config fileGuido Günther
so introdice --git[-no]-purge which is consistent with the other boolean options and deprecate --git-dont-purge. Closes: #702200
2013-02-13Fix typoGuido Günther
Thanks: Andreas Beckmann Closes: #700443
2013-02-02Add missing --git-Guido Günther
LP: #1112831
2012-12-03Document --git-pristine-tar-commitGuido Günther
2012-11-23Add issing git- prefix to --color and --notify optionsGuido Günther
Thanks: Filippo Rusconi Closes: #693978
2012-11-08Minor git-import-orig manpage improvementsGuido Günther
2012-08-22manpages: correct manual section and remove duplicate entryGuido Günther
2012-08-22docs: make refentry ids of manpages more consistentMarkus Lehtonen
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2012-08-22docs: fix cross-referencing in manpagesMarkus Lehtonen
Docbook2man has to be run twice to make sure the cross-references are correct. First pass is just to update the cross-reference file (manpage.refs). The second the builds the actual manpages. Otherwise forward-references might be broken. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2012-08-18manpage: Fix typo in git-dch's multimain-merge optionGuido Günther
Closes: #684322
2012-05-24import_dsc: add --allow-unauthenticatedGuido Günther
Closes: #670623
2012-05-20Document --bpo, --nmu and --qa in git-dch's manpageSalvatore Bonaccorso
Closes: #673422 Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-05-20git-dch: Add support for --team switch for Team uploadsSalvatore Bonaccorso
Closes: #673368 Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-05-06docs: compolete git-dch synopsisGuido Günther
2012-04-19Bug#669145: [PATCH] Add git-dch --commit and --commit-msg optionsMatthijs Kooijman
Closes: #669145 Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-04-18docs: add some missing tags to sgml filesMarkus Lehtonen
2012-04-18Git-Dch: Full in commit messagesMatthijs Kooijman
This new tag makes git-dch use the full commit message when generating the Debian changelog file, even when --full is not given. Closes: #669159 Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-04-12docs: correct --git-builder default valueJö Fahlke
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-03-24Start documenting useful options when upstream uses git.Guido Günther
This is quiet terse yet so follow up bugs are welcome. Closes: #664771
2012-03-24docs: add --git-upstream-tag to git-buildpackage's manpageGuido Günther
2012-03-23git-import-orig: Allow to pass in an upstream vcs tagGuido Günther
This allows to link the import-orig commit with the corresponding upstream vcs tag. See #664771 for a discussion.
2012-03-21gbp-create-remote-repo: add --remote-configGuido Günther
This specifies an additional config file section that can be used to preconfigure different remote locations.
2012-03-21gbp create-remote-repo: allow to pass template directoryGuido Günther
to git init so it's possible to set up remote hooks.
2012-03-15docs: Fix path to gbp-configure-unpatched-sourceGuido Günther
Thanks: Tobias Frost
2012-03-11Move gbp.conf manpage to section 5 and add referencesGuido Günther
from the other manpages
2012-03-08git-import-dscs: allow to ignore gbp.conf files stored in the repositoryGuido Günther
Closes: #660898
2012-03-08docs: Mention --help and commands that can't be configured via gbp.confGuido Günther
Git-Dch: Ignore
2012-03-08GbpOptionParser: allow to modify list of parsed conf filesGuido Günther
by setting the GBP_CONF_FILES environment variable.
2012-03-08Add manual page for gbp.confGuido Günther
Closes: #661748 Thanks: Jari Alto for the POD version
2012-02-25docs: makeversion pattern match the codeGuido Günther
Closes: #650465
2012-02-15docs: add missing tags to sgml filesMarkus Lehtonen
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2012-01-18Don't assume gzip compression of the orig tarballGuido Günther
2012-01-17Add git-depth option to gbp-clone and gbp-pullMarkus Lehtonen
Allows creating and deepening shallow clones. This is sometimes useful for e.g. saving bandwidth when cloning.
2012-01-11buildpackage: Allow to pass pbuilder optionsGuido Günther
via commandline or gbp.conf
2012-01-10Allow to specify the upstream tree via --upstream-treeGuido Günther
without the indirection to --upstream-branch.
2011-12-26docs: add missing dependency to manpage generationGuido Günther