chiark / gitweb /
dgit: Add a comment about reason for commit_quilty_patch in push
[dgit.git] / dgit
2016-07-16 Ian Jacksondgit: Add a comment about reason for commit_quilty_patc...
2016-07-16 Ian Jacksondgit: Internal change: Support forcing split source...
2016-07-01 Ian Jacksonquilt fixup: When using git-reset, pass -q
2016-07-01 Ian Jacksondgit sbuild no longer deletes extranious .changes files...
2016-07-01 Ian JacksonNo longer tolerate a multitude of .changes files when...
2016-07-01 Ian JacksonRemove any pre-existing _source.changes file before...
2016-07-01 Ian JacksonIntroduce --rm-old-changes to delete previous builds...
2016-07-01 Ian JacksonBreak out changespat (no functional change)
2016-07-01 Ian JacksonWhen running dpkg-buildpackage, cope if user specified...
2016-07-01 Ian Jacksonsbuild: Check that the binary .changes file doesn't...
2016-07-01 Ian Jacksonsbuild: Rename the used-up .changes files to `.inmulti'
2016-07-01 Ian Jacksonsbuild:: check that we have the right number of .change...
2016-07-01 Ian Jacksonbuild_source: Fix bad Perl poetry style
2016-07-01 Ian JacksonProperly substitute $changesfile in one of the `You...
2016-07-01 Ian JacksonPrint better error message (with `fail' rather than...
2016-07-01 Ian JacksonDo not call "warn" on failure of cleanup handler in...
2016-07-01 Ian JacksonWhen cleaning up after failed clone, stat the to-be...
2016-07-01 Ian Jacksonsbuild; Do not pass -A
2015-08-22 Ian Jacksonquilt-fixup checks that the git tree is clean, as for...
2015-08-22 Ian Jacksonforbidden files: check them properly
2015-08-21 Ian JacksonWith dgit sbuild, pass our -d before the user's argumen...
2015-08-21 Ian Jacksonquilt fixup: A few more progress messages
2015-08-21 Ian JacksonReject debian/source/local-patch-header
2015-08-21 Ian Jacksonquilt fixup: quilt_fixup_linkorigs more debugging output
2015-08-21 Ian JacksonCope properly with `3.0 (quilt)' with single-debian...
2015-08-21 Ian Jacksonquilt fixup: Break out quilt_fixup_delete_pc (nfc)
2015-08-21 Ian Jacksonquilt fixup: Break out quilt_fixup_linkorigs (nfc)
2015-08-21 Ian Jacksonquilt fixup: Break out quilt_fixup_mkwork (nfc)
2015-08-21 Ian Jacksonquilt fixup: break out quilt_fixup_multipatch ready...
2015-08-21 Ian JacksonIn --dry-run mode, _do_ actually run dpkg-source -...
2015-08-21 Ian Jacksonget_source_format returns the debian/source/options...
2015-08-20 Ian JacksonCopy debian/source/options into fake dsc
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!)
next