<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/scripts, branch v8.18</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.18</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.18'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2012-06-06T20:33:08Z</updated>
<entry>
<title>su: remove program (util-linux is now the best source for it)</title>
<updated>2012-06-06T20:33:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2012-05-25T16:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=928dd73762e69cfeaab4a7ec9dd8f30f86a45ed4'/>
<id>urn:sha1:928dd73762e69cfeaab4a7ec9dd8f30f86a45ed4</id>
<content type='text'>
* README: Omit "su" from list of programs.
* src/su.c: Remove file.
* src/Makefile.am: Remove su-related rules and variables.
* tests/misc/su-fail: Remove test.
* tests/Makefile.am (TESTS): Remove misc/su-fail.
* tests/misc/invalid-opt: Remove su-related code.
* src/.gitignore: Remove su.
* man/su.x: Remove file.
* man/Makefile.am (su.1): Remove rule.
* po/POTFILES.in: Remove su.c from the list.
* TODO: Remove ancient entry.
* NEWS (Changes in behavior): Mention it.
* doc/coreutils.texi: Remove su-related description.
* AUTHORS: Remove su.
* m4/lib-check.m4 (cu_LIB_CHECK): Remove file/macro.
* configure.ac: Remove su-related code and sole use of cu_LIB_CHECK.
* scripts/git-hooks/commit-msg: Remove su from this list, too.
</content>
</entry>
<entry>
<title>scripts: encourage use of shorter "bugs.gnu.org" in bug URLs</title>
<updated>2012-05-10T09:02:46Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2012-05-10T08:24:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=53276320df7f072d271e44a528c6b5ef1aca554d'/>
<id>urn:sha1:53276320df7f072d271e44a528c6b5ef1aca554d</id>
<content type='text'>
* scripts/git-hooks/commit-msg: Also ding debbugs.gnu.org URLs.
</content>
</entry>
<entry>
<title>scripts: allow one-line summary to start with "[Vv]ersion \d"</title>
<updated>2012-01-06T16:51:52Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2012-01-06T16:51:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ce0e4459c40fceb367d9383f2c078ac8a2a0ea60'/>
<id>urn:sha1:ce0e4459c40fceb367d9383f2c078ac8a2a0ea60</id>
<content type='text'>
* scripts/git-hooks/commit-msg: Do not reject the commit log
message generated by our automated release-and-tag process.
(bad_first_line): New function, extracted from...
(check_msg): ... here.  Use it.
</content>
</entry>
<entry>
<title>realpath: a new program to print the resolved path</title>
<updated>2012-01-03T11:36:32Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2011-12-27T00:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=77ea441f79aa115f79b47d9c1fc9c0004c5c7111'/>
<id>urn:sha1:77ea441f79aa115f79b47d9c1fc9c0004c5c7111</id>
<content type='text'>
This program is compatible with other realpath(1)
implementations, and also incorporates relpath like support,
through the --relative options.  The relpath support
was suggested by Peng Yu, who also provided an initial
implemenation of that functionality.

* AUTHORS: Add my name.
* NEWS: Mention the new command.
* README: Likewise.
* doc/coreutils.texi (realpath invocation): Add realpath info.
* man/Makefile.am (realpath.1): Add dependency.
* man/realpath.x: New template.
* man/.gitignore: Ignore generated man page.
* po/POTFILES.in: Add src/realpath.c.
* src/.gitignore: Exclude realpath.
* src/Makefile.am (EXTRA_PROGRAMS): Add realpath.
* src/realpath.c: New file.
* scripts/git-hooks/commit-msg: Add realpath to the list of prefixes.
* tests/Makefile.am (TESTS): Add misc/realpath.
* tests/misc/realpath: New file.
</content>
</entry>
<entry>
<title>scripts: commit-msg: tweak 72-column test to avoid a false-positive</title>
<updated>2011-11-23T08:05:08Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-11-23T08:02:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0fd74a564eec0d1bd152ca7b6d5967ff571be66a'/>
<id>urn:sha1:0fd74a564eec0d1bd152ca7b6d5967ff571be66a</id>
<content type='text'>
* scripts/git-hooks/commit-msg: Don't warn about a line that is
longer than 72 if it is a comment.  Git-generated comments would
occasionally trigger this.
</content>
</entry>
<entry>
<title>scripts: rewrite git commit-msg hook in Perl</title>
<updated>2011-11-18T14:38:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-11-18T14:33:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=1c5ca5c05bac29aec079df61dae2b7f843cb1f0a'/>
<id>urn:sha1:1c5ca5c05bac29aec079df61dae2b7f843cb1f0a</id>
<content type='text'>
* scripts/git-hooks/commit-msg: Rewrite in perl.
This is still a work in progress in that it hard-codes coreutils-
specific program names and policies that should be easy to selectively
enable or disable without modifying the script.
</content>
</entry>
<entry>
<title>maint: adjust git hook to allow "copy: ..." on line 1 of commit message</title>
<updated>2011-11-13T19:02:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-11-13T19:00:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=47052ddbfa04b16d649ae0ecbaacfd3ce1f03c53'/>
<id>urn:sha1:47052ddbfa04b16d649ae0ecbaacfd3ce1f03c53</id>
<content type='text'>
* scripts/git-hooks/commit-msg: Add "copy" to the list of valid
command-name-like summary line prefixes.
</content>
</entry>
<entry>
<title>maint: add rule to ensure that our commit hook copies are up to date</title>
<updated>2011-11-12T21:23:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-11-12T21:23:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7bd653dada12e0f12f081ea9cccdf85a728052cd'/>
<id>urn:sha1:7bd653dada12e0f12f081ea9cccdf85a728052cd</id>
<content type='text'>
* Makefile.am (check-git-hook-script-sync): New rule -- not used
anywhere, because it depends on having very recent git.
* scripts/git-hooks/pre-applypatch: New file.
</content>
</entry>
<entry>
<title>maint: sync pre-commit script with git's</title>
<updated>2011-11-12T13:00:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-11-12T13:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=635bcd0d19a1f8d16cb74eac3cdbf1c2694063ed'/>
<id>urn:sha1:635bcd0d19a1f8d16cb74eac3cdbf1c2694063ed</id>
<content type='text'>
* scripts/git-hooks/pre-commit (allownonascii): Remove double quotes
around $(...) construct, to make this file identical to git's
sample hook script.
</content>
</entry>
<entry>
<title>scripts: reject references to long-form bug URLs</title>
<updated>2011-11-02T07:40:01Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-11-01T19:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=e6ac01c7a18ef57d3c646ed747e96b15f71855f5'/>
<id>urn:sha1:e6ac01c7a18ef57d3c646ed747e96b15f71855f5</id>
<content type='text'>
* scripts/git-hooks/commit-msg: Require the normalized/shortened
form of bugzilla.redhat.com and bugs.gnu.org bug URLs.
</content>
</entry>
</feed>
