Home
last modified time | relevance | path

Searched defs:shortlog (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/scripts/
H A Dmailmapper71 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n']) variable
84 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n', '-e']) variable
/openbmc/openbmc/poky/meta/lib/patchtest/tests/pyparsing/
H A Dparse_shortlog.py14 shortlog = common.start + target + common.colon + summary + common.end variable
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dbase.py59 def shortlog(shlog): member in Base