chiark / gitweb /
dgit: clean: Change matcbing of git to regexps
[dgit.git] / dgit-maint-gbp.7.pod
index 29a712f360c6f0271941c300fec7243b49b62a9b..b8abd66cb6dcce1713ddc6dcb9b15114f412339b 100644 (file)
@@ -31,6 +31,15 @@ normally used with patches-unapplied.
 
 =head1 GIT CONFIGURATION
 
+If you have configured an I<export-dir> in your gbp.conf, you should
+tell dgit about it:
+
+=over 4
+
+    % git config --global dgit.default.build-products-dir /home/spwhitton/build-area
+
+=back
+
 If you run
 
 =over 4
@@ -46,15 +55,15 @@ branch, never the dgit patches-applied branch.
 
 =head1 BUILDING
 
-You can perform builds like this:
+You can perform test builds like this:
 
 =over 4
 
-    % dgit [--allow-dirty] gbp-build [OPTIONS]
+    % dgit [--include-dirty] gbp-build [OPTIONS]
 
 =back
 
-where I<--allow-dirty> is needed for testing uncommitted changes, and
+where I<--include-dirty> is needed for testing uncommitted changes, and
 I<OPTIONS> are any further options to be passed on to
 gbp-buildpackage(1).