Example #1
0
def patch_header(patch_filnm):
    return putils.get_patch_hdr(patch_filnm)
Example #2
0
 def get_text(pfile):
     text = putils.get_patch_hdr(pfile, omit_diffstat=args.opt_strip_diffstat)
     if args.opt_strip_trailing_whitespace:
         return _trim_trailing_ws(text)
     return text