<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git-tools.git, branch master</title>
<subtitle>Git tools</subtitle>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/git-tools.git/'/>
<entry>
<title>git-request-pull: Check for .gitignore patterns</title>
<updated>2024-08-17T19:26:19+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2024-08-17T19:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/git-tools.git/commit/?id=90e6bf908dce9ec3f9b87e755a11946146e5f714'/>
<id>90e6bf908dce9ec3f9b87e755a11946146e5f714</id>
<content type='text'>
Commits should not touch any file matchin .gitignore patterns.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commits should not touch any file matchin .gitignore patterns.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>git-request-pull: Split commit checks to a separate function</title>
<updated>2024-08-17T19:12:05+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2024-08-17T19:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/git-tools.git/commit/?id=f171dfbb3103de7802013471aac7ba3082ee2618'/>
<id>f171dfbb3103de7802013471aac7ba3082ee2618</id>
<content type='text'>
Create a new check_commit() function to make the code more readable.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a new check_commit() function to make the code more readable.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gut-request-pull.sh: Check for local changelogs</title>
<updated>2024-08-14T13:55:34+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2024-08-14T13:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/git-tools.git/commit/?id=df1adc97856a08b56199b8ebc2ea4060c709d06e'/>
<id>df1adc97856a08b56199b8ebc2ea4060c709d06e</id>
<content type='text'>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gut-request-pull.sh: Lower git calls</title>
<updated>2024-08-14T13:54:44+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2024-08-14T13:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/git-tools.git/commit/?id=cc539b7b9f35a6bc0735a8a8a47e1a54aefaef0e'/>
<id>cc539b7b9f35a6bc0735a8a8a47e1a54aefaef0e</id>
<content type='text'>
Optimize the commit checks by extracting the commit message once to
operate greps on it, instead of calling git for each check.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optimize the commit checks by extracting the commit message once to
operate greps on it, instead of calling git for each check.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add git-request-pull.sh</title>
<updated>2019-12-17T23:16:27+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2019-12-17T23:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/git-tools.git/commit/?id=dd7fc0317dc4976d7c97a00e1904686be0e7d192'/>
<id>dd7fc0317dc4976d7c97a00e1904686be0e7d192</id>
<content type='text'>
The git-request-pull.sh script wraps git-request-pull with additional
sanity checks to verify that all commits are properly signed by both the
author and the committer.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The git-request-pull.sh script wraps git-request-pull with additional
sanity checks to verify that all commits are properly signed by both the
author and the committer.

Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Create repository</title>
<updated>2019-12-17T23:16:15+00:00</updated>
<author>
<name>Laurent Pinchart</name>
<email>laurent.pinchart@ideasonboard.com</email>
</author>
<published>2019-12-17T23:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ideasonboard.org/git-tools.git/commit/?id=015ba32eed0d26d66d078f6f6b1fb66e47cca014'/>
<id>015ba32eed0d26d66d078f6f6b1fb66e47cca014</id>
<content type='text'>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
