Lines Matching full:then
19 if test "$1" = "--save-scmversion"; then
23 if test $# -gt 0; then
27 if test $# -gt 0 -o ! -d "$srctree"; then
37 if test -e .scmversion; then
41 if test "$1" = "--short"; then
47 head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
51 if [ -z "`git describe --exact-match 2>/dev/null`" ]; then
55 if $short; then
61 if atag="`git describe 2>/dev/null`"; then
71 if git config --get svn-remote.svn.url >/dev/null; then
76 if git diff-index --name-only HEAD | grep -qv "^scripts/package"; then
85 if test -d .hg && hgid=`hg id 2>/dev/null`; then
87 if [ "`hg log -r . --template '{latesttagdistance}'`" == "1" ]; then
92 if [ -z "$tag" -o "$tag" = tip ]; then
109 if rev=`LANG= LC_ALL= LC_MESSAGES=C svn info 2>/dev/null | grep '^Last Changed Rev'`; then
128 if test -e "$file"; then
135 if $scm_only; then
136 if test ! -e .scmversion; then
143 if test -e include/config/auto.conf; then
156 if test ! "$srctree" -ef .; then
164 if test "$CONFIG_LOCALVERSION_AUTO" = "y"; then
172 if test "${LOCALVERSION+set}" != "set"; then