Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/tools/scripts/
H A DMakefile68 git-pbchk \
77 git-nits
87 git-pbchk.1onbld \
102 git-nits.1onbld
137 $(ROOTONBLDBIN)/git-nits:
138 $(RM) $(ROOTONBLDBIN)/git-nits
139 $(SYMLINK) git-pbchk $(ROOTONBLDBIN)/git-nits
141 $(ROOTONBLDMAN1ONBLD)/git-nits.1onbld:
142 $(RM) $(ROOTONBLDMAN1ONBLD)/git-nits.1onbld
143 $(SYMLINK) git-pbchk.1onbld $(ROOTONBLDMAN1ONBLD)/git-nits.1onbld
H A Dcheck-gitignore.sh19 git_root=$(git rev-parse --show-toplevel)
97 git ls-files | git check-ignore --no-index --stdin
H A Dgit-pbchk.py68 def git(command): function
102 p = git('rev-parse --show-toplevel')
110 p = git('branch')
127 p = git(["for-each-ref", "--format=%(refname:short) %(upstream:short)",
157 p = git('log --pretty=tformat:%%B:SEP: %s..' % parent)
172 p = git("log --name-only --pretty=format: %s.. %s" %
211 res = git("diff %s HEAD %s" % (parent, path))
H A Dnightly731 BRINGOVER_SCM=git
938 git://* | http://*.git | https://*.git)
951 mercurial|git)
970 none|git|mercurial)
1011 staffer git clone \
1373 find . \( -name SCCS -o -name .hg -o -name .svn -o -name .git \
1418 -o -name .git -o -name 'interfaces.*' \) -prune -o \
1431 BRINGOVER_BRANCH=$(cd "${BRINGOVER_WS}"; git rev-parse --abbrev-ref HEAD)
1444 staffer git remote set-url ${BRINGOVER_REMOTE} ${BRINGOVER_WS} &&
1445 staffer git fetch ${BRINGOVER_REMOTE} ${BRINGOVER_BRANCH} &&
[all …]
H A Dflg.flp.sh186 FILELIST=$(cd $(git rev-parse --show-toplevel) && git ls-files)
H A Dwhich_scm.sh104 if [[ "$SCM_TYPE" != "$CWD_TYPE" || "$SCM_TYPE" == git || \
H A Dwebrev.sh2297 [[ -z $GIT ]] && GIT=$(look_for_prog git)
2527 git|subversion)
2684 cnode=$($GIT --git-dir=${codemgr_ws}/.git rev-parse --short=12 \
3287 if [[ "$SCM_MODE" == git ]]; then
3288 preparer=$(git config user.name 2>/dev/null)
H A Dxref.mk82 XRPRUNELIST = $(XRPRUNE) .hg .git
H A Dbldenv413 export VERSION=$(git -C "${CODEMGR_WS}" describe --long --all --dirty |
H A Dws.sh228 elif [[ "$SCM_MODE" = "git" && -d ${wsname}/.git ]]; then
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/
H A Dkpatch.sh64 if git diff $fullname | grep ^+ | grep -qi alloc ; then
67 if git diff $fullname | grep ^+ | grep -qi alloc ; then
83 git add $fullname
87 git format-patch HEAD^ --stdout >> $MSG_FILE
94 git log -10 --oneline $fullname | sed -e 's/^/# /' >> $MSG_FILE
100 git commit $AMEND -F $MSG_FILE
102 git format-patch HEAD^ --stdout >> $MSG_FILE
115 git format-patch HEAD^ --stdout >> $MAIL_FILE
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dsubmitting-patches.md12 git clone git://git.kernel.org/pub/scm/devel/sparse/sparse.git
23 git repostories are:
26 https://repo.or.cz/w/smatch.git
/illumos-gate/usr/src/data/ucode/
H A Dupdate.amd20 UPSTREAM=git://git.kernel.org
21 UPSTREAM_PATH=/pub/scm/linux/kernel/git/firmware/linux-firmware.git
59 find_cmd git
H A DREADME.ucode49 git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ73 Git repo: git://git.kernel.org/pub/scm/devel/sparse/sparse.git
74 gitweb: http://git.kernel.org/?p=devel/sparse/sparse.git
/illumos-gate/usr/src/cmd/bhyve/
H A DREADME.sync2 public Git repository at https://git.freebsd.org/src.git
/illumos-gate/usr/src/pkg/manifests/
H A Ddeveloper-build-onbld.p5m88 link path=opt/onbld/bin/git-nits target=git-pbchk
89 file path=opt/onbld/bin/git-pbchk mode=0555 \
260 link path=opt/onbld/man/man1onbld/git-nits.1onbld target=git-pbchk.1onbld
261 file path=opt/onbld/man/man1onbld/git-pbchk.1onbld
/illumos-gate/
H A D.gitignore17 # Rather, you are expected to "make clobber" before running "git status".
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A DREADME.illumos13 driver. This uses the FreeBSD stable/12 branch, git SHA
/illumos-gate/usr/src/uts/common/io/igc/core/
H A DREADME.illumos8 These files were snapshotted in January 2024 from the FreeBSD main git
/illumos-gate/usr/src/tools/quick/
H A Dmake-gss167 git_rev=`git rev-parse --short=8 HEAD`
H A Dmake-idmap187 git_rev=`git rev-parse --short=8 HEAD`
H A Dmake-nfs247 git_rev=`git rev-parse --short=8 HEAD`
H A Dmake-smbclnt240 git_rev=`git rev-parse --short=8 HEAD`
/illumos-gate/usr/src/tools/
H A D.gitignore78 scripts/git-pbchk

12