summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
...
* Improve an error message from dgit-repos-policy-debian.Ian Jackson2015-07-19
|
* Prettify changelogIan 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
|
* Allow git-url to be '' to force fallback to git-proto etc.Ian Jackson2015-07-19
|
* Talk to push.dgit.debian.org, rather than the .debian.net alias.Ian Jackson2015-07-19
|
* Remove configuration relating to alioth.Ian Jackson2015-07-19
|
* Remove an obsolete comment.Ian Jackson2015-07-19
|
* Switch to new production git repositories for reading. (this can no longer ↵Ian Jackson2015-07-19
| | | | divert to alioth).
* Provide for checking git presence via http[s].Ian Jackson2015-07-19
|
* Do some quoting on debug output (needed if the server might not be ↵Ian Jackson2015-07-19
| | | | trustworthy and might send us bad stuff).
* Provide for configurable git url suffix.Ian Jackson2015-07-19
|
* Provide for different access mechanisms when pushing.Ian Jackson2015-07-19
|
* Memoise git config lookups (big speedup!)Ian 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
|
* Make dgit-ssh-dispatch not spew (harmless) warnings if caller tries for a ↵Ian Jackson2015-07-18
| | | | shell session (ie SSH_ORIGINAL_COMMAND not set).
* Provide cgit-regen-config command for cgi-grnet-01.Ian Jackson2015-07-18
|
* Documentation: dgit(1): Remove some obsolete caveats from BUGS.Ian Jackson2015-07-11
|
* Mirroring: Mention in changelogIan Jackson2015-07-11
|
* Finalise 0.30, reallydebian/0.30Ian Jackson2015-07-05
|
* Provide --clean=git-ff (aka -wgf), which is useful for dgit itself (!)Ian Jackson2015-07-05
|
* Fix the rules clean target to remove test results and output.Ian Jackson2015-07-05
|
* Tidy changelog and finalise for 0.30Ian Jackson2015-07-05
|
* dgit: Do not verify the tag with git tag -v as well as git verify-tag, ie ↵Ian Jackson2015-07-05
| | | | suppress some noise output.
* dgit: Set up a merge driver for debian/changelog. Closes:#769291.Ian Jackson2015-07-04
|
* When receiving a push with dgit-repos-server, update the server's ↵Ian Jackson2015-07-04
| | | | refs/heads/master if we are pushing to what the distro regards as a relevant branch, and the push would ff master. Closes:#728209.
* dgit: Be more careful about tag updates during fetch: only update tags ↵Ian Jackson2015-07-04
| | | | referring to uploads to distro we are trying to fetch from.
* For non-Debian distros, debiantag() uses distro name a la DEP-14.Ian Jackson2015-07-04
|
* Change realpath dependency to `coreutils (>= 8.23-1~) | realpath' ↵Ian Jackson2015-07-04
| | | | (Closes:#786955.)
* 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
|
* Detect and bomb out on vendor-specific `3.0 (quilt)' patch series.Ian Jackson2015-06-29
|
* Quilt linearisation with .pc removal passes -f to git-rm. (Otherwise we may ↵Ian Jackson2015-06-29
| | | | find that .pc/applied_patches prevents the commit.)
* Fix an undef reference in error message processing when quilt fixup ↵Ian Jackson2015-06-29
| | | | linearisation fails.
* Show git config queries only with debuglevel 3 (-DDD) and higher.Ian Jackson2015-05-31
|
* Fix changelog bug ref for #770710Ian Jackson2015-05-31
|
* Turn all perl warnings into errorsIan Jackson2015-05-31
|
* Use ftpmasterapi archive query method. (Closes:#727702.)Ian Jackson2015-05-31
|
* Fix inaccurate error message when archive's git hash is not an ancestor of ↵Ian Jackson2015-04-15
| | | | git repo's git hash.
* debian/changelog: Mention some bugs which we are dealing withIan Jackson2014-11-25
|
* Document in manpage under `dgit push' that it is best to build with dgit too.Ian Jackson2014-11-25
|
* Reject (rather than ignoring) further options merged witht -wn, -wg, -wd.Ian Jackson2014-11-25
|
* Complain about lack of cuddled values for value-taking single-letter ↵Ian Jackson2014-11-25
| | | | options, rather than thinking the user meat an empty value. Closes:#763332.
* Do not offer wget as an alternative dependency to curl. We always ↵Ian Jackson2014-11-25
| | | | unconditionally invoke curl and have no code to use wget. Closes:#760805.
* Strip `-b <branch>' from contents of Vcs-Git header, when setting up the ↵Ian Jackson2014-11-25
| | | | vcs-git remote. Closes:#759374.