/openbmc/openbmc/poky/meta/lib/patchtest/tests/ |
H A D | test_mbox.py | 48 if patchtest_patterns.mbox_revert_shortlog_regex.search_string(commit.shortlog): 58 shortlog = commit.shortlog 59 if not shortlog.strip(): 63 if shortlog.startswith('Revert "'): 66 patchtest_patterns.shortlog.parseString(shortlog) 74 shortlog = re.sub('^(\[.*?\])+ ', '', commit.shortlog) 75 if shortlog.startswith('Revert "'): 77 l = len(shortlog) 94 commithash, author, date, shortlog = headlog()
|
H A D | base.py | 45 shortlog=Base.shortlog(msg['subject']), 58 def shortlog(shlog): member in Base 110 'shortlog': commit.shortlog}
|
H A D | test_patch.py | 122 commit.shortlog
|
/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/meta-openembedded/meta-oe/recipes-support/libtar/files/ |
H A D | CVE-2021-33640-CVE-2021-33645-CVE-2021-33646.patch | 18 [3] https://repo.or.cz/libtar.git/shortlog/refs/heads/master
|
H A D | CVE-2021-33643-CVE-2021-33644.patch | 18 [3] https://repo.or.cz/libtar.git/shortlog/refs/heads/master
|
H A D | 0011-libtar-fix-programming-mistakes-detected-by-static-a.patch | 16 [3] https://repo.or.cz/libtar.git/shortlog/refs/heads/master
|
H A D | CVE-2013-4420.patch | 36 [5] https://repo.or.cz/libtar.git/shortlog/refs/heads/master
|
/openbmc/openbmc/poky/meta/lib/patchtest/ |
H A D | patchtest_patterns.py | 74 shortlog = line_start + shortlog_target + colon + shortlog_summary + line_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: fix CVE-1234-56789 this is a very long commit shortlog with way to…
|
/openbmc/openbmc/meta-arm/ |
H A D | README.md | 57 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 | 624 git shortlog -- filename
|