summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2010-08-12Simplify example using --downloadGuido Günther
2010-08-12Use git-pbuilder in the pbuilder chapterGuido Günther
2010-08-06Pass --multimaint-merge on to dchGuido Günther
Closes: #586165
2010-08-04We don't only support .gz tarballsGuido Günther
2010-08-03Drop git_load_dirs referenceGuido Günther
we're not using it anymore.
2010-07-06Add prebuild hookJonathan Nieder
Can be used to add an upstream changelog generated from the git repository to the build dir. Closes: #587652
2010-07-04Drop --no-mergeGuido Günther
We don't invoke 'git merge' anymore.
2010-06-29Don't document Git-Dch: twiceGuido Günther
Closes: #587456 Thanks: Matthijs Kooijman
2010-06-28Mention patch-queue branchesGuido Günther
2010-06-26Add compression=autoGuido Günther
to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
2010-06-19Add option --git-force-create to force tarball creationChristian Kastner
Closes: #519297