Lines Matching full:git
5 This script help you to compare footprint results with previous commits in git.
6 If you don't have a git repository, it will compare your current tree
11 The script can take any SHA commit recognized for git.
15 current working directory if we have changes in git tree or we don't have git.
19 twister_last_release.csv if we don't have git tree.
44 proc = subprocess.Popen('git rev-parse --is-inside-work-tree',
78 " or twister_last_release.csv if we don't have git.")
86 proc = subprocess.Popen('git rev-parse %s' % commit, stdout=subprocess.PIPE,
104 proc = subprocess.Popen('git diff --quiet', stdout=subprocess.PIPE,
109 proc = subprocess.Popen('git reset %s --hard' % commit,
143 cmd = "git clone --no-hardlinks %s" % os.environ.get('ZEPHYR_BASE')
176 proc = subprocess.Popen('git diff --quiet', stdout=subprocess.PIPE,
199 logger.info('Working on current tree, not git enabled.')