Lines Matching refs:git
5 # This script assumes that the dtc and the linux git trees are in the
8 # in the kernel and creates a git commit updating them to the new
15 # relevant files into the kernel tree and create a git commit. The commit
43 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
52 dtc_version=$(git describe HEAD)
53 dtc_log=$(git log --oneline ${last_dtc_ver}..)
60 git add ${f}
64 git add libfdt/${f}
69 git add ./libfdt/libfdt.h
80 git commit -e -v -s -m "${commit_msg}"