<feed xmlns='http://www.w3.org/2005/Atom'>
<title>forums/git-tools/hooks/commit-msg, branch master</title>
<subtitle>The forums.mageia.org Website</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/'/>
<entry>
<title>[ticket/15683] Better error message when commit message has CRLF</title>
<updated>2018-06-05T19:20:19+00:00</updated>
<author>
<name>Anssi Johansson</name>
<email>github@miuku.net</email>
</author>
<published>2018-06-05T19:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=90689090513fb3285b12eb0c9cda87c4125ded86'/>
<id>90689090513fb3285b12eb0c9cda87c4125ded86</id>
<content type='text'>
When someone tries to do a pull request with incorrect line breaks in the
commit message, the error message as given by Travis is "Unexpected EOF
encountered". The error message should be clearer that CR/LF was the
problem. This change adds a separate check for CRLF line endings.

PHPBB3-15683
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When someone tries to do a pull request with incorrect line breaks in the
commit message, the error message as given by Travis is "Unexpected EOF
encountered". The error message should be clearer that CR/LF was the
problem. This change adds a separate check for CRLF line endings.

PHPBB3-15683
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/12720] Allow commit heading to begin with lowercase letters</title>
<updated>2014-06-16T13:25:19+00:00</updated>
<author>
<name>Dhruv</name>
<email>dhruv.goel92@gmail.com</email>
</author>
<published>2014-06-15T21:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6db849cba5ab716af24d3d66b14104eb463c9dff'/>
<id>6db849cba5ab716af24d3d66b14104eb463c9dff</id>
<content type='text'>
PHPBB3-12720
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-12720
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10767] Clarify what happens at the end of the hook.</title>
<updated>2012-04-17T10:05:33+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2012-04-17T09:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=aceca2566b80753d79c1dc77f5470618b0a2078d'/>
<id>aceca2566b80753d79c1dc77f5470618b0a2078d</id>
<content type='text'>
If there are problems and fatal is true, print that the commit
is aborted.

If there are problems and fatal is false, print instructions
for fixing the commit.

PHPBB3-10767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there are problems and fatal is true, print that the commit
is aborted.

If there are problems and fatal is false, print instructions
for fixing the commit.

PHPBB3-10767
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10767] Use warning/error language as appropriate.</title>
<updated>2012-04-17T10:05:32+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2012-04-17T09:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=45b910f9b445dc50cf65e456d8fe6f3aae2cbc11'/>
<id>45b910f9b445dc50cf65e456d8fe6f3aae2cbc11</id>
<content type='text'>
When commit-msg hook is fatal, label the message as an error.

When it is not fatal, label the message as a warning.

"Syntax error" is still always an error, not sure if this
should be changed.

PHPBB3-10767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When commit-msg hook is fatal, label the message as an error.

When it is not fatal, label the message as a warning.

"Syntax error" is still always an error, not sure if this
should be changed.

PHPBB3-10767
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10767] Default to non-fatal behavior.</title>
<updated>2012-04-17T10:05:32+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2012-04-17T09:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=1ce8a1d7ee1f361278358f5b2b3e15b449d2a8aa'/>
<id>1ce8a1d7ee1f361278358f5b2b3e15b449d2a8aa</id>
<content type='text'>
PHPBB3-10767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10767
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10767] Revert unconditional unfatality in commit-msg hook.</title>
<updated>2012-04-16T07:05:42+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2012-04-16T07:04:29+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=bdf21e45caadd74c7f4c41d6e1bf4737d9300cf4'/>
<id>bdf21e45caadd74c7f4c41d6e1bf4737d9300cf4</id>
<content type='text'>
Revert "[ticket/10093] Make commit-msg always not fatal by nuking all fatal logic."

This reverts commit 88cad5523e7cdac6826dd8581e27e22a65afda26.

PHPBB3-10093
PHPBB3-10767
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert "[ticket/10093] Make commit-msg always not fatal by nuking all fatal logic."

This reverts commit 88cad5523e7cdac6826dd8581e27e22a65afda26.

PHPBB3-10093
PHPBB3-10767
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10093] Use correct ANSI code for clearing color.</title>
<updated>2011-12-03T21:43:13+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-12-03T21:42:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=8e59699424f4870e4ad77542b0e37eca696a18a3'/>
<id>8e59699424f4870e4ad77542b0e37eca696a18a3</id>
<content type='text'>
PHPBB3-10093
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10093
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10093] Make commit-msg always not fatal by nuking all fatal logic.</title>
<updated>2011-12-03T21:41:31+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-12-03T21:40:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=88cad5523e7cdac6826dd8581e27e22a65afda26'/>
<id>88cad5523e7cdac6826dd8581e27e22a65afda26</id>
<content type='text'>
PHPBB3-10093
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10093
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10093] Use color in commit-msg hook warning/error messages.</title>
<updated>2011-11-26T23:06:38+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-11-26T23:04:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=92cdf08d48cba4eac30708ab089aae917db13970'/>
<id>92cdf08d48cba4eac30708ab089aae917db13970</id>
<content type='text'>
By default color is used if the message is printed to a tty,
phpbb.hooks.commit-msg.color configuration setting can override this.

PHPBB3-10093
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By default color is used if the message is printed to a tty,
phpbb.hooks.commit-msg.color configuration setting can override this.

PHPBB3-10093
</pre>
</div>
</content>
</entry>
<entry>
<title>[ticket/10093] Refactor complaining in commit-msg hook for color support.</title>
<updated>2011-11-26T22:41:25+00:00</updated>
<author>
<name>Oleg Pudeyev</name>
<email>oleg@bsdpower.com</email>
</author>
<published>2011-11-26T22:41:25+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.mageia.org/web/forums/commit/?id=6a3ee0996e1b4faf765d72e7249f505fafd5812d'/>
<id>6a3ee0996e1b4faf765d72e7249f505fafd5812d</id>
<content type='text'>
PHPBB3-10093
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PHPBB3-10093
</pre>
</div>
</content>
</entry>
</feed>
