/openbmc/u-boot/tools/patman/ |
H A D | gitutil.py | 19 def LogCmd(commit_range, git_dir=None, oneline=False, reverse=False, argument 36 if oneline: 62 pipe = [LogCmd('@{upstream}..', oneline=True), 64 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout 78 stdout = command.RunPipe([pipe], capture=True, oneline=True).stdout 100 pipe = [LogCmd(branch, git_dir=git_dir, oneline=True, count=100)] 171 pipe = [LogCmd(range_expr, git_dir=git_dir, oneline=True)] 202 pipe = [LogCmd(commit_range, oneline=True), 204 stdout = command.RunPipe(pipe, capture=True, oneline=True).stdout
|
H A D | command.py | 43 capture=False, capture_stderr=False, oneline=False, argument 101 if result.stdout and oneline: 116 return (RunPipe([cmd], capture=True, oneline=True,
|
H A D | README | 320 output by git log --oneline):
|
/openbmc/qemu/ |
H A D | qemu-io-cmds.c | 55 printf("%s %s -- %s\n", ci->name, ci->args, ci->oneline); in qemuio_command_usage() 1472 .oneline = "asynchronously reads a number of bytes", 1585 .oneline = "asynchronously writes a number of bytes", 1718 .oneline = "completes all outstanding aio requests" 1730 .oneline = "flush all in-core file state to disk", 1788 .oneline = "report zone information", 2073 .oneline = "gets the length of the current file", 2551 .oneline = "remove a breakpoint by tag", 2628 .oneline = "raises a signal", 2701 printf("-- %s\n", ct->oneline); in help_oneline() [all …]
|
H A D | qemu-io.c | 82 .oneline = "close the current open file", 153 .oneline = "open the file specified by path", 284 .oneline = "exit the program",
|
/openbmc/u-boot/scripts/dtc/ |
H A D | update-dtc-source.sh | 42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 52 dtc_log=$(git log --oneline ${last_dtc_ver}..)
|
/openbmc/linux/scripts/dtc/ |
H A D | update-dtc-source.sh | 43 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 53 dtc_log=$(git log --oneline ${last_dtc_ver}..)
|
/openbmc/qemu/include/ |
H A D | qemu-io.h | 41 const char *oneline; member
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
H A D | 0001-configure.ac.in-fix-host-contamination.patch | 23 REVISION=`git log --pretty=oneline | wc -l`
|
/openbmc/openbmc/poky/scripts/ |
H A D | create-pull-request | 250 patch_cnt=`git log --pretty=oneline ${RELATIVE_TO}..${L_BRANCH} | wc -l`
|
/openbmc/linux/Documentation/translations/ja_JP/ |
H A D | SubmittingPatches | 512 「git log --oneline」のようなツールを使用して何千ものパッチに目を通す時、
|
/openbmc/linux/tools/net/ynl/ |
H A D | ynl-gen-c.py | 1145 oneline = qual_ret 1147 oneline += ' ' 1148 oneline += f"{name}({', '.join(args)}){suffix}" 1150 if len(oneline) < 80: 1151 self.p(oneline)
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | submitting-patches.rst | 488 章。当人们在两三个月后使用诸如 ``gitk`` 或 ``git log --oneline`` 之类
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | submitting-patches.rst | 528 章。當人們在兩三個月後使用諸如 ``gitk`` 或 ``git log --oneline`` 之類
|
/openbmc/linux/Documentation/process/ |
H A D | submitting-patches.rst | 100 SHA-1 ID of the commit. Please also include the oneline summary of 658 --oneline``.
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | submitting-patches.rst | 653 come ``gitk`` o ``git log --oneline``.
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | submit-changes.rst | 173 git log --oneline <paths>
|
/openbmc/linux/Documentation/translations/sp_SP/process/ |
H A D | submitting-patches.rst | 671 --oneline``.
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | common.rst | 1749 $ git log --oneline origin/standard/base..origin/standard/emenlow
|