summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
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-12-05docs: fix version stringGuido Günther
2011-11-23Additional documentation for postexport hook in the manualJan Čapek
- the documentation now provides sample postexport script and gbp.conf Signed-off-by: Jan Čapek <jan.capek@braiins.cz> Signed-off-by: Guido Günther <agx@sigxcpu.org>
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-11-06Move doc generation to separate MakefileGuido Günther
2011-10-23Document that gbp-create-repo is noninteractiveGuido Günther
Closes: #643752
2011-09-27Add missing braceGuido Günther
2011-09-27Add missing braceGuido Günther
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-21docs: Easier to remember commands to create orphan upstream branch.Charles Plessy
Closes; #619084 Signed-off-by: Guido Günther <agx@sigxcpu.org>
2011-03-21docs: Added markup to the example for creating upstream branch.Charles Plessy
Signed-off-by: Guido Günther <agx@sigxcpu.org>
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-02-27Add script to ignore .pc and tell dpkg-source unpatch the sourceGuido Günther
See #591858.