chiark / gitweb /
Split brain: Make pseudomerge
[dgit.git] / Debian /
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