diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-05-30 09:38:59 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-05-30 21:20:04 +0200 |
commit | 55135fc4cffa631dbe9bd506ba54c3ca3854d53d (patch) | |
tree | 497fb2d2c21ace22d4338d3426b1150d778ba63e | |
parent | d5e63d62f3118e593b0314dfda85da6fff6492e2 (diff) |
qf: Add more to TODO
We have some documents floating around internally, imo better if we
track at least the simple ideas here ...
v2: Alternative approach for getting rid of the patch rediffing noise.
v3: We have TODO.rst (Rodrigo).
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
-rw-r--r-- | TODO.rst | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -34,3 +34,12 @@ qf current high-level hacks - track/restore the topmost patch maybe? - synchronize quilt notes in qf push and qf fetch +- switch patches/ over to worktree - those didn't exist yet when qf was + started, and integrate much better with git +- helper script to apply a git patch mbox, including naming the patch file and + all that +- try to figure out how to make quilt use git-style diffs, so avoid all the + nasty differences in diff output when regenerating patch files. Alternative: + Figure out how to make git apply-mbox as relaxed with applying slightly + misaligned patches as quilt - that would also remove the need to refresh + patches all the time. |