It should be possible to assist patches with docpatch add.
Currently we do it manually with:
git clone git://github.com/c3e/grundgesetz-dev
cd grundgesetz-dev/src/
quilt push -a
quilt new 42
quilt add 1.md 2.md 3.md
# Patch! Patch! Patch!
quilt refresh
# Optionally, add new files with git add…
git commit -a
git push
It should be possible to assist patches with
docpatch add.Currently we do it manually with: