Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/tools/scripts/
H A DMakefile67 git-pbchk \
75 git-nits
85 git-pbchk.1onbld \
100 git-nits.1onbld
135 $(ROOTONBLDBIN)/git-nits:
136 $(RM) $(ROOTONBLDBIN)/git-nits
137 $(SYMLINK) git-pbchk $(ROOTONBLDBIN)/git-nits
139 $(ROOTONBLDMAN1ONBLD)/git-nits.1onbld:
140 $(RM) $(ROOTONBLDMAN1ONBLD)/git-nits.1onbld
141 $(SYMLINK) git-pbchk.1onbld $(ROOTONBLDMAN1ONBLD)/git-nits.1onbld
H A Dgit-pbchk.py67 def git(command): function
101 p = git('rev-parse --show-toplevel')
109 p = git('branch')
126 p = git(["for-each-ref", "--format=%(refname:short) %(upstream:short)",
156 p = git('log --pretty=tformat:%%B:SEP: %s..' % parent)
171 p = git("log --name-only --pretty=format: %s.. %s" %
210 res = git("diff %s HEAD %s" % (parent, path))
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 Dws.sh228 elif [[ "$SCM_MODE" = "git" && -d ${wsname}/.git ]]; then
H A Dnightly1308 none|git|mercurial)
1332 find . \( -name SCCS -o -name .hg -o -name .svn -o -name .git \
1377 -o -name .git -o -name 'interfaces.*' \) -prune -o \
/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/
H A D.gitignore3 # Rather, you are expected to "make clobber" before running "git status".
/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 \
253 link path=opt/onbld/man/man1onbld/git-nits.1onbld target=git-pbchk.1onbld
254 file path=opt/onbld/man/man1onbld/git-pbchk.1onbld
/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-smbclnt240 git_rev=`git rev-parse --short=8 HEAD`
H A Dmake-nfs247 git_rev=`git rev-parse --short=8 HEAD`
H A Dmake-zfs313 git_rev=`git rev-parse --short=8 HEAD`
H A Dmake-smbsrv320 git_rev=`git rev-parse --short=8 HEAD`
/illumos-gate/usr/src/data/zoneinfo/
H A DREADME.illumos48 And as you see things that show up as egregiously different, do a 'git

12