Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-13 | --git-hooks doesn't take an argument | Guido Günther | 1 | -1/+1 | |
2013-07-04 | Remove duplicate config files section | Guido Günther | 1 | -4/+1 | |
in the "gbp builpackage" man page | |||||
2013-07-04 | Add gbp buildpackage example | Guido Günther | 2 | -0/+23 | |
showing git-pbuilder invocation | |||||
2013-07-01 | Add examples for importing upstream sources | Guido Günther | 1 | -0/+11 | |
2013-06-30 | Fix broken xrefs | Guido Günther | 7 | -10/+10 | |
2013-06-27 | Document gbp's help option | Guido Günther | 1 | -0/+7 | |
2013-06-26 | Rename the sgml files from git- to gbp- | Guido Günther | 17 | -29/+29 | |
2013-06-26 | gbp.conf: Use command names instead of {git,gbp}- | Guido Günther | 1 | -9/+9 | |
2013-06-26 | docs: Rename the entities from &git-<command>; to &gbp-<command>; | Guido Günther | 13 | -106/+106 | |
2013-06-26 | manpages: Changes references from git- to gbp- | Guido Günther | 11 | -48/+52 | |
2013-06-26 | docs: Use gbp <command> instead of {git,gbp}-<command> | Guido Günther | 10 | -27/+28 | |
2013-06-26 | Add gbp manpage | Guido Günther | 6 | -0/+199 | |
2013-05-04 | manpages: Document gbp-pull's --ignore-branch option | Guido Günther | 1 | -1/+9 | |
2013-04-26 | buildpackage: implement --[no-]hooks option | Markus Lehtonen | 1 | -0/+9 | |
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-06 | Fix typos | Guido Günther | 1 | -3/+3 | |
Git-Dch: Ignore | |||||
2013-04-06 | Add urgency management. | Daniel Dehennin | 1 | -0/+9 | |
* 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-06 | Add option to manage distribution fields for non snapshot mode. | Daniel Dehennin | 1 | -0/+19 | |
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-22 | Purging of the build dir should be configurable via a config file | Guido Günther | 2 | -2/+10 | |
so introdice --git[-no]-purge which is consistent with the other boolean options and deprecate --git-dont-purge. Closes: #702200 | |||||
2013-02-13 | Fix typo | Guido Günther | 1 | -1/+1 | |
Thanks: Andreas Beckmann Closes: #700443 | |||||
2013-02-02 | Add missing --git- | Guido Günther | 1 | -2/+2 | |
LP: #1112831 | |||||
2012-12-03 | Document --git-pristine-tar-commit | Guido Günther | 1 | -0/+16 | |
2012-11-23 | Add issing git- prefix to --color and --notify options | Guido Günther | 1 | -2/+2 | |
Thanks: Filippo Rusconi Closes: #693978 | |||||
2012-11-08 | Minor git-import-orig manpage improvements | Guido Günther | 1 | -13/+36 | |
2012-08-22 | manpages: correct manual section and remove duplicate entry | Guido Günther | 1 | -13/+6 | |
2012-08-22 | docs: make refentry ids of manpages more consistent | Markus Lehtonen | 14 | -20/+20 | |
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2012-08-22 | docs: fix cross-referencing in manpages | Markus Lehtonen | 1 | -13/+24 | |
Docbook2man has to be run twice to make sure the cross-references are correct. First pass is just to update the cross-reference file (manpage.refs). The second the builds the actual manpages. Otherwise forward-references might be broken. Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> | |||||
2012-08-18 | manpage: Fix typo in git-dch's multimain-merge option | Guido Günther | 1 | -1/+1 | |
Closes: #684322 | |||||
2012-05-24 | import_dsc: add --allow-unauthenticated | Guido Günther | 1 | -0/+8 | |
Closes: #670623 | |||||
2012-05-20 | Document --bpo, --nmu and --qa in git-dch's manpage | Salvatore Bonaccorso | 1 | -0/+23 | |
Closes: #673422 Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||||
2012-05-20 | git-dch: Add support for --team switch for Team uploads | Salvatore Bonaccorso | 1 | -0/+7 | |
Closes: #673368 Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||||
2012-05-06 | docs: compolete git-dch synopsis | Guido Günther | 1 | -4/+18 | |
2012-04-19 | Bug#669145: [PATCH] Add git-dch --commit and --commit-msg options | Matthijs Kooijman | 1 | -0/+20 | |
Closes: #669145 Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||||
2012-04-18 | docs: add some missing tags to sgml files | Markus Lehtonen | 3 | -0/+5 | |
2012-04-18 | Git-Dch: Full in commit messages | Matthijs Kooijman | 2 | -5/+18 | |
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-12 | docs: correct --git-builder default value | Jö Fahlke | 1 | -1/+1 | |
Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||||
2012-03-24 | Start documenting useful options when upstream uses git. | Guido Günther | 1 | -4/+59 | |
This is quiet terse yet so follow up bugs are welcome. Closes: #664771 | |||||
2012-03-24 | docs: add --git-upstream-tag to git-buildpackage's manpage | Guido Günther | 1 | -0/+9 | |
2012-03-23 | git-import-orig: Allow to pass in an upstream vcs tag | Guido Günther | 1 | -0/+12 | |
This allows to link the import-orig commit with the corresponding upstream vcs tag. See #664771 for a discussion. | |||||
2012-03-21 | gbp-create-remote-repo: add --remote-config | Guido Günther | 2 | -0/+42 | |
This specifies an additional config file section that can be used to preconfigure different remote locations. | |||||
2012-03-21 | gbp create-remote-repo: allow to pass template directory | Guido Günther | 1 | -0/+10 | |
to git init so it's possible to set up remote hooks. | |||||
2012-03-15 | docs: Fix path to gbp-configure-unpatched-source | Guido Günther | 1 | -1/+1 | |
Thanks: Tobias Frost | |||||
2012-03-11 | Move gbp.conf manpage to section 5 and add references | Guido Günther | 13 | -34/+44 | |
from the other manpages | |||||
2012-03-08 | git-import-dscs: allow to ignore gbp.conf files stored in the repository | Guido Günther | 1 | -0/+11 | |
Closes: #660898 | |||||
2012-03-08 | docs: Mention --help and commands that can't be configured via gbp.conf | Guido Günther | 1 | -8/+13 | |
Git-Dch: Ignore | |||||
2012-03-08 | GbpOptionParser: allow to modify list of parsed conf files | Guido Günther | 1 | -0/+11 | |
by setting the GBP_CONF_FILES environment variable. | |||||
2012-03-08 | Add manual page for gbp.conf | Guido Günther | 7 | -6/+254 | |
Closes: #661748 Thanks: Jari Alto for the POD version | |||||
2012-02-25 | docs: makeversion pattern match the code | Guido Günther | 5 | -6/+6 | |
Closes: #650465 | |||||
2012-02-15 | docs: add missing tags to sgml files | Markus Lehtonen | 9 | -12/+24 | |
Signed-off-by: Guido Günther <agx@sigxcpu.org> | |||||
2012-01-18 | Don't assume gzip compression of the orig tarball | Guido Günther | 1 | -1/+1 | |
2012-01-17 | Add git-depth option to gbp-clone and gbp-pull | Markus Lehtonen | 2 | -0/+16 | |
Allows creating and deepening shallow clones. This is sometimes useful for e.g. saving bandwidth when cloning. |