chiark / gitweb /
demo.txt is email from sean
[talk-2018-dc18-gdr.git] / usps.md
1 Standard git-rebase workflow              | unlike any
2 Delta queue editing is immediate and easy |  other tool
3
4 May always git-cherry-pick from upstream  | unlike any other
5 May always git commit -m fixup!           |  delta queue
6 May make "mixed" commits                  |   workflow
7
8 No in-tree metadata                       | unlike git-dpm
9
10 ============================================================
11
12 No need to switch branches                | unlike gbp pq and git-dpm
13 Tree always dpkg-buildpackage'able        | unlike gbp pq and git-dpm
14
15 Working tree is never dirtied
16  - by patch application                   | unlike gbp pq
17  - by metadata conflicts
18  - by patch export                        | unlike gbp pq
19
20 No reading diffs of diffs                 | unlike gbp pq
21
22 ============================================================
23
24 git-blame (and git-log file) work         | like dgit-maint-merge
25 Tree makes sense to upstreams & users     |  and git-dpm
26
27 No need to ever use quilt(1)
28 Can mostly ignore `3.0 (quilt)' .dsc
29 `3.0 (quilt)' .dsc output is always perfect
30
31 Directly compatible with dgit.
32 No command needed to upload other than dgit push.