chiark / gitweb /
dgit-maint-merge(7): Add ' ' around -i\.git/
[dgit.git] / dgit-maint-merge.7.pod
index 16fef9b977c797dd301e5fdce3fdf2c705cf199f..81f4254380737ce8f24310b23547332248f458e0 100644 (file)
@@ -206,8 +206,9 @@ Then make new upstream tags available:
 =back
 
 Now you simply need to ensure that your git HEAD is dgit-compatible,
-i.e., it is exactly what you would get if you ran B<dpkg-buildpackage
--i\.git/ -I.git -S> and then unpacked the resultant source package.
+i.e., it is exactly what you would get if you ran
+B<dpkg-buildpackage -i'\.git/' -I.git -S>
+and then unpacked the resultant source package.
 
 To achieve this, you might need to delete
 I<debian/source/local-options>.  One way to have dgit check your
@@ -258,8 +259,8 @@ first upload of upstream version 1.2.3, you could use:
 
 =back
 
-(If you have dgit, use dgit clone foo,
-rather than plain git clone.)
+(If you have dgit, use `dgit clone foo`,
+rather than plain `git clone`.)
 
 A single combined diff, containing all the changes, follows.