README: Use full `git commit` instead of Krzysztof's alias

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
1 file changed
tree: 5f6735bb366961c67359f7521616081847e759d5
  1. document-merges.sh
  2. git-hooks-post-commit
  3. git-hooks-post-merge
  4. install.sh
  5. LICENSE
  6. pw-review-soc.sh
  7. README.md
  8. verify_b4.sh
  9. verify_fixes.sh
  10. verify_signedoff.sh
README.md

SoC Linux kernel maintainers group's tools for their workflow

Example 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

Installation

  1. Go to the “soc” Linux kernel repository.
  2. path/soc-tools/install.sh

next-analysis from: https://github.com/krzk/next-analysis