summaryrefslogtreecommitdiff
path: root/Debian/Dgit.pm
Commit message (Collapse)AuthorAge
* 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_ref: do not insist that first component after refs/ ↵Ian Jackson2015-05-31
| | | | matches \w+
* Break out ensuredir and make mkrepotmp use itIan Jackson2015-05-31
|
* 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.pm: Move debugging earlier in file (pure code motion)Ian Jackson2015-05-31
|
* Dgit.pm: Fix next's in git_for_each_tag_referring which should be returnsIan Jackson2015-05-31
|
* Dgit.pm: Add debugging to git_for_each_...Ian Jackson2015-05-31
|
* Infra: Exit statuses: work around bizarre behaviour of perl die wrt $?, and ↵Ian Jackson2015-05-31
| | | | de-reserve policy hook status flag 0x80
* Dgit.pm: Introduce $deliberately_re and use it everywhereIan Jackson2015-05-31
|
* Dgit.pm: export git_for_each_tag_referringIan Jackson2015-05-31
|
* git_for_each_ref: Fix FH handlingIan Jackson2015-05-31
|
* dgit-repos-policy-debian: WIP bugfixes to debuggingIan Jackson2015-05-31
|
* dgit-repos-policy-debian: WIP bugfixes to debuggingIan Jackson2015-05-31
|
* Diagnostics: Make shellquote() print empty arguments as ''Ian Jackson2015-05-31
|
* dgit-repos-policy-debian: Add debugging outputIan 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
|
* Policy hook protocol: define bits in hex (nfc)Ian Jackson2015-05-31
|
* Provide $component_reIan Jackson2015-04-15
|
* Bugfixes (now tests/tests/drs-clone-nogit works)Ian Jackson2015-03-22
|
* Bugfixes (now tests/tests/clone-nogit works)Ian Jackson2015-03-22
|
* Repos policy machinery: better docs, etc.Ian Jackson2015-03-22
|
* Introduce git_for_each_tag_referringIan Jackson2015-03-22
|
* Introduce git_for_each_refIan 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
|
* dgit-repos-server: Deal with FRESHREPO from push hookIan Jackson2015-03-22
|
* Export policy hook exist status flags from Dgit.pmIan Jackson2015-03-22
|
* Move $package_re into Debian::DgitIan Jackson2015-03-22
| | | | Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
* Introduce Debian/Dgit.pmIan Jackson2015-03-22