Lines Matching full:git
4 # This script assumes that the dtc and the linux git trees are in the
7 # in the kernel and creates a git commit updating them to the new
14 # 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 ${f}_shipped
67 git add libfdt/${f}
72 git add ./libfdt/libfdt.h
83 git commit -e -v -s -m "${commit_msg}"