<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/tools/update-subtree.sh, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<entry>
<title>tools: Add script to update git subtree projects</title>
<updated>2024-07-31T17:20:36+00:00</updated>
<author>
<name>Raymond Mao</name>
<email>raymond.mao@linaro.org</email>
</author>
<published>2024-07-25T13:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c502d7ada25ab21cc04e1df62fd22af5c8360275'/>
<id>c502d7ada25ab21cc04e1df62fd22af5c8360275</id>
<content type='text'>
Recently we are introducing multiple git subtree projects and
it is the right time to have a universal script to update
various subtrees and replace the dts/update-dts-subtree.sh.

update-subtree.sh is a wrapper of git subtree commands.

Usage: From U-Boot top directory,
run
$ ./tools/update-subtree.sh pull &lt;subtree-name&gt; &lt;release-tag&gt;
for pulling a tag from the upstream.
Or run
$ ./tools/update-subtree.sh pick &lt;subtree-name&gt; &lt;commit-id&gt;
for cherry-pick a commit from the upstream.

Currently &lt;subtree-name&gt; supports dts, mbedtls and lwip.

Signed-off-by: Raymond Mao &lt;raymond.mao@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Recently we are introducing multiple git subtree projects and
it is the right time to have a universal script to update
various subtrees and replace the dts/update-dts-subtree.sh.

update-subtree.sh is a wrapper of git subtree commands.

Usage: From U-Boot top directory,
run
$ ./tools/update-subtree.sh pull &lt;subtree-name&gt; &lt;release-tag&gt;
for pulling a tag from the upstream.
Or run
$ ./tools/update-subtree.sh pick &lt;subtree-name&gt; &lt;commit-id&gt;
for cherry-pick a commit from the upstream.

Currently &lt;subtree-name&gt; supports dts, mbedtls and lwip.

Signed-off-by: Raymond Mao &lt;raymond.mao@linaro.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
