chiark / gitweb /
wip, jointly with sean
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 27 Jul 2018 06:26:52 +0000 (07:26 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 27 Jul 2018 06:26:52 +0000 (07:26 +0100)
usps.md

diff --git a/usps.md b/usps.md
index c97a0e7102bed0d2750bcc0a46e3d196137edd6c..6459904553d1935ff2b0b53d625d8f84c34eec37 100644 (file)
--- a/usps.md
+++ b/usps.md
@@ -5,14 +5,21 @@ May always git-cherry-pick from upstream  | unlike any other
 May always git commit -m fixup!           |  delta queue
 May make "mixed" commits                  |   workflow
 
+No in-tree metadata                       | unlike git-dpm
+
+============================================================
+
 No need to switch branches                | unlike gbp pq
 Tree always dpkg-buildpackage'able        |  and git-dpm
 
-No editing diffs, or reading diff diffs   | unlike many others
+No reading diffs of diffs                 | unlike gbp pq
 
-Working tree is never dirtied             | unlike gbp pq
+Working tree is never dirtied
+ - by patch application                   | unlike gbp pq
+ - by patch export                        | unlike gbp pq
+ - by metadata conflicts
 
-No in-tree metadata                       | unlike git-dpm
+============================================================
 
 git-blame (and git-log file) work         | like dgit-maint-merge
 Tree makes sense to upstreams & users     |  and git-dpm
@@ -20,6 +27,3 @@ Tree makes sense to upstreams & users     |  and git-dpm
 No need to ever use quilt(1)
 Can mostly ignore `3.0 (quilt)' .dsc
 `3.0 (quilt)' .dsc output is always perfect
-
-During development you do not need any orig tarballs;
-they are only needed when actually uploading to Debian.