Lines Matching full:git
4 # control systems git, mercurial (hg) and subversion (svn).
45 # Check for git and a git repo.
46 if test -z "$(git rev-parse --show-cdup 2>/dev/null)" &&
47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
51 if [ -z "`git describe --exact-match 2>/dev/null`" ]; then
54 # running further git commands
61 if atag="`git describe 2>/dev/null`"; then
70 # Is this git on svn?
71 if git config --get svn-remote.svn.url >/dev/null; then
72 printf -- '-svn%s' "`git svn find-rev $head`"
76 …date=`git log -1 --author='@rock-chips' --date=format:%y%m%d | sed -n '/Date:/p' | awk '{ print "-…
80 if git diff-index --name-only HEAD | grep -qv "^scripts/package"; then
87 # All done with git
176 # annotated or signed tagged state (as git describe only
177 # looks at signed or annotated tags - git tag -a/-s) and