Searched refs:shortlog (Results 1 – 17 of 17) sorted by relevance
/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_mbox.py | 62 if self.revert_shortlog_regex.search_string(commit.shortlog): 70 shortlog = commit.shortlog 71 if not shortlog.strip(): 75 if shortlog.startswith('Revert "'): 78 parse_shortlog.shortlog.parseString(shortlog) 86 shortlog = commit.shortlog 87 if shortlog.startswith('Revert "'): 89 l = len(shortlog) 99 commithash, author, date, shortlog = headlog()
|
H A D | base.py | 46 shortlog=Base.shortlog(msg['subject']), 59 def shortlog(shlog): member in Base 109 'shortlog': commit.shortlog}
|
H A D | test_patch.py | 95 …if self.re_cve_pattern.search_string(commit.shortlog) or self.re_cve_pattern.search_string(commit.…
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | patchtest.sh | 90 shortlog="$(git log "$commit^1..$commit" --pretty='%h: %aN: %cd: %s')" 93 shortlog="$shortlog: OK" 95 shortlog="$shortlog: FAIL" 97 echo "$shortlog"
|
/openbmc/u-boot/scripts/ |
H A D | mailmapper | 71 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n']) variable 75 for line in shortlog.splitlines(): 84 shortlog = subprocess.check_output(['git', 'shortlog', '-s', '-n', '-e']) variable 89 for line in shortlog.splitlines():
|
/openbmc/openbmc-tools/openbmc-autobump/ |
H A D | openbmc-autobump.py | 178 shortlog = git.shortlog(revlist, _cwd=project_name) 179 shortlog = shortlog.stdout.decode("utf-8") 199 commit_msg += "\n\n{}".format(shortlog)
|
/openbmc/openbmc/poky/meta/lib/patchtest/tests/pyparsing/ |
H A D | parse_shortlog.py | 14 shortlog = common.start + target + common.colon + summary + common.end variable
|
/openbmc/u-boot/ |
H A D | .mailmap | 2 # This list is used by git-shortlog to fix a few botched name translations
|
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/ |
H A D | TestMbox.test_shortlog_length.fail | 4 Subject: [PATCH] selftest-hello: this is a very long commit shortlog with way too many words includ…
|
/openbmc/openbmc/meta-arm/ |
H A D | README.md | 53 The component being changed in the shortlog should be prefixed with the layer name (without the met…
|
/openbmc/qemu/ |
H A D | .mailmap | 9 # From man git-shortlog the forms are: 18 # into proper addresses so that they are counted properly by git shortlog.
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-kvm-x86.rst | 164 paths as the subject/shortlog prefix. 190 limit. I.e. let the shortlog run a few characters over the standard limit if 239 When a function is mentioned in a comment, changelog, or shortlog (or anywhere
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | submitting-patches.rst | 601 pull 請求還應該包含一條整體消息,說明請求中將包含什麼,一個補丁本身的 ``Git shortlog``
|
/openbmc/linux/Documentation/maintainer/ |
H A D | pull-requests.rst | 159 pull request, and a shortlog of the individual commits that the
|
/openbmc/linux/ |
H A D | .mailmap | 2 # This list is used by git-shortlog to fix a few botched name translations 9 # "man git-shortlog" on older systems.
|
/openbmc/qemu/docs/devel/ |
H A D | submitting-a-patch.rst | 157 not end in a dot. Look at ``git shortlog -30`` for an idea of sample
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | submit-changes.rst | 617 git shortlog -- filename
|