aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages
Commit message (Collapse)AuthorAge
* Better document --git-upstream-treeGuido Günther2011-07-29
|
* git-buildpackage: Add upstream-tree optionRicardo Salveti de Araujo2011-07-23
| | | | | | | | | 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
* gbp-create-remote-repo: switch to git.debian.orgGuido Günther2011-07-06
| | | | | Thanks: Ritesh Raj Sarraf Closes: #632897
* Add support for qemubuilderGuido Günther2011-05-20
| | | | Closes: #601298
* Spelling correctionsJon Dowland2011-05-20
| | | | Closes: #627378
* Fix various typos in man pagesPeter Eisentraut2011-04-22
| | | | Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Correct option name in git-buildpackage man pagePeter Eisentraut2011-04-22
| | | | Signed-off-by: Guido Günther <agx@sigxcpu.org>
* docs: Document Gbp-Pq-Topic: tagGuido Günther2011-04-06
|
* gbp-pq: Allow to specify subdirs for patchesGuido Günther2011-03-12
| | | | | | | via the "Gbp-Pq-Tag: <subdir>" directive in the patch header. This also gets rid sed callouts. Add "apply" action to apply single patches
* git-import-dsc doc updates for new optionsJonathan Nieder2011-01-23
| | | | --author-is-committer and --author-date-is-committer-date
* Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther2011-01-22
| | | | Closes: #610381
* git-import-dscs: Fix --debsnap doc and option error handlingJonathan Nieder2011-01-18
| | | | | Signed-off-by: Guido Günther <agx@sigxcpu.org> Closes: #610376
* Document --remote-nameGuido Günther2011-01-14
|
* Make gbp-create-remote-repo a first class citizenGuido Günther2011-01-11
| | | | Add manpage, move into path, add bash completion
* Make --[no-]merge a proper optionGuido Günther2011-01-11
| | | | so it can be configured via gbp.conf.
* git-buildpackage: Add support for sending notifications via libnotifyGuido Günther2011-01-08
| | | | after the build finished.
* docs: fix typo in gbp-pq manpageGuido Günther2011-01-07
| | | | | Closes: #609166 Thanks: Emilio Pozuelo
* Document --debsnap to fetch from snapshots.debian.orgGuido Günther2010-12-28
|
* gbp-pull: Better document --force and --redo-pqGuido Günther2010-12-27
|
* gbp-clone: better document --allGuido Günther2010-12-27
|
* Allow to drop numbers from patch names via --no-patch-numbersGuido Günther2010-12-27
| | | | | | so patch names remain constant when interim patches are dropped. Closes: #592129
* Add missing optionsGuido Günther2010-12-20
| | | | Git-Dch: ignore
* Add option to open editorGuido Günther2010-12-20
| | | | Closes: #565553
* Change --ignore-same-version to --allow-same-versionGuido Günther2010-12-20
| | | | and properly document it. This matches the defaults we had since ages.
* Document --git-overlayYaroslav Halchenko2010-09-29
| | | | Closes: #598530
* Add --git-arch optionGuido Günther2010-09-02
|
* Fix --git-cleaner option name in git-buildpackage man pageSvend Sorensen2010-08-29
| | | | | | | git-cleaner option is misspelled as git-cleander in description of git-pbuilder option in the git-buildpackage man page. Closes: #594612
* Missing manpage fixGuido Günther2010-08-12
| | | | Git-Dch: Ignore
* Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther2010-08-12
|
* Pass --multimaint-merge on to dchGuido Günther2010-08-06
| | | | Closes: #586165
* We don't only support .gz tarballsGuido Günther2010-08-04
|
* Drop git_load_dirs referenceGuido Günther2010-08-03
| | | | we're not using it anymore.
* Add prebuild hookJonathan Nieder2010-07-06
| | | | | | | Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
* Drop --no-mergeGuido Günther2010-07-04
| | | | We don't invoke 'git merge' anymore.
* Add compression=autoGuido Günther2010-06-26
| | | | | | | to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
* Add option --git-force-create to force tarball creationChristian Kastner2010-06-19
| | | | Closes: #519297
* Add 'ignore-branch' optionGuido Günther2010-06-19
| | | | This disables the 'current branch' == 'debian-branch' check.
* Let docbook handle the hard partGuido Günther2010-05-13
| | | | Git-Dch: Ignore
* Document --downloadGuido Günther2010-05-13
|
* Improve manpage and help outputGuido Günther2010-05-13
|
* Drop superflous TERMGuido Günther2010-05-04
| | | | Git-Dch: Ignore
* Document --git-compression and --git-compression-levelGuido Günther2010-05-04
|
* Document --uscanGuido Günther2010-05-04
|
* Document gbp-pull exit codesGuido Günther2010-05-04
|
* docs/manpages/git-dch.sgml: Consistency fixes and typo.Paul Menzel2010-02-25
| | | | | | | • Start sentences with capital letter and end them with a full stop. • s/enty/entry/ Signed-off-by: Paul Menzel <pm.debian@googlemail.com>
* Make the commit message for upstream imports configurable.Matthijs Kooijman2010-02-05
| | | | | | | This adds the import-msg commandline and configuration file option to change the commit message. Closes: #474457
* Add body regex filterGuido Günther2009-12-23
| | | | Closes: #544238
* Add support for a Git-Dch: Ignore metaheader.Matthijs Kooijman2009-12-17
| | | | | Closes: #561346 Thanks: Matthijs Kooijman
* Add documentation for gbp-{pg,pull.clone}Guido Günther2009-11-22
|
* document --git-retagGuido Günther2009-10-24
|