chiark / gitweb /
Move various useful functions into Dgit.pm. Necessitates some slightly fancy footwor...
[dgit.git] / dgit
2015-05-31 Ian JacksonMove various useful functions into Dgit.pm. Necessitat...
2015-05-31 Ian Jacksondgit: Allow --deliberately-not-fast-forward to override...
2015-05-31 Ian JacksonCheck for deliberatelies correctly (in-memory data...
2015-05-31 Ian JacksonDgit.pm: Introduce $deliberately_re and use it everywhere
2015-05-31 Ian Jacksondgit: Print curl command for archive api query action
2015-05-31 Ian JacksonShow git config queries only with debuglevel 3 (-DDD...
2015-05-31 Ian JacksonDebugging: use typeglobs to simplify various things...
2015-05-31 Ian JacksonRename $debug variable to $debuglevel (nfc)
2015-05-31 Ian JacksonMove a $debug check into printdebug (nfc)
2015-05-31 Ian JacksonDebugging output: Break out debugcmd into Dgit.pm and...
2015-05-31 Ian JacksonMove dgit's debugging arrangements into Dgit.pm
2015-05-31 Ian JacksonTurn all perl warnings into errors
2015-05-31 Ian JacksonFix undef warning in Vcs-Git handling
2015-05-31 Ian JacksonLANG, LC_*: Consistently set required LC_* env vars
2015-05-31 Ian JacksonUse ftpasterapi archive query method for tests
2015-05-31 Ian JacksonUse ftpmasterapi archive query method. (Closes:#727702.)
2015-04-15 Ian JacksonProvide ftpmasterapi archive query method
2015-04-15 Ian JacksonFix inaccurate error message when archive's git hash...
2015-04-08 Ian Jacksonarchive query methods: Clarify organisation (code motio...
2015-03-22 Ian JacksonBugfixes (now tests/tests/clone-nogit works)
2015-03-22 Ian JacksonSupport --deliberately-not-fast-forward
2015-03-22 Ian JacksonMove stat_exists to Dgit.pm
2015-03-22 Ian JacksonBreak out $branchprefix, server_branch, server_ref...
2015-03-22 Ian JacksonDiversion via dgit-git.debian.net (gideon) - fixes
2015-03-22 Ian Jacksondgit: Introduce "deliberatelies"
2015-03-22 Ian Jacksondgit git tags mention the distro explicitly; dgit-repos...
2015-03-22 Ian JacksonIntroduce Debian/Dgit.pm
2015-03-22 Ian Jacksondgit: Provide internal archive-api-query command
2014-11-25 Ian JacksonReject (rather than ignoring) further options merged...
2014-11-25 Ian JacksonComplain about lack of cuddled values for value-taking...
2014-11-25 Ian JacksonStrip `-b <branch>' from contents of Vcs-Git header...
2014-11-23 Ian JacksonMake --no-quilt-fixup an alias for (a new option) ...
2014-11-16 Ian Jacksonquilt: Generate individual patches CHANGELOG BUG
2014-11-16 Ian Jacksonquiltify_dpkg_commit: Improve
2014-11-15 Ian JacksonBreak out quiltify_dpkg_commit (nfc)
2014-11-15 Ian JacksonMake fail() cope with multi-line messages
2014-11-09 Ian JacksonBreak out git_write_tree (nfc)
2014-11-09 Ian Jacksonquilt patchification: Break out quiltify() (nfc)
2014-11-08 Ian JacksonDiversion via dgit-git.debian.net (gideon)
2014-11-08 Ian Jacksonclone: Check for git earlier
2014-11-08 Ian JacksonNew $some-user-force config variable
2014-11-08 Ian Jacksonconfig: New instead_distro feature
2014-11-08 Ian JacksonIn access_quirk, filter by defined at the end. (nfc)
2014-11-08 Ian JacksonIntroduce access_runeinfo, and put basedistro name...
2014-11-08 Ian JacksonAdd `: dgit <blah>... ;' to the front of ssh remote...
2014-11-08 Ian JacksonRegularise and comment access_cfg
2014-11-08 Ian JacksonIf $idistro set (ie, distro explicitly specified by...
2014-11-08 Ian JacksonFix handling of rmadison-based and gitless distros...
2014-11-08 Ian JacksonMake access_giturl be capable of being optional, and...
2014-11-08 Ian JacksonMove defaulting out of archive_query into individual...
2014-11-08 Ian JacksonDo not have .pc in dgit's git history for format `3...
2014-11-08 Ian JacksonBreak out srcfn (nfc)
2014-11-08 Ian JacksonBreak out get_source_format (nfc)
2014-11-05 Ian JacksonBreak out commit_admin (nfc)
2014-11-05 Ian JacksonMake mk_orig_file have capability to be selective on...
2014-11-05 Ian JacksonBreak out mktree_in_ud_here (nfc)
2014-11-05 Ian JacksonReplace many calls to stat with new wrapper stat_exists...
2014-11-04 Ian JacksonUse Dpkg::Version::version_compare everywhere, not...
2014-08-19 Ian JacksonRemove leftover debugging print debian/0.22
2014-08-10 Ian JacksonCheck for rpush protocol version incompatibility and...
2014-08-10 Ian JacksonWhen killing build subprocess during failure of rpush...
2014-08-10 Ian JacksonIn rpush, on protocol error talking to build host,...
2014-08-10 Ian JacksonBetter reporting of child exit statuses (esp. deaths...
2014-08-04 Ian JacksonImprove error message for .dsc parsing failures more...
2014-08-04 Ian JacksonImprove error message for .dsc having already been...
2014-08-04 Ian JacksonWhen cloning, set up a remote `vcs-git' from the packag...
2014-08-04 Ian JacksonProvide `dgit clean'. Closes:#736527.
2014-08-04 Ian JacksonPrint better message for unknown operations.
2014-08-03 Ian JacksonTreat .dsc as bytes, just like everything else, rather...
2014-08-03 Ian JacksonCheck SHA-256 of .dsc against hash from archive_query...
2014-08-03 Ian JacksonUse curl to download things rather than dget; do our...
2014-08-03 Ian JacksonDo not remove destination when clone fails because...
2014-08-03 Ian JacksonUse mirror.ftp-debian.org DNS alias rather than coccia...
2014-08-03 Ian JacksonWork in read-only no-git-history mode with Ubuntu....
2014-08-03 Ian JacksonOn push check that we have access_giturl; this allows...
2014-08-03 Ian JacksonMake access_basedistro honour $idistro (i.e. make ...
2014-08-03 Ian JacksonPrint better message for lack of configuration settings.
2014-08-03 Ian JacksonDo not spew diff output to terminal (by default). ...
2014-08-03 Ian JacksonDo not spew diff output to terminal (by default). ...
2014-08-03 Ian JacksonWork with wheezy-backports (and keep squeeze-backports...
2014-08-03 Ian JacksonClone removes destination directory on error. Closes...
2014-08-03 Ian Jacksongetcwd: Introduce must_getcwd using getcwd rather than...
2014-07-30 Ian JacksonRevert "Switch to using dgit@git.debian.org (and dgit...
2014-03-05 Ian JacksonInclude canonicalised suite name in signed tag message.
2014-03-05 Ian Jacksondgit-repos-server: wip tests
2014-03-05 Ian JacksonSwitch to using dgit@git.debian.org (and dgit-repos...
2014-03-05 Ian Jacksontest-dummy-drs `distro': for testing dgit-push-responde...
2014-03-05 Ian JacksonMove dsc handling together for clarity. NFC.
2014-03-05 Ian JacksonCombine pushes of version tag and suite branch into...
2014-03-05 Ian JacksonBring forward push of the version tag ref so it happens...
2014-03-05 Ian JacksonNew git-check and git-create methods "true" which are...
2014-01-19 Ian Jacksonfailedcmd prints $us, not $_[0] - ie, dgit doesn't...
2014-01-19 Ian JacksonCompute "-v" option default value (changelog version...
2014-01-19 Ian JacksonBe able to clone or fetch from Debian backports suites...
2014-01-19 Ian JacksonQuirks mechanism
2014-01-19 Ian JacksonRefuse to do quilt fixup (explicitly or as a result...
2014-01-19 Ian JacksonRun a clean (of the specified type) before any build...
2014-01-19 Ian JacksonProvide --build-products-dir option (and corresponding...
2014-01-18 Ian JacksonDo not report the (irrelevant) $? when madison parsing...
2014-01-18 Ian JacksonUse failedcmd to report errors when ssh psql fails...
next