X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=dgit.1;h=0659562796a5e66b754a63a520ac6b0d58969825;hb=d57afb4fe7aebac9a22cfc138f304cf8cdb9da30;hp=11b33ca415a0c00db5550992020449567ad527e6;hpb=655ff85c5f648c50b0f6e9805e173b6ca631ff39;p=dgit.git diff --git a/dgit.1 b/dgit.1 index 11b33ca4..06595627 100644 --- a/dgit.1 +++ b/dgit.1 @@ -462,6 +462,8 @@ Specifies alternative programs to use instead of .BR ssh , .BR dgit , .BR git , +.BR gbp-pq , +.BR gbp-build , or .BR mergechanges . @@ -480,6 +482,17 @@ rpush needs to invoke a remote copy of itself. (dgit also reinvokes itself as the EDITOR for dpkg-source --commit; this is done using argv[0], and is not affected by --dgit=). +.BR gbp-build 's +value +is used instead of gbp build or git-buildpackage. (The default is +the latter unless the former exists on PATH.) +.BR gbp-pq 's +value +is used instead of gbp pq. +In both cases, +unusually, the specified value is split on whitespace +to produce a command and possibly some options and/or arguments. + For .BR ssh , the default value is taken from the @@ -508,6 +521,8 @@ Specifies a single additional option to pass to .BR sbuild , .BR ssh , .BR dgit , +.BR gbp-pq , +.BR gbp-build , or .BR mergechanges . Can be repeated as necessary.