chiark / gitweb /
dgit-maint-merge(7): Add ' ' around -i\.git/
[dgit.git] / dgit-maint-merge.7.pod
index 3587dcdfd140e266b45d39e9538f858f04747fc4..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
@@ -252,14 +253,14 @@ first upload of upstream version 1.2.3, you could use:
 
 =over 4
 
-    % git clone https://git.dgit.debian.org/
+    % git clone https://git.dgit.debian.org/foo
     % cd foo
     % git log --oneline 1.2.3..debian/1.2.3-1 -- . ':!debian'
 
 =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.