summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2010-06-19Add 'ignore-branch' optionGuido Günther
This disables the 'current branch' == 'debian-branch' check.
2010-05-13Let docbook handle the hard partGuido Günther
Git-Dch: Ignore
2010-05-13Document --downloadGuido Günther
2010-05-13Improve manpage and help outputGuido Günther
2010-05-04Document Git-Dch: Ignore and Git-Dch: ShortGuido Günther
2010-05-04Drop superflous TERMGuido Günther
Git-Dch: Ignore
2010-05-04Document --git-compression and --git-compression-levelGuido Günther
2010-05-04Document --uscanGuido Günther
2010-05-04Document gbp-pull exit codesGuido Günther
2010-02-25docs/manpages/git-dch.sgml: Consistency fixes and typo.Paul Menzel
• Start sentences with capital letter and end them with a full stop. • s/enty/entry/ Signed-off-by: Paul Menzel <pm.debian@googlemail.com>
2010-02-05Make the commit message for upstream imports configurable.Matthijs Kooijman
This adds the import-msg commandline and configuration file option to change the commit message. Closes: #474457
2009-12-23Add body regex filterGuido Günther
Closes: #544238
2009-12-23Drop superfluous upstream branch creationGuido Günther
2009-12-17Add support for a Git-Dch: Ignore metaheader.Matthijs Kooijman
Closes: #561346 Thanks: Matthijs Kooijman
2009-12-16docs: fix git-init callGuido Günther
Thanks: Pietro Battiston
2009-11-22Add documentation for gbp-{pg,pull.clone}Guido Günther
2009-11-05Stefano Zacchiroli’s workaround for creating empty upstream branches.Charles Plessy
(See ‘http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471560’)
2009-10-24document --git-retagGuido Günther
2009-10-24fix link to "homepage"Guido Günther
2009-09-17add missing --git- prefixGuido Günther
2009-09-16mention pristine-tar branch and pristine-tarGuido Günther
2009-08-23add postimport hook for git-import-origGuido Günther
Allows to run git-dch after import. Drop the dch invocation and warn when --no-dch gets passed on the commandline. Closes: #520355
2009-06-13add filter-pristine-tarMehdi Dogguy
to filter upstream tarball before passing it to pristine-tar Closes: #520722
2009-04-17document postbuild hookGuido Günther
2009-04-04add postbuild hookGuido Günther
can be used to e.g. run lintian. Closes: #521358
2009-02-26add --git-no-ignore-newGuido Günther
2009-02-26make --[no-]full a config file optionGuido Günther
2009-02-26add --no-pristine-tarGuido Günther
Closes: #517024
2009-02-26better document Closes: tagGuido Günther
Closes: #516877
2009-02-23Add --export=WC to export the working copy into export-dir.Guido Günther
Closes: #509138