X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit;h=396213475b9cc38ce8d8a63a44231ffe60e329b4;hb=27ecf86e831ab5a4908a2d0541e0e987e39da48e;hp=1f42dd3349bd7298b730b585ac90e98dd1cacbcd;hpb=788c71b25686960edf9cf80b2f4d3223951959ec;p=dgit.git diff --git a/dgit b/dgit index 1f42dd33..39621347 100755 --- a/dgit +++ b/dgit @@ -322,6 +322,11 @@ sub branch_is_gdr ($) { # We have our own implementation because: # - our algorighm can do fewer tests so is faster # - it saves testing to see if gdr is installed + + # NB we use this jsut for deciding whether to run gdr make-patches + # Before reusing this algorithm for somthing else, its + # suitability should be reconsidered. + my $walk = $head; local $Debian::Dgit::debugcmd_when_debuglevel = 3; printdebug "branch_is_gdr $head...\n";