From: Ian Jackson Date: Fri, 27 Jul 2018 06:26:52 +0000 (+0100) Subject: wip, jointly with sean X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=718570096aeec4042251e9dc6674b2358ac08e16;p=talk-2018-dc18-gdr.git wip, jointly with sean --- diff --git a/usps.md b/usps.md index c97a0e7..6459904 100644 --- 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.