<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/build-aux/git-hooks/commit-msg, branch comment-cache</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Update copyright year to 2017</title>
<updated>2017-01-01T03:42:26+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2017-01-01T03:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=5badc81c1cdfbb261ad3e6d1b753defb15712f26'/>
<id>5badc81c1cdfbb261ad3e6d1b753defb15712f26</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2016</title>
<updated>2016-01-01T09:34:24+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2016-01-01T09:16:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0e963201d03d9229bb8ac4323291d2b0119526ed'/>
<id>0e963201d03d9229bb8ac4323291d2b0119526ed</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the commit-msg Git hook for unibyte environments</title>
<updated>2015-04-14T18:57:23+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2015-04-14T18:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=95cee7f6a6c9332296e386ca6e6fcce3141e5d13'/>
<id>95cee7f6a6c9332296e386ca6e6fcce3141e5d13</id>
<content type='text'>
* build-aux/git-hooks/commit-msg: Set LC_ALL=C, before running Awk
in unibyte environments.  (Suggested by Paul Eggert
&lt;eggert@cs.ucla.edu&gt;.)  Use a more accurate approximation to
[:print:], based on UTF-8 sequences of the unprintable characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* build-aux/git-hooks/commit-msg: Set LC_ALL=C, before running Awk
in unibyte environments.  (Suggested by Paul Eggert
&lt;eggert@cs.ucla.edu&gt;.)  Use a more accurate approximation to
[:print:], based on UTF-8 sequences of the unprintable characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port commit-msg to MSYS Bash+Gawk</title>
<updated>2015-04-11T20:05:18+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-11T20:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fc530e56cf17494be840933fd56534be42fbac45'/>
<id>fc530e56cf17494be840933fd56534be42fbac45</id>
<content type='text'>
See Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00610.html
* build-aux/git-hooks/commit-msg (cent_sign_utf8_format)
(cent_sign, print_at_sign, at_sign): Revert previous change.
(print_at_sign): Prepend "BEGIN".
(at_sign): Redirect from /dev/null to be safer with pre-POSIX awk.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00610.html
* build-aux/git-hooks/commit-msg (cent_sign_utf8_format)
(cent_sign, print_at_sign, at_sign): Revert previous change.
(print_at_sign): Prepend "BEGIN".
(at_sign): Redirect from /dev/null to be safer with pre-POSIX awk.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port commit-msg to broken MS-Windows shell</title>
<updated>2015-04-11T15:21:17+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-11T15:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fadf0205ef3e8adfd4ca72e9d1b2f2ab30005bd5'/>
<id>fadf0205ef3e8adfd4ca72e9d1b2f2ab30005bd5</id>
<content type='text'>
* build-aux/git-hooks/commit-msg (cent_sign):
Just use UTF-8 here rather than ASCII + printf, as the latter fails
on a broken MS-Windows shell.  Reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00592.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* build-aux/git-hooks/commit-msg (cent_sign):
Just use UTF-8 here rather than ASCII + printf, as the latter fails
on a broken MS-Windows shell.  Reported by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00592.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix commit-msg to handle scissors lines</title>
<updated>2015-04-11T02:12:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-11T02:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=68a74dd12ad8c28bfe6fb2c0232a7beea548c4c6'/>
<id>68a74dd12ad8c28bfe6fb2c0232a7beea548c4c6</id>
<content type='text'>
* build-aux/git-hooks/commit-msg:
Ignore every line after a scissors line, such as a line generated
by 'git commit -v'.  Problem reported by Johan Bockgård in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00580.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* build-aux/git-hooks/commit-msg:
Ignore every line after a scissors line, such as a line generated
by 'git commit -v'.  Problem reported by Johan Bockgård in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00580.html
</pre>
</div>
</content>
</entry>
<entry>
<title>port commit-msg to Gawk 3.0.4 (1999)</title>
<updated>2015-04-11T02:12:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-11T02:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=42142f089d5ff62729a76c903029f9b0349d0dba'/>
<id>42142f089d5ff62729a76c903029f9b0349d0dba</id>
<content type='text'>
* build-aux/git-hooks/commit-msg (cent_sign_utf8_format, cent_sign)
(print_at_sign, at_sign): New vars.  Use them to avoid problems
Eli Zaretskii encountered with Gawk 3.0.4 (1999) on MSYS.  See:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00566.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* build-aux/git-hooks/commit-msg (cent_sign_utf8_format, cent_sign)
(print_at_sign, at_sign): New vars.  Use them to avoid problems
Eli Zaretskii encountered with Gawk 3.0.4 (1999) on MSYS.  See:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00566.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Have commit-msg report commit failure</title>
<updated>2015-04-11T02:12:16+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-04-11T02:12:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=89b2bf617fa0619d57e8875d6d15aa765d765482'/>
<id>89b2bf617fa0619d57e8875d6d15aa765d765482</id>
<content type='text'>
* build-aux/git-hooks/commit-msg: If the commit is aborted,
say so.  Simplify by doing this at the end.  Problem reported
by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00566.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* build-aux/git-hooks/commit-msg: If the commit is aborted,
say so.  Simplify by doing this at the end.  Problem reported
by Eli Zaretskii in:
http://lists.gnu.org/archive/html/emacs-devel/2015-04/msg00566.html
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix 'commit-msg' to cite 'CONTRIBUTE'</title>
<updated>2015-03-29T20:07:21+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-03-29T20:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6b7dd51e1210e962c83b1337c8fa59f1ab65c735'/>
<id>6b7dd51e1210e962c83b1337c8fa59f1ab65c735</id>
<content type='text'>
As suggested in:
http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
Also, have the two files match better.
* CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
* build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As suggested in:
http://lists.gnu.org/archive/html/emacs-devel/2015-03/msg00947.html
Also, have the two files match better.
* CONTRIBUTE: Match what's in build-aux/git-hooks/commit-msg.
* build-aux/git-hooks/commit-msg: Mention 'CONTRIBUTE'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2015</title>
<updated>2015-01-01T22:26:41+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2015-01-01T22:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=7e09ef09a479731d01b1ca46e94ddadd73ac98e3'/>
<id>7e09ef09a479731d01b1ca46e94ddadd73ac98e3</id>
<content type='text'>
Run admin/update-copyright.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run admin/update-copyright.
</pre>
</div>
</content>
</entry>
</feed>
