chiark / gitweb /
Refactor coping with maybe-existing files in fake dsc
[dgit.git] / dgit
2015-08-20 Ian JacksonRefactor coping with maybe-existing files in fake dsc
2015-08-19 Ian JacksonDetect and reject git trees containing debian/source...
2015-08-18 Ian JacksonWhen quilt linearisation fails, print the right informa...
2015-08-18 Ian JacksonWhen running git-add in commit-quilty-patch, use -f...
2015-08-18 Ian JacksonWhen running git-add in commit-quilty-patch, properly...
2015-08-18 Ian JacksonUnbreak --dry-run (`exiting subroutine via next', broke...
2015-08-16 Ian JacksonProperly quote package name when constructing regexp...
2015-08-16 Ian JacksonIf a .orig in .. is a symlink, hardlink the link target...
2015-08-16 Ian JacksonIn option parser test `@ARGV' not `length @ARGV'. ...
2015-08-14 Ian JacksonFinish dealing with uncuddled options
2015-08-14 Ian JacksonConvert to defvalopt: -k
2015-08-14 Ian JacksonConvert to defvalopt: -C
2015-08-14 Ian JacksonConvert to defvalopt: -c
2015-08-14 Ian JacksonConvert to defvalopt: --quilt=
2015-08-14 Ian JacksonConvert to defvalopt: --clean
2015-08-14 Ian JacksonConvert to defvalopt: --build-products-dir
2015-08-14 Ian JacksonConvert to defvalopt: --initiator-tempdir
2015-08-14 Ian JacksonReformat defvalopt calls table (nfc)
2015-08-14 Ian JacksonUse defvalopt scalar ref (no overall functional change)
2015-08-14 Ian JacksonPermit defvalopt $fn to be a scalar ref instead (nfc...
2015-08-14 Ian JacksonConvert to defvalopt: --existing-package
2015-08-14 Ian JacksonConvert to defvalopt: --distro, -d
2015-08-14 Ian JacksonBreak out $valopt (nfc)
2015-08-14 Ian JacksonIntroduce defvalopt, new approach for options taking...
2015-08-14 Ian JacksonHonour *.clean-mode configuration setting for --clean...
2015-08-14 Ian JacksonDo defaulting for $cleanmode just before invoking main...
2015-08-14 Ian JacksonBreak out $cleanmode_re (nfc)
2015-07-27 Ian JacksonCope with new git-buildpackage which provides gbp,...
2015-07-27 Ian JacksonWhen invoking git-buildpackage via dgit gbp-build,...
2015-07-27 Ian JacksonAlso suppress spurious runs of the clean target when...
2015-07-27 Ian JacksonWhen we are using dpkg-buildpackage to clean before...
2015-07-27 Ian JacksonShow `dgit sbuild' in usage message.
2015-07-27 Ian JacksonRename `git-build' operation to `gbp-build' to make...
2015-07-27 Ian JacksonHonour --git= (mostly).
2015-07-27 Ian JacksonWhen key to use not specified any other way, use the...
2015-07-27 Ian JacksonRemove stray .gits during quilt fixup, too
2015-07-27 Ian JacksonBreak out remove_stray_gits
2015-07-27 Ian JacksonWork around curl -sS -I printing `HTTP/1.0 200 Connecti...
2015-07-27 Ian JacksonSet up git user.email and user.name from distro access...
2015-07-27 Ian JacksonProvide dgit setup-new-tree (like dpkg-setup-mergechang...
2015-07-26 Ian JacksonMake configuration able to prevent dpkg-mergechangelogs...
2015-07-26 Ian JacksonProvide access_cfg_bool (no call sites yet)
2015-07-26 Ian JacksonFix a debug message in the obsolete sshpsql archive...
2015-07-26 Ian JacksonWith -DDDD, print out all gitcfg references (copious!)
2015-07-26 Ian JacksonSlurp in entire git config, for better performance.
2015-07-26 Ian JacksonOption parsing: Redo .opts-CMD parsing to use insertpos
2015-07-26 Ian JacksonHonour dgit-distros.DISTRO.cmd-CMD and .opts-CMD. ...
2015-07-26 Ian JacksonConfiguration: Break out access_cfg_cfgs
2015-07-26 Ian JacksonOption parsing: Defer addition of cmdline opts so that...
2015-07-26 Ian JacksonOption parsing: Do not permit --blah="" (which won...
2015-07-26 Ian JacksonPrint a supplementary message when push fails, giving...
2015-07-26 Ian Jacksonrpush: Support empty files in protocol_read_bytes
2015-07-26 Ian Jacksonrpush: Introduce more sophisticated protocol negotiation.
2015-07-26 Ian JacksonCosmetic code improvement
2015-07-26 Ian JacksonWhen source package contains things called .git (even...
2015-07-25 Ian JacksonWork around #793471 (madness with $SIG{__WARN__} and...
2015-07-21 Ian Jackson--new is needed for read access to packages in NEW...
2015-07-19 Ian JacksonMake readonly vs push configurable
2015-07-19 Ian JacksonRename $access_pushing to $access_forpush and read...
2015-07-19 Ian JacksonAllow git-url to be '' to force fallback to git-proto...
2015-07-19 Ian JacksonTalk to push.dgit.debian.org, rather than the .debian...
2015-07-19 Ian JacksonRemove configuration relating to alioth.
2015-07-19 Ian JacksonRemove an obsolete comment.
2015-07-19 Ian JacksonSwitch to new production git repositories for reading...
2015-07-19 Ian JacksonProvide for checking git presence via http[s].
2015-07-19 Ian JacksonProvide for configurable git url suffix.
2015-07-19 Ian JacksonProvide for different access mechanisms when pushing.
2015-07-19 Ian JacksonMemoise git config lookups (big speedup!)
2015-07-19 Ian JacksonProvide -wc aka --clean=check.
2015-07-19 Ian JacksonProvide -wdd aka --clean=dpkg-source-d. Closes:#792433.
2015-07-05 Ian JacksonProvide --clean=git-ff (aka -wgf), which is useful...
2015-07-04 Ian Jacksondgit: Do not verify the tag with git tag -v as well...
2015-07-04 Ian Jacksondgit: Debian config: Provide git-create
2015-07-04 Ian Jacksondgit: sbuild: Fix typo which broke dgit sbuild
2015-07-04 Ian Jacksondgit: Rationalise some messages
2015-07-04 Ian Jacksondgit: Provide "dgit setup-mergechangelogs" operation
2015-07-04 Ian Jacksondgit: Set up a merge driver for debian/changelog. ...
2015-07-04 Ian Jacksondgit: Break out set_local_git_config (nfc)
2015-07-04 Ian Jacksondgit: Be more careful about tag updates during fetch...
2015-07-04 Ian Jacksondgit: Use $csuite not $isuite for lrfetchrefs
2015-07-04 Ian Jacksondgit: Always canonicalise suite rather earlier
2015-07-04 Ian JacksonFor non-Debian distros, debiantag() uses distro name...
2015-07-04 Ian Jackson--clean=git and --clean=none cause dgit to pass -nc...
2015-06-29 Ian JacksonDetect and bomb out on vendor-specific `3.0 (quilt...
2015-06-29 Ian JacksonQuilt linearisation with .pc removal passes -f to git...
2015-06-29 Ian JacksonFix an undef reference in error message processing...
2015-06-28 Ian Jacksonfixup! Infra: Honour archive-query
2015-06-28 Ian JacksonTLS keys: Use ca-certificates on end user machines...
2015-06-28 Ian JacksonInfra: Honour archive-query-tls-curl-ca-args
2015-06-28 Ian JacksonTLS keys: Cope if archive-query-tls-key unset
2015-06-26 Ian Jacksonarchive-api-query: Use correct arguments for curl
2015-06-23 Ian JacksonUse force flag when pushing tags
2015-06-20 Ian JacksonUpdate copyright dates
2015-06-20 Ian JacksonInfra: Provide dgit clone-dgit-repos-server
2015-05-31 Ian Jacksondgit: Gate sending "previously" on deliberately_not_fas...
2015-05-31 Ian JacksonPush replay prevention protocol: Rename "supersedes...
2015-05-31 Ian JacksonInfra: Add dgit-repos-policy-trusting
2015-05-31 Ian Jacksondgit: Declare a "supersedes" in the signed tag for...
2015-05-31 Ian Jacksondgit: Break out deliberately_not_fast_forward (nfc)
2015-05-31 Ian JacksonNew approach to replay prevention - WIP
next