summaryrefslogtreecommitdiff
path: root/docs/manpages
AgeCommit message (Collapse)Author
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.
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-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-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-26gbp-pq: add "switch" actionGuido Günther
to quickly switch between patch-queue and base branch.
2011-12-26Add --[no-]-pbuilder-autoconfGuido Günther
to pass GIT_PBUILDER_AUTOCONF=no to git-pbuilder.
2011-11-22Documentation update for --git-postexport, --git-postbuild typo fixJan Čapek
Signed-off-by: Jan Čapek <jan.capek@braiins.cz> Signed-off-by: Guido Günther <agx@sigxcpu.org>
2011-10-23Document that gbp-create-repo is noninteractiveGuido Günther
Closes: #643752
2011-09-02Fix URL to cl2vcs serviceSalvatore Bonaccorso
Refer to https://honk.sigxcpu.org/cl2vcs instead of https://honk.sigxcpu.org/cl2vcs for the cl2vcs service. Closes: #640141
2011-08-09Document meta tagsGuido Günther
so one doesn't have to consult the manual Git-Dch: Short Closes: #636088 Thanks: Raphaël Hertzog for the suggestion
2011-07-30Document --time-machine optionGuido Günther
2011-07-29Better document --git-upstream-treeGuido Günther
2011-07-23git-buildpackage: Add upstream-tree optionRicardo Salveti de Araujo
to specify where the upstream tarball should be created from. The default is to create the upstream tarball from the exact tag and fail otherwise. To create the upstream tarball from the tip of the upstream branch use 'branch'. Based on a patch by Ricardo Salveti de Araujo
2011-07-06gbp-create-remote-repo: switch to git.debian.orgGuido Günther
Thanks: Ritesh Raj Sarraf Closes: #632897
2011-05-20Add support for qemubuilderGuido Günther
Closes: #601298
2011-05-20Spelling correctionsJon Dowland
Closes: #627378
2011-04-22Fix various typos in man pagesPeter Eisentraut
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2011-04-22Correct option name in git-buildpackage man pagePeter Eisentraut
Signed-off-by: Guido Günther <agx@sigxcpu.org>
2011-04-06docs: Document Gbp-Pq-Topic: tagGuido Günther
2011-03-12gbp-pq: Allow to specify subdirs for patchesGuido Günther
via the "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid sed callouts. Add "apply" action to apply single patches
2011-01-23git-import-dsc doc updates for new optionsJonathan Nieder
--author-is-committer and --author-date-is-committer-date