summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ddbbfd8)
This option allows a patch description to be editted before being
checked in.
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
action = 'store_true'),
make_option('-n', '--name',
help = 'use NAME as the patch name'),
action = 'store_true'),
make_option('-n', '--name',
help = 'use NAME as the patch name'),
+ make_option('-e', '--edit',
+ help = 'invoke an editor for the patch description',
+ action = 'store_true'),
make_option('-a', '--author', metavar = '"NAME <EMAIL>"',
help = 'use "NAME <EMAIL>" as the author details'),
make_option('--authname',
make_option('-a', '--author', metavar = '"NAME <EMAIL>"',
help = 'use "NAME <EMAIL>" as the author details'),
make_option('--authname',
sys.stdout.flush()
git.apply_patch(filename)
sys.stdout.flush()
git.apply_patch(filename)
- crt_series.refresh_patch()
+ crt_series.refresh_patch(edit = options.edit)
print 'done'
print_crt_patch()
print 'done'
print_crt_patch()