README: Use full `git commit` instead of Krzysztof's alias Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
SoC Linux kernel maintainers group's tools for their workflow
git checkout soc/dt soc-tools/pw-review-soc.sh ... git fetch PULL_URL git checkout -b FOO/dt32 FETCH_HEAD git checkout -b FOO/dt64 FETCH_HEAD git checkout -b FOO/drivers FETCH_HEAD next-analysis/hist-pre-merge.sh origin/master..FETCH_HEAD git checkout soc/dt git rebase origin/soc/dt git pull --log --signoff PULL_URL ... do some testing ... git checkout for-next git merge soc/dt soc-tools/document-merges.sh vi arch/arm/arm-soc-for-next-contents.txt git add -p arch/arm/arm-soc-for-next-contents.txt && git commit --signoff -m "soc: document merges" git push origin for-next soc/dt
next-analysis from: https://github.com/krzk/next-analysis