Jean Delvare <[email protected]> writes:
> I never use "quilt header -a" myself, and I have to
> admit I am curious what others may be using it for. It doesn't seem
> very useful to me.

What I'd like to use it for is batched appending to a patch series,
e.g. for Linux kernel:

  while quilt top
  do
    echo "Signed-off-by: [email protected]" | quilt header -a
    quilt pop
  done

> The only behavioral change I would consider is the following: if
> a diffstat section is present _and_ it is preceded by "---" _and_ it
> is at the end of the header comment, then "quilt header -a" could be
> made to insert the additional comment right before the "---". But
> even that might go against the expectations of some users.

How about leaving the behavior of -a as it always was, and creating a
'-i' option that would have the functionality you describe?  That way,
there would be no chance of violating existing expectations.  I would be
willing to prepare the patch.


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to