Searched defs:shortlog (Results 1 – 3 of 3) sorted by relevance
71 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n']) variable84 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n', '-e']) variable
14 shortlog = common.start + target + common.colon + summary + common.end variable
59 def shortlog(shlog): member in Base