aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
Commit message (Collapse)AuthorAge
* docs: Fix path to gbp-configure-unpatched-sourceGuido Günther2012-03-15
| | | | Thanks: Tobias Frost
* Move gbp.conf manpage to section 5 and add referencesGuido Günther2012-03-11
| | | | from the other manpages
* git-import-dscs: allow to ignore gbp.conf files stored in the repositoryGuido Günther2012-03-08
| | | | Closes: #660898
* docs: Mention --help and commands that can't be configured via gbp.confGuido Günther2012-03-08
| | | | Git-Dch: Ignore
* GbpOptionParser: allow to modify list of parsed conf filesGuido Günther2012-03-08
| | | | by setting the GBP_CONF_FILES environment variable.
* Add manual page for gbp.confGuido Günther2012-03-08
| | | | | Closes: #661748 Thanks: Jari Alto for the POD version
* docs: makeversion pattern match the codeGuido Günther2012-02-25
| | | | Closes: #650465
* docs: add missing tags to sgml filesMarkus Lehtonen2012-02-15
| | | | Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Don't assume gzip compression of the orig tarballGuido Günther2012-01-18
|
* Add git-depth option to gbp-clone and gbp-pullMarkus Lehtonen2012-01-17
| | | | | Allows creating and deepening shallow clones. This is sometimes useful for e.g. saving bandwidth when cloning.
* buildpackage: Allow to pass pbuilder optionsGuido Günther2012-01-11
| | | | via commandline or gbp.conf
* Allow to specify the upstream tree via --upstream-treeGuido Günther2012-01-10
| | | | without the indirection to --upstream-branch.
* docs: add missing dependency to manpage generationGuido Günther2011-12-26
|
* gbp-pq: add "switch" actionGuido Günther2011-12-26
| | | | to quickly switch between patch-queue and base branch.
* Add --[no-]-pbuilder-autoconfGuido Günther2011-12-26
| | | | to pass GIT_PBUILDER_AUTOCONF=no to git-pbuilder.
* docs: fix version stringGuido Günther2011-12-05
|
* Additional documentation for postexport hook in the manualJan Čapek2011-11-23
| | | | | | | - 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>
* Documentation update for --git-postexport, --git-postbuild typo fixJan Čapek2011-11-22
| | | | | Signed-off-by: Jan Čapek <jan.capek@braiins.cz> Signed-off-by: Guido Günther <agx@sigxcpu.org>
* Move doc generation to separate MakefileGuido Günther2011-11-06
|
* Document that gbp-create-repo is noninteractiveGuido Günther2011-10-23
| | | | Closes: #643752
* Add missing braceGuido Günther2011-09-27
|
* Add missing braceGuido Günther2011-09-27
|
* Fix URL to cl2vcs serviceSalvatore Bonaccorso2011-09-02
| | | | | | | Refer to https://honk.sigxcpu.org/cl2vcs instead of https://honk.sigxcpu.org/cl2vcs for the cl2vcs service. Closes: #640141
* Document meta tagsGuido Günther2011-08-09
| | | | | | | | so one doesn't have to consult the manual Git-Dch: Short Closes: #636088 Thanks: Raphaël Hertzog for the suggestion
* Document --time-machine optionGuido Günther2011-07-30
|
* 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
|
* docs: Easier to remember commands to create orphan upstream branch.Charles Plessy2011-03-21
| | | | | Closes; #619084 Signed-off-by: Guido Günther <agx@sigxcpu.org>
* docs: Added markup to the example for creating upstream branch.Charles Plessy2011-03-21
| | | | Signed-off-by: Guido Günther <agx@sigxcpu.org>
* 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
* Add script to ignore .pc and tell dpkg-source unpatch the sourceGuido Günther2011-02-27
| | | | See #591858.
* 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