Home
last modified time | relevance | path

Searched refs:oneline (Results 1 – 19 of 19) sorted by relevance

/openbmc/u-boot/tools/patman/
H A Dgitutil.py19 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 Dcommand.py43 capture=False, capture_stderr=False, oneline=False, argument
101 if result.stdout and oneline:
116 return (RunPipe([cmd], capture=True, oneline=True,
H A DREADME320 output by git log --oneline):
/openbmc/qemu/
H A Dqemu-io-cmds.c55 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 Dqemu-io.c82 .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 Dupdate-dtc-source.sh42 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 Dupdate-dtc-source.sh43 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 Dqemu-io.h41 const char *oneline; member
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/
H A D0001-configure.ac.in-fix-host-contamination.patch23 REVISION=`git log --pretty=oneline | wc -l`
/openbmc/openbmc/poky/scripts/
H A Dcreate-pull-request250 patch_cnt=`git log --pretty=oneline ${RELATIVE_TO}..${L_BRANCH} | wc -l`
/openbmc/linux/Documentation/translations/ja_JP/
H A DSubmittingPatches512 「git log --oneline」のようなツールを使用して何千ものパッチに目を通す時、
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py1145 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 Dsubmitting-patches.rst488 章。当人们在两三个月后使用诸如 ``gitk`` 或 ``git log --oneline`` 之类
/openbmc/linux/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst528 章。當人們在兩三個月後使用諸如 ``gitk`` 或 ``git log --oneline`` 之類
/openbmc/linux/Documentation/process/
H A Dsubmitting-patches.rst100 SHA-1 ID of the commit. Please also include the oneline summary of
658 --oneline``.
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dsubmitting-patches.rst653 come ``gitk`` o ``git log --oneline``.
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Dsubmit-changes.rst173 git log --oneline <paths>
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dsubmitting-patches.rst671 --oneline``.
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dcommon.rst1749 $ git log --oneline origin/standard/base..origin/standard/emenlow