chiark / gitweb /
wip
[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 need to switch branches                | unlike gbp pq
9 Tree always dpkg-buildpackage'able        |  and git-dpm
10
11 No editing diffs, or reading diff diffs   | unlike many others
12
13 Working tree is never dirtied             | unlike gbp pq
14
15 No in-tree metadata                       | unlike git-dpm
16
17 git-blame (and git-log file) work         | like dgit-maint-merge
18 Tree makes sense to upstreams & users     |  and git-dpm
19
20 No need to ever use quilt(1)
21 Can mostly ignore `3.0 (quilt)' .dsc
22 `3.0 (quilt)' .dsc output is always perfect
23
24 During development you do not need any orig tarballs;
25 they are only needed when actually uploading to Debian.