summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b85a27b)
This is useful if the output is dumped to a file which is later used
for commands like 'float'. The text after '#' is considered a comment
and ignored.
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
patch_str = patch_str.ljust(length)
if options.description:
patch_str = patch_str.ljust(length)
if options.description:
- out.stdout(prefix + patch_str + ' | ' + __get_description(patch))
+ out.stdout(prefix + patch_str + ' # ' + __get_description(patch))
- out.stdout(prefix + patch_str + ' | ' + __get_author(patch))
+ out.stdout(prefix + patch_str + ' # ' + __get_author(patch))
else:
out.stdout(prefix + patch_str)
else:
out.stdout(prefix + patch_str)