<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib/hooks, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=master</id>
<link rel='self' href='https://git.shady.money/git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2025-05-12T17:55:45Z</updated>
<entry>
<title>contrib: remove "hooks" directory</title>
<updated>2025-05-12T17:55:45Z</updated>
<author>
<name>Patrick Steinhardt</name>
<email>ps@pks.im</email>
</author>
<published>2025-05-12T09:19:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9a19b79e7599432754cab22b29a0ad3291b3d455'/>
<id>urn:sha1:9a19b79e7599432754cab22b29a0ad3291b3d455</id>
<content type='text'>
The "hooks" directory contains a handful of example hooks. Most of these
hooks are highly specific and haven't really received any updates over
the last couple of years, except for some global cleanups. The multimail
hook has also been removed in f74d11471fa (multimail: stop shipping a
copy, 2021-06-10) in favor of its upstream project [1].

Remove those hooks. If we want to provide examples for how to use Git
hooks we should do that as part of our documentation, for example in
githooks(5).

[1]: https://github.com/git-multimail/git-multimail

Signed-off-by: Patrick Steinhardt &lt;ps@pks.im&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>multimail: stop shipping a copy</title>
<updated>2021-06-11T04:35:19Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2021-06-10T08:29:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f74d11471fa8870d4bcbe7dbff2f3ddac6783e7f'/>
<id>urn:sha1:f74d11471fa8870d4bcbe7dbff2f3ddac6783e7f</id>
<content type='text'>
The multimail project is developed independently and has its own project
page. Traditionally, we shipped a copy in contrib/.

However, such a copy is prone to become stale, and users are much better
served to be directed to the actual project instead.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>multimail: fix a few simple spelling errors</title>
<updated>2019-11-10T07:00:55Z</updated>
<author>
<name>Elijah Newren</name>
<email>newren@gmail.com</email>
</author>
<published>2019-11-05T17:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ae821ffe8327ebb24b16ba5a42c6d675050319d7'/>
<id>urn:sha1:ae821ffe8327ebb24b16ba5a42c6d675050319d7</id>
<content type='text'>
Also submitted upstream as:
  https://github.com/git-multimail/git-multimail/pull/208

Reported-by: Jens Schleusener &lt;Jens.Schleusener@fossies.org&gt;
Signed-off-by: Elijah Newren &lt;newren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fix spelling errors in code comments</title>
<updated>2019-11-10T07:00:54Z</updated>
<author>
<name>Elijah Newren</name>
<email>newren@gmail.com</email>
</author>
<published>2019-11-05T17:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=15beaaa3d1f6b555900446deb5e376b4f806d734'/>
<id>urn:sha1:15beaaa3d1f6b555900446deb5e376b4f806d734</id>
<content type='text'>
Reported-by: Jens Schleusener &lt;Jens.Schleusener@fossies.org&gt;
Signed-off-by: Elijah Newren &lt;newren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fix spelling errors in documentation outside of Documentation/</title>
<updated>2019-11-07T04:42:00Z</updated>
<author>
<name>Elijah Newren</name>
<email>newren@gmail.com</email>
</author>
<published>2019-11-05T17:07:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=891529792547c55bf8c94ea8831631702492e839'/>
<id>urn:sha1:891529792547c55bf8c94ea8831631702492e839</id>
<content type='text'>
Reported-by: Jens Schleusener &lt;Jens.Schleusener@fossies.org&gt;
Signed-off-by: Elijah Newren &lt;newren@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-multimail: update to release 1.5.0</title>
<updated>2019-01-07T19:56:09Z</updated>
<author>
<name>Matthieu Moy</name>
<email>git@matthieu-moy.fr</email>
</author>
<published>2019-01-07T17:48:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=99177b34db1d473e8f90544cf0bf83f47308e9ad'/>
<id>urn:sha1:99177b34db1d473e8f90544cf0bf83f47308e9ad</id>
<content type='text'>
Changes are described in CHANGES.

Contributions-by: Matthieu Moy &lt;git@matthieu-moy.fr&gt;
Contributions-by: William Stewart &lt;william.stewart@booking.com&gt;
Contributions-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;
Contributions-by: Dirk Olmes &lt;dirk.olmes@codedo.de&gt;
Contributions-by: Björn Kautler &lt;Bjoern@Kautler.net&gt;
Contributions-by: Konstantin Ryabitsev &lt;konstantin@linuxfoundation.org&gt;
Contributions-by: Gareth Pye &lt;garethp@gpsatsys.com.au&gt;
Contributions-by: David Lazar &lt;lazard@csail.mit.edu&gt;
Signed-off-by: Matthieu Moy &lt;git@matthieu-moy.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>hooks/pre-auto-gc-battery: allow gc to run on non-laptops</title>
<updated>2018-02-28T22:24:46Z</updated>
<author>
<name>Adam Borowski</name>
<email>kilobyte@angband.pl</email>
</author>
<published>2018-02-28T22:12:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=781262c5e7ad4a7813c528803117ed0d2e8c5172'/>
<id>urn:sha1:781262c5e7ad4a7813c528803117ed0d2e8c5172</id>
<content type='text'>
Desktops and servers tend to have no power sensor, thus on_ac_power returns
255 ("unknown").  Thus, let's take any answer other than 1 ("battery") as
no contraindication to run gc.

If that tool returns "unknown", there's no point in querying other sources
as it already queried them, and is smarter than us (can handle multiple
adapters).

Reported by: Xin Li &lt;delphij@google.com&gt;
Signed-off-by: Adam Borowski &lt;kilobyte@angband.pl&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2017-06-27T17:35:49Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2017-06-25T10:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=64127575149e35b409bc2f78962f86507346d604'/>
<id>urn:sha1:64127575149e35b409bc2f78962f86507346d604</id>
<content type='text'>
Signed-off-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-multimail: update to release 1.4.0</title>
<updated>2016-08-17T18:36:08Z</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2016-08-17T06:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=7c5543115edf58b3b9b188f6f1377660bec10629'/>
<id>urn:sha1:7c5543115edf58b3b9b188f6f1377660bec10629</id>
<content type='text'>
Changes are described in CHANGES.

Contributions-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Contributions-by: Irfan Adilovic &lt;irfanadilovic@gmail.com&gt;
Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Spelling fixes</title>
<updated>2016-08-11T21:35:42Z</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2016-08-09T08:53:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2e3a16b279a9df2e498187871c67e623e12bc8a4'/>
<id>urn:sha1:2e3a16b279a9df2e498187871c67e623e12bc8a4</id>
<content type='text'>
    &lt;BAD&gt;                     &lt;CORRECTED&gt;
    accidently                accidentally
    commited                  committed
    dependancy                dependency
    emtpy                     empty
    existance                 existence
    explicitely               explicitly
    git-upload-achive         git-upload-archive
    hierachy                  hierarchy
    indegee                   indegree
    intial                    initial
    mulitple                  multiple
    non-existant              non-existent
    precendence.              precedence.
    priviledged               privileged
    programatically           programmatically
    psuedo-binary             pseudo-binary
    soemwhere                 somewhere
    successfull               successful
    transfering               transferring
    uncommited                uncommitted
    unkown                    unknown
    usefull                   useful
    writting                  writing

Signed-off-by: Ville Skyttä &lt;ville.skytta@iki.fi&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
