summaryrefslogtreecommitdiff
path: root/dgit
Commit message (Collapse)AuthorAge
* Update copyright datesIan Jackson2015-06-20
|
* Infra: Provide dgit clone-dgit-repos-serverIan Jackson2015-06-20
|
* dgit: Gate sending "previously" on deliberately_not_fast_forward not $forceflagIan Jackson2015-05-31
| | | | | | | $forceflag will only be set if we actually think the ref is not fast forwarding. But the --deliberately flags may cause a repo reset which will require us to mention the previous state, even if the push appears to be ff.
* Push replay prevention protocol: Rename "supersedes" to "previously", as not ↵Ian Jackson2015-05-31
| | | | necessarily actually superseded
* 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: Declare a "supersedes" in the signed tag for all previous refs/heads ↵Ian Jackson2015-05-31
| | | | and refs/tags in the repo, when deliberately_not_fast_forward
* dgit: Break out deliberately_not_fast_forward (nfc)Ian Jackson2015-05-31
|
* New approach to replay prevention - WIPIan Jackson2015-05-31
|
* git_get_ref: Move to Dgit.pm and reimplementIan Jackson2015-05-31
| | | | | | | | | | | | | Use git for-each-ref --format=%(objectname) [r]efs/whatever This pattern won't match literally as a prefix because a ref name cannot contain [, so it must match according to fnmatch. whatever cannot contain fnmatch metacharacters because they're not valid in ref names. This is a better idiom because it might directly look up the ref in question (although currently it probably doesn't).
* Dgit.pm: git_for_each_tag_referring provides referred-to object id tooIan Jackson2015-05-31
|
* Move is_fast_fwd into Dgit.pmIan Jackson2015-05-31
|
* Move git_rev_parse into Dgit.pm (renaming it from rev_parseIan Jackson2015-05-31
|
* Move various useful functions into Dgit.pm. Necessitates some slightly ↵Ian Jackson2015-05-31
| | | | fancy footwork with $::us
* dgit: Allow --deliberately-not-fast-forward to override dgit's fast forward ↵Ian Jackson2015-05-31
| | | | check
* Check for deliberatelies correctly (in-memory data structures have full name)Ian Jackson2015-05-31
|
* Dgit.pm: Introduce $deliberately_re and use it everywhereIan Jackson2015-05-31
|
* dgit: Print curl command for archive api query actionIan Jackson2015-05-31
|
* Show git config queries only with debuglevel 3 (-DDD) and higher.Ian Jackson2015-05-31
|
* Debugging: use typeglobs to simplify various things (nfc)Ian Jackson2015-05-31
|
* Rename $debug variable to $debuglevel (nfc)Ian Jackson2015-05-31
|
* Move a $debug check into printdebug (nfc)Ian Jackson2015-05-31
|
* Debugging output: Break out debugcmd into Dgit.pm and use it everywhere (nfc)Ian Jackson2015-05-31
|
* Move dgit's debugging arrangements into Dgit.pmIan Jackson2015-05-31
|
* Turn all perl warnings into errorsIan Jackson2015-05-31
|
* Fix undef warning in Vcs-Git handlingIan Jackson2015-05-31
|
* LANG, LC_*: Consistently set required LC_* env varsIan Jackson2015-05-31
|
* Use ftpasterapi archive query method for testsIan Jackson2015-05-31
|
* Use ftpmasterapi archive query method. (Closes:#727702.)Ian Jackson2015-05-31
|
* Provide ftpmasterapi archive query methodIan Jackson2015-04-15
|
* Fix inaccurate error message when archive's git hash is not an ancestor of ↵Ian Jackson2015-04-15
| | | | git repo's git hash.
* archive query methods: Clarify organisation (code motion, nfc)Ian Jackson2015-04-08
|
* Bugfixes (now tests/tests/clone-nogit works)Ian Jackson2015-03-22
|
* Support --deliberately-not-fast-forwardIan Jackson2015-03-22
|
* Move stat_exists to Dgit.pmIan Jackson2015-03-22
|
* Break out $branchprefix, server_branch, server_ref into Dgit.pmIan Jackson2015-03-22
|
* Diversion via dgit-git.debian.net (gideon) - fixesIan Jackson2015-03-22
|
* dgit: Introduce "deliberatelies"Ian Jackson2015-03-22
| | | | No underlying recipient of this info yet - just plumbing.
* dgit git tags mention the distro explicitly; dgit-repos-server checks itIan Jackson2015-03-22
|
* Introduce Debian/Dgit.pmIan Jackson2015-03-22
|
* dgit: Provide internal archive-api-query commandIan Jackson2015-03-22
|
* 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.
* Strip `-b <branch>' from contents of Vcs-Git header, when setting up the ↵Ian Jackson2014-11-25
| | | | vcs-git remote. Closes:#759374.
* Make --no-quilt-fixup an alias for (a new option) --quilt=nocheckIan Jackson2014-11-23
|
* quilt: Generate individual patches CHANGELOG BUGIan Jackson2014-11-16
|
* quiltify_dpkg_commit: ImproveIan Jackson2014-11-16
| | | | | | * Coalesce $msg and $title * New optional $xinfo argument * Squah trailing whitespace (eg blank lines)
* Break out quiltify_dpkg_commit (nfc)Ian Jackson2014-11-15
|
* Make fail() cope with multi-line messagesIan Jackson2014-11-15
|
* Break out git_write_tree (nfc)Ian Jackson2014-11-09
|
* quilt patchification: Break out quiltify() (nfc)Ian Jackson2014-11-09
|