commit | 9e65dfe16ea74a8ebdc2d31e80481bef1d4aea42 | [log] [tgz] |
---|---|---|
author | Dave Chinner <david@fromorbit.com> | Thu Jul 02 13:07:01 2015 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jul 02 13:07:01 2015 +1000 |
tree | 50dd5784731101073552e778a8cf17e5a4fd6080 | |
parent | 50f69d1aa87aa231926c2459cb44b2ace17690c9 [diff] |
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>