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
42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
51 dtc_version=$(git describe HEAD)
52 dtc_log=$(git log --oneline ${last_dtc_ver}..)
59 git add ${f}
63 git add libfdt/${f}
68 git add ./libfdt/libfdt.h
79 git commit -e -v -s -m "${commit_msg}"