<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/script/git-hooks/pre-commit-hook, branch talloc-2.4.4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>script: Reformat shell scripts</title>
<updated>2022-03-03T00:59:34+00:00</updated>
<author>
<name>Andreas Schneider</name>
<email>asn@samba.org</email>
</author>
<published>2022-02-21T13:02:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=22eb76c6d0bfb9c6858eb0cef4211b4f833e9ae7'/>
<id>22eb76c6d0bfb9c6858eb0cef4211b4f833e9ae7</id>
<content type='text'>
shfmt -f script/ | xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
shfmt -f script/ | xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider &lt;asn@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a wrapper script as git pre-commit hook</title>
<updated>2018-04-25T23:09:27+00:00</updated>
<author>
<name>Ralph Boehme</name>
<email>slow at samba.org</email>
</author>
<published>2018-04-10T11:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8649e216650de85cd73eda64caa2e338d59582d5'/>
<id>8649e216650de85cd73eda64caa2e338d59582d5</id>
<content type='text'>
When developer mode is enabled, the wrapper script
"script/git-hooks/pre-commit-hook" gets installed as

  .git/hooks/pre-commit

and calls "script/git-hooks/pre-commit-script".

This way we can later modify the "script/git-hooks/pre-commit-script"
without the need to ever change the installed commit hook itself.

Signed-off-by: Ralph Boehme &lt;slow at samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin at meltin.net&gt;
Reviewed-by: Jeremy Allison &lt;jra at samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When developer mode is enabled, the wrapper script
"script/git-hooks/pre-commit-hook" gets installed as

  .git/hooks/pre-commit

and calls "script/git-hooks/pre-commit-script".

This way we can later modify the "script/git-hooks/pre-commit-script"
without the need to ever change the installed commit hook itself.

Signed-off-by: Ralph Boehme &lt;slow at samba.org&gt;
Reviewed-by: Martin Schwenke &lt;martin at meltin.net&gt;
Reviewed-by: Jeremy Allison &lt;jra at samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
