summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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.
2011-01-23git-import-dsc doc updates for new optionsJonathan Nieder
--author-is-committer and --author-date-is-committer-date
2011-01-22Add --author-is-comitter and --author-date-is-comitter-date commandline optionsGuido Günther
Closes: #610381
2011-01-18git-import-dscs: Fix --debsnap doc and option error handlingJonathan Nieder
Signed-off-by: Guido Günther <agx@sigxcpu.org> Closes: #610376
2011-01-14Document --remote-nameGuido Günther
2011-01-11Make gbp-create-remote-repo a first class citizenGuido Günther
Add manpage, move into path, add bash completion
2011-01-11Make --[no-]merge a proper optionGuido Günther
so it can be configured via gbp.conf.
2011-01-08git-buildpackage: Add support for sending notifications via libnotifyGuido Günther
after the build finished.
2011-01-07docs: fix typo in gbp-pq manpageGuido Günther
Closes: #609166 Thanks: Emilio Pozuelo
2010-12-28Document --debsnap to fetch from snapshots.debian.orgGuido Günther
2010-12-27gbp-pull: Better document --force and --redo-pqGuido Günther
2010-12-27gbp-clone: better document --allGuido Günther
2010-12-27Allow to drop numbers from patch names via --no-patch-numbersGuido Günther
so patch names remain constant when interim patches are dropped. Closes: #592129
2010-12-20Add missing optionsGuido Günther
Git-Dch: ignore
2010-12-20Add option to open editorGuido Günther
Closes: #565553
2010-12-20Change --ignore-same-version to --allow-same-versionGuido Günther
and properly document it. This matches the defaults we had since ages.
2010-12-03Fix off by one error by not countingGuido Günther
Thanks: Olivier Aubert for pointing this out
2010-09-29Document --git-overlayYaroslav Halchenko
Closes: #598530
2010-09-02Add --git-arch optionGuido Günther
2010-08-29Fix --git-cleaner option name in git-buildpackage man pageSvend Sorensen
git-cleaner option is misspelled as git-cleander in description of git-pbuilder option in the git-buildpackage man page. Closes: #594612
2010-08-12Missing manpage fixGuido Günther
Git-Dch: Ignore
2010-08-12Add --git-pbuilder and --git-dist=<dist> optionsGuido Günther