chiark / gitweb /
Fix an undef reference in error message processing when quilt fixup linearisation...
[dgit.git] / infra / dgit-ssh-dispatch
index 6d4efbff655d61d0b746f96d00cb540266677ff0..ed9a23d5685079b61cfff82bc1044ea9cd245bab 100755 (executable)
@@ -32,6 +32,7 @@ our $qre = '["'."']?";
 # diverts should be list of
 #  <pat> [<divert-to>]
 # where <pat> is a package name pattern which may contain * or literals.
+# <divert-to> is for `git config dgit-distro.DISTRO.diverts.<divert-to>'
 
 our ($distro,$pkg, $d);
 our ($dgitlive,$repos,$suites,$diverts,$policyhook,$repo);