summaryrefslogtreecommitdiff
path: root/docs/manpages
AgeCommit message (Collapse)Author
2014-05-19Documnt that the patches must apply without fuzzGuido Günther
2014-05-16Fix comitter vs committer typosGuido Günther
Thanks: Sandro Tosi Closes: #748339
2014-05-02gbp pq: document --forceGuido Günther
2014-04-03config: add decorator to add_option_* functionsGuido Günther
This allows us to build an internal list of valid options and print these.
2014-04-01Add minimal 'config' commandGuido Günther
This only allows to print single config values so far. Closes: #733470
2014-03-27docs: add some missing sgml closing tagsMarkus Lehtonen
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-03-13Fix config file nameMario Lang
2014-03-09Remove incorrect docs about multiple filter optionsGuido Günther
Closes: #718536
2014-02-23git-import-dsc: Document --create-missing-branchesGuido Günther
2013-12-02No need to document --verboseGuido Günther
Properly document --help instead. Thanks: Olivier Berger for pointing this out Closes: #731149
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther
Closes: #636368
2013-10-31docs: update pq manpages regarding pq command meta tagsMarkus Lehtonen
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-10-10doc: Fix git-pbuilder exampleEtienne Millon
Closes: #725875
2013-09-10typo s/bei/be/Osamu Aoki
Closes: #722359
2013-09-04docs: minor sgml syntax fixMarkus Lehtonen
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2013-07-13--git-hooks doesn't take an argumentGuido Günther
2013-07-04Remove duplicate config files sectionGuido Günther
in the "gbp builpackage" man page
2013-07-04Add gbp buildpackage exampleGuido Günther
showing git-pbuilder invocation
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-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-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-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.