summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2014-11-14rpm-ch: implement --meta-bts optionMarkus Lehtonen1-2/+19
This gives the user the possibility to define what meta tags (in git commit message) git-rpm-ch recognizes as bug tracking system references. Or, makes it possible to disable bts meta tag tracking altogether. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14rpm-ch: implement --commit-msg optionMarkus Lehtonen1-0/+10
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14rpm-ch: implement --commit optionMarkus Lehtonen1-6/+19
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14docs: manpages for the rpm toolsMarkus Lehtonen16-0/+2255
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14docs: add initial RPM documentationMarkus Lehtonen9-14/+440
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14Add 'packaging-branch' cmdline optionMarkus Lehtonen2-2/+24
This is the counterpart of 'debian-branch' (basically identical to that) to not confuse rpm maintainers. Also, adds this option to gbp-clone and gbp-pull commands (as an alternative to the 'debian-branch option), which are usable for RPM in their current form. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14gbp-pull: two modes for --forceMarkus Lehtonen1-5/+8
The 'force' option now has two possible values: 'merge': upstream branch is merged, even if fast-forward is not possible. 'clean': check out a clean copy from the upstream if fast-forward is not possible (i.e. no merge). Local changes are lost in this case. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14gbp-pull: implement --all cmdline optionMarkus Lehtonen1-0/+8
This updates all remote-tracking branches (for the remote that is fetched from) whose local branch name is identical to the remote branch name. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14buildpackage: implement --[no-]build cmdline optionMarkus Lehtonen1-0/+11
For enabling/disabling the builder script. The option is a bit asymmetric: --git-no-build automatically disables the 'postbuild' hook whereas --git-build does not enable it (e.g. if --git-no-hooks is given). Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14import-orig: implement --create-missing-branches optionMarkus Lehtonen1-0/+10
Create the upstream branch if it does not exist. Use the same option name that import-dsc has. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14docs: enable building html docs with docbook2htmlMarkus Lehtonen2-0/+42
This is useful if sgml2x package is not available. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14docs: document the --customizations option of gbp dchMarkus Lehtonen1-0/+11
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-11-14docs: document the --interactive option of gbp-import-origMarkus Lehtonen1-0/+9
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-10-17man: fix option argument for --git-pbuilder-optionsGuido Günther1-1/+1
2014-09-13pq: document --dropGuido Günther1-0/+8
2014-09-01Mention --no-mergeGuido Günther1-1/+1
Closes: #760091
2014-08-23Allow to list all available commandsGuido Günther1-0/+16
2014-08-19buildpackage: Make debian-tag message configurableKamal Mostafa1-2/+11
New config option --git-debian-tag-msg allows for the specification of the message format string for signed debian-tags. When left unset, the default debian-tag-msg format is still: %(pkg)s Debian release %(version)s Signed-off-by: Kamal Mostafa <kamal@whence.com>
2014-06-30docs: document common options in one placeMarkus Lehtonen10-128/+90
Move the documentation of command line options common to all tools into one file. This unifies the manpage documentation and should make its maintenance easier. Also, this change adds missing options to several manpages. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-30docs: cosmetic reformat of git-dch manpage sgml sourceMarkus Lehtonen1-147/+207
Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-30docs: cosmetic reformat of pq manpage sgml sourceMarkus Lehtonen1-70/+85
Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-30docs: cosmetic reformat of import-dsc manpage sgml sourceMarkus Lehtonen1-42/+75
Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-30docs: cosmetic reformat of import-orig manpage sgml sourceMarkus Lehtonen1-58/+85
Makes the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-30docs: change option argument names to uppercase in buildpackage manMarkus Lehtonen1-39/+39
For the sake of consistency. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-30docs: cosmetic reformat of buildpackage manpage sgml sourceMarkus Lehtonen1-176/+306
In order to make the sgml source more readable. Fix indentation, tab to space, wrap lines. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: more flexible version parsing in MakefileMarkus Lehtonen1-1/+1
Add dash to the list of valid version characters. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document the --customizations option of gbp dchMarkus Lehtonen1-1/+12
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document the --interactive option of gbp-import-origMarkus Lehtonen1-0/+9
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document the --git-[no-]submodules optionMarkus Lehtonen1-0/+10
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: document the --color-scheme optionMarkus Lehtonen3-0/+45
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: sgml syntax fix, add missing semicolonsMarkus Lehtonen3-3/+3
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: reference buildpackage and pq in the gbp (supercommand) manpageMarkus Lehtonen1-0/+2
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: hyperlink references to other manpagesMarkus Lehtonen12-216/+54
Change references to other gbp manpages to linked refs so that we get hyperlinks in the html manpages. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-06-05docs: add some missing commas to manpagesMarkus Lehtonen3-3/+3
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-05-19Documnt that the patches must apply without fuzzGuido Günther1-2/+3
2014-05-16Fix comitter vs committer typosGuido Günther1-2/+2
Thanks: Sandro Tosi Closes: #748339
2014-05-02gbp pq: document --forceGuido Günther1-0/+8
2014-04-03config: add decorator to add_option_* functionsGuido Günther1-2/+12
This allows us to build an internal list of valid options and print these.
2014-04-03docs: re-enable missing manpageMarkus Lehtonen1-0/+1
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-04-01Add minimal 'config' commandGuido Günther6-6/+132
This only allows to print single config values so far. Closes: #733470
2014-03-27docs: add some missing sgml closing tagsMarkus Lehtonen2-1/+2
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
2014-03-13Fix config file nameMario Lang1-1/+1
2014-03-09Remove incorrect docs about multiple filter optionsGuido Günther1-11/+1
Closes: #718536
2014-02-23git-import-dsc: Document --create-missing-branchesGuido Günther1-10/+18
2014-02-16Update copyright noticeGuido Günther1-1/+1
Git-Dch: Ignore
2014-02-15docs: improve docs on using upstream's git repoGuido Günther1-6/+49
The documentation on using upstream's git directly instead of tarballs was very terse. Add a step by step guide on how to get started and how to update to new upstream versions.
2013-12-02No need to document --verboseGuido Günther1-12/+7
Properly document --help instead. Thanks: Olivier Berger for pointing this out Closes: #731149
2013-11-14Fiz description of backports branchesGuido Günther1-2/+2
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther1-0/+9
Closes: #636368
2013-10-31docs: update pq manpages regarding pq command meta tagsMarkus Lehtonen1-4/+20
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>