summaryrefslogtreecommitdiff
path: root/dgit.1
Commit message (Collapse)AuthorAge
* dgit.1: Fix typosRichard Hartmann2015-07-21
|
* Manpage: Better cross-references for -k and keyid.Ian Jackson2015-07-20
|
* Manpage: Clarify wording of readonly config.Ian Jackson2015-07-20
|
* Remove stray sentence in config section of manpage.Ian Jackson2015-07-20
|
* In discussion on how to start using dgit when already using git, do not ↵Ian Jackson2015-07-20
| | | | imply/assume that existing git history will have identical trees to dgit history.
* Qualify to Debian the manpage comment about how to do NMU.Ian Jackson2015-07-20
|
* In manpage, do not seem to imply that NMU should be of only one new commit.Ian Jackson2015-07-20
|
* Fix a formatting problem in --build-products-dir= doc.Ian Jackson2015-07-20
|
* Document that --quilt=linear is the default for Debian.Ian Jackson2015-07-20
|
* Improve manpage comment about defining a new distro.Ian Jackson2015-07-20
|
* Document that -cname=value applies only for this run.Ian Jackson2015-07-20
|
* Document that up to -DDD (not just -DD) is meaningfully different.Ian Jackson2015-07-20
|
* Manpage said that --clean=check was -wn but that is --clean=none; correctly ↵Ian Jackson2015-07-20
| | | | document that --clean=check is actually -wc.
* Fix a manpage typo.Ian Jackson2015-07-20
|
* Fix a manpage typo.Ian Jackson2015-07-19
|
* Remove obselete comment about DMs not being able to push.Ian Jackson2015-07-19
|
* dgit(1): Reorganise and complete the configuration section.Ian Jackson2015-07-19
|
* Make readonly vs push configurableIan Jackson2015-07-19
|
* Provide -wc aka --clean=check.Ian Jackson2015-07-19
|
* Provide -wdd aka --clean=dpkg-source-d. Closes:#792433.Ian Jackson2015-07-19
|
* dgit(1); Mention that -wgf can avoid need for build-deps.Ian Jackson2015-07-19
|
* Documentation: dgit(1): Remove some obsolete caveats from BUGS.Ian Jackson2015-07-11
|
* Provide --clean=git-ff (aka -wgf), which is useful for dgit itself (!)Ian Jackson2015-07-05
|
* dgit: Provide "dgit setup-mergechangelogs" operationIan Jackson2015-07-04
|
* Manpages: clarify usual workflowIan Jackson2015-07-04
|
* Manpages: Improve formatting of alternative options, etc.Ian Jackson2015-07-04
|
* Manpages: Other clarifications and improvements.Ian Jackson2015-07-04
|
* Manpages: Break out dgit(7) from dgit(1).Ian Jackson2015-07-04
|
* --clean=git and --clean=none cause dgit to pass -nc to dpkg-buildpackage, ↵Ian Jackson2015-07-04
| | | | suppressing calls to the package's clean target. Also, expand the documentation in this area slightly. Closes:#768590.
* Document that dgit repos are cloneable with git, in dgit(1) section MODEL. ↵Ian Jackson2015-06-30
| | | | [Andreas Barth.] Closes:#768470.
* Provide example workflow for dgit rpush. Closes:#763334.Ian Jackson2015-06-30
|
* Infra: Provide dgit clone-dgit-repos-serverIan Jackson2015-06-20
|
* Infra: Add dgit-repos-policy-trustingIan Jackson2015-05-31
| | | | | | | | Also add the --deliberately-fresh-repo deliberately, both to the manpage and to dgit's idea of non-fast-forward-ness. Rename the dgit test only deliberatelies to start with TEST-dgit-only- rather than having the -dgit-only at the end.
* dgit: Introduce "deliberatelies"Ian Jackson2015-03-22
| | | | No underlying recipient of this info yet - just plumbing.
* Document in manpage under `dgit push' that it is best to build with dgit too.Ian Jackson2014-11-25
|
* Make --no-quilt-fixup an alias for (a new option) --quilt=nocheckIan Jackson2014-11-23
|
* Better documentation for quilt series handling.Ian Jackson2014-11-23
|
* Do not have .pc in dgit's git history for format `3.0 (quilt)'Ian Jackson2014-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | packages. * When constructing a git tree from a .dsc (which we do by unpacking it in a temporary directory), drop any .pc directory. * Rewrite the quilt fixup preparation: we now fake up a .dsc so that we can regenerate the .pc, which is needed by dpkg-source. * If after we have committed any quilt fixup, there is a .pc directory, make a commit removing it. * We now construct new quilt patches in a temporary directory, so there is no problem about ignored files or --ignore-dirty. Remove the mention of this limitation from the manpage. * Be less critical of `3.0 (quilt)' and improve the documentation relating to the interaction between dpkg-source and dgit. Mention git-dpm. * When `committing quilty patches', do not re-add a deleted .pc directory (while still permitting updates to an existing .pc - although the .pc will then disappear in the next commit). * In the test suite, disregard differences found in .pc. * cmd_quilt_fixup sets $package for the benefit of build_maybe_quilt_fixup
* Fixed a manpage typo.Ian Jackson2014-08-10
|
* When cloning, set up a remote `vcs-git' from the package's Vcs-Git (and put ↵Ian Jackson2014-08-04
| | | | an appropriate caveat in the manpage). Closes:#740687.
* Provide `dgit clean'. Closes:#736527.Ian Jackson2014-08-04
|
* Fix a manpage reference to `--dget=' where `--dgit=' was intended.Ian Jackson2014-08-03
|
* Use curl to download things rather than dget; do our own processing of the filesIan Jackson2014-08-03
|
* Document that dgit rpush needs gnupg and your public key on the build host. ↵Ian Jackson2014-08-03
| | | | Closes:#736529.
* Work in read-only no-git-history mode with Ubuntu. You still have to pass ↵Ian Jackson2014-08-03
| | | | -dubuntu. Closes:#751781.
* Clone removes destination directory on error. Closes:#736153.Ian Jackson2014-08-03
|
* Mention cross-version dgit rpush incompatibility in manpage.Ian Jackson2014-07-30
|
* Run a clean (of the specified type) before any build operation; do this with ↵Ian Jackson2014-01-19
| | | | `dpkg-buildpackage -T' clean if necessary, so -wd now works with all the building methods.
* Provide --build-products-dir option (and corresponding semantics for -C) to ↵Ian Jackson2014-01-19
| | | | specify where to find the files to upload. Closes:#731633.
* manpage: Make discussion of --existing-package less scary. The default ↵Ian Jackson2013-10-28
| | | | archive access method no longer needs it. Closes:#720171.