chiark / gitweb /
test suite: import-dsc: Test missing files, particularly in ..
[dgit.git] / Debian /
2017-07-15 Ian JacksonMerge tag 'archive/debian/3.11_deb9u1' into stable
2017-07-09 Ian Jacksondgit: Regularise patch filenames, and defend against...
2017-01-18 Ian JacksonDgit.pm: Call `confess' when shellquote gets an undef arg
2017-01-12 Ian JacksonDgit: forkcheck_*: break out from setup_sigwarn
2017-01-08 Ian JacksonDgit.pm: git_cat_file: clarify scalar context semantics
2017-01-08 Ian Jacksondgit: dsc Dgit field handling: Parse additional data
2017-01-08 Ian Jacksondgit: Enforce a syntax for nominal distros
2017-01-06 Ian JacksonDgit.pm: Provide git_cat_file
2017-01-06 Ian Jacksonbadcommit-fixup: Merge from a filtered view of my perso...
2017-01-05 Ian JacksonMerge tag dgit/2.14 into `defence in dgit-repos-server...
2017-01-05 Ian Jacksondgit-repos-server: Defend against bad commits (from...
2016-12-19 Ian JacksonIf we cannot hardlink origs into our extraction area...
2016-12-19 Ian JacksonVersion tags mangling: Protect dots, as per proposed...
2016-12-19 Ian JacksonIntroduce dep14_version_quote
2016-10-24 Ian JacksonDgit.pm: Break out failedcmd_waitstatus
2016-10-23 Ian JacksonDgit.pm: failedcmd_report_cmd: Break out of failedcmd
2016-10-15 Ian JacksonInfra: dgit-infrastructure has, and uses, its own copie...
2016-10-15 Ian JacksonInfra: Introduce Debian::Dgit::Infra
2016-10-11 Ian JacksonCopyright: Add notices to some more of the (larger...
2016-09-25 Ian JacksonDgit.pm: fail: Strip any trailing newline
2016-07-31 Ian JacksonTag change: Provide debiantags in Dgit.pm
2016-07-31 Ian JacksonTag change: Make git_for_each_ref support multiple...
2016-07-31 Ian JacksonTag change: Declare intent in docs etc.
2016-07-31 Ian JacksonTag change: Rename debiantag to debiantag_old
2016-07-31 Ian JacksonDgit.pm: cmdoutput: Handle undef in arg crash better
2016-07-17 Ian JacksonSubprocess error handling: Initialise $? to -1
2016-07-16 Ian JacksonDgit.pm: Provide hashfile()
2015-08-16 Ian JacksonIf a .orig in .. is a symlink, hardlink the link target...
2015-07-27 Ian JacksonWhen exec fails, always print the program name in the...
2015-07-27 Ian JacksonDgit.pm: Provide executable_on_path (avoids loading...
2015-07-26 Ian JacksonDo not quote `:' in shellquote.
2015-07-26 Ian JacksonDgit.pm: Provide messagequote
2015-07-25 Ian JacksonWork around #793471 (madness with $SIG{__WARN__} and...
2015-07-19 Ian JacksonDo some quoting on debug output (needed if the server...
2015-07-04 Ian JacksonFor non-Debian distros, debiantag() uses distro name...
2015-06-23 Ian JacksonDgit.pm: poldb_setup: Provide hook function
2015-06-22 Ian JacksonAvoid use of "my $_", which is not portable
2015-05-31 Ian JacksonDgit.pm: git_for_each_ref: Provide optional $git_dir...
2015-05-31 Ian Jacksongit_get_ref: Move to Dgit.pm and reimplement
2015-05-31 Ian JacksonDgit.pm: git_for_each_ref: do not insist that first...
2015-05-31 Ian JacksonBreak out ensuredir and make mkrepotmp use it
2015-05-31 Ian JacksonDgit.pm: git_for_each_tag_referring provides referred...
2015-05-31 Ian JacksonMove is_fast_fwd into Dgit.pm
2015-05-31 Ian JacksonMove git_rev_parse into Dgit.pm (renaming it from rev_parse
2015-05-31 Ian JacksonMove various useful functions into Dgit.pm. Necessitat...
2015-05-31 Ian JacksonDgit.pm: Move debugging earlier in file (pure code...
2015-05-31 Ian JacksonDgit.pm: Fix next's in git_for_each_tag_referring which...
2015-05-31 Ian JacksonDgit.pm: Add debugging to git_for_each_...
2015-05-31 Ian JacksonInfra: Exit statuses: work around bizarre behaviour...
2015-05-31 Ian JacksonDgit.pm: Introduce $deliberately_re and use it everywhere
2015-05-31 Ian JacksonDgit.pm: export git_for_each_tag_referring
2015-05-31 Ian Jacksongit_for_each_ref: Fix FH handling
2015-05-31 Ian Jacksondgit-repos-policy-debian: WIP bugfixes to debugging
2015-05-31 Ian Jacksondgit-repos-policy-debian: WIP bugfixes to debugging
2015-05-31 Ian JacksonDiagnostics: Make shellquote() print empty arguments...
2015-05-31 Ian Jacksondgit-repos-policy-debian: Add debugging output
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 JacksonPolicy hook protocol: define bits in hex (nfc)
2015-05-31 Ian JacksonNew policy admin script
2015-04-15 Ian JacksonProvide $component_re
2015-03-22 Ian JacksonBugfixes (now tests/tests/drs-clone-nogit works)
2015-03-22 Ian JacksonBugfixes (now tests/tests/clone-nogit works)
2015-03-22 Ian JacksonRepos policy machinery: better docs, etc.
2015-03-22 Ian JacksonIntroduce git_for_each_tag_referring
2015-03-22 Ian JacksonIntroduce git_for_each_ref
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 Jacksondgit-repos-server: Deal with FRESHREPO from push hook
2015-03-22 Ian JacksonExport policy hook exist status flags from Dgit.pm
2015-03-22 Ian JacksonMove $package_re into Debian::Dgit
2015-03-22 Ian JacksonIntroduce Debian/Dgit.pm