Searched refs:git (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A DMakefile67 git-pbchk \
75 git-nits
87 git-pbchk.1onbld \
104 git-nits.1onbld
140 $(ROOTONBLDBIN)/git-nits:
141 $(RM) $(ROOTONBLDBIN)/git-nits
142 $(SYMLINK) git-pbchk $(ROOTONBLDBIN)/git-nits
144 $(ROOTONBLDMAN1ONBLD)/git-nits.1onbld:
145 $(RM) $(ROOTONBLDMAN1ONBLD)/git
[all...]
H A Dflg.flp.sh84 elif [[ "$SCM_MODE" = "mercurial" || "$SCM_MODE" == "git" ]]; then
183 elif [[ $SCM_MODE == "git" ]]; then
184 FILELIST=$(cd $(dirname $(git rev-parse --git-dir)) && git ls-files)
H A Dwhich_scm.sh60 [ -d "$1/.git" ] && scmid="$scmid git"
101 if [[ "$SCM_TYPE" != "$CWD_TYPE" || "$SCM_TYPE" == git || \
H A Dgit-pbchk.py57 def git(command): function
64 command = ["git"] + command
67 tmpfile = tempfile.TemporaryFile(prefix="git-nits")
87 """Return the root of the current git workspace"""
89 p = git('rev-parse --git-dir')
92 sys.stderr.write("Failed finding git workspace\n")
100 """Return the current git branch"""
102 p = git('branch')
105 sys.stderr.write("Failed finding git branc
[all...]
H A Dwebrev.sh1771 # Transform a specified 'git log' output format into a wx-like active list.
1783 open(F, "git diff -M --name-status $parent..$child |");
1801 open(F, "git whatchanged --pretty=format:%B $parent..$child |");
1840 print " File list from: git ...\c"
2010 # Get old file and its mode from the git object tree
2111 elif [[ $SCM_MODE == "git" ]]; then
2137 -c <revision>: generate webrev for single revision (git only)
2140 -h <revision>: specify "head" revision for comparison (git only)
2178 [[ -z $GIT ]] && GIT=`look_for_prog git`
2349 elif [[ $SCM_MODE == "git" ]]; the
[all...]
H A Dws.sh90 elif [[ "$SCM_MODE" = "git" ]]; then
92 # For git, we make no attempt to deal with the possibility of
95 # at all, in keeping with the rest of our git support.
228 elif [[ "$SCM_MODE" = "git" && -d ${wsname}/.git ]]; then
229 CM_DATA=".git"
H A Dnightly.sh402 `find . \( -name SCCS -o -name .hg -o -name .svn -o -name .git \) \
1462 none|git|mercurial)
1486 find . \( -name SCCS -o -name .hg -o -name .svn -o -name .git \
1529 -o -name .git -o -name 'interfaces.*' \) -prune -o \
/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-zfs302 git_rev=`git rev-parse --short=8 HEAD`
H A Dmake-smbsrv270 git_rev=`git rev-parse --short=8 HEAD`

Completed in 90 milliseconds