]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs-apply: auto-name patches for guilt
authorDave Chinner <david@fromorbit.com>
Thu, 30 Jul 2015 23:09:58 +0000 (09:09 +1000)
committerDave Chinner <david@fromorbit.com>
Thu, 30 Jul 2015 23:09:58 +0000 (09:09 +1000)
commita58049780ac3353f51ccc336f6e40c9f4bbc9f7c
tree3b2fef1912c510ffac61e7f3ad22af68a69b19d5
parent0ee451f8a713aeab2b371854b9ca6e4372302b94
libxfs-apply: auto-name patches for guilt

When applying a series of commits, having to write a name for each
of them is time consuming. instead, just use the same method
'guilt import-commit' uses and use the commit header to generate the
filename automatically.

Again, this is simply lifted from guilt....

Signed-off-by: Dave Chinner <david@fromorbit.com>
tools/libxfs-apply