<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/scripts, branch v8.26</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v8.26</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v8.26'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2016-11-22T20:04:24Z</updated>
<entry>
<title>b2sum: a new checksum utility with md5sum like interface</title>
<updated>2016-11-22T20:04:24Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2016-10-31T13:29:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ea94589e9ef02624a3837f97f80efd7d3dcf56bf'/>
<id>urn:sha1:ea94589e9ef02624a3837f97f80efd7d3dcf56bf</id>
<content type='text'>
Note we don't support the --algorithm option of the
b2sum command in the external BLAKE2 project, as that
was deemed too confusing for users.
"BLAKE2b" was chosen as the default algorithm to use,
which is single threaded but performs well on 64 bit.

* src/blake2: CC0 source copied from external project.
* cfg.mk[VC_LIST_ALWAYS_EXCLUDE_REGEX]: Exclude blake2/
from syntax checks, make update-copyright, etc.
* src/local.mk: Reference the sources for b2sum,
and set the compilation flags.
* doc/coreutils.texi (b2sum invocation): Reference the
md5sum invocation node, and add descriptions of -l.
* tests/misc/b2sum.sh: Add new test.
* tests/local.mk: Reference new test.
* AUTHORS: Add new binary.
* README: Likewise.
* build-aux/gen-lists-of-programs.sh: Likewise.
* man/.gitignore: Likewise.
* scripts/git-hooks/commit-msg: Likewise.
* man/b2sum.x: New man page template.
* man/local.mk: Reference new template.
* src/.gitignore: Ignore new binaries.
* src/blake2/.gitignore: Ignore new build atrifacts.
* src/md5sum.c (usage): Describe the new -l option.
* NEWS: Mention the new program.
</content>
</entry>
<entry>
<title>maint: allow 'sha*sum:' tag in commit summaries</title>
<updated>2015-11-23T11:16:17Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2015-11-23T11:10:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=561f759b01cedda112d696071d205d26b9196d89'/>
<id>urn:sha1:561f759b01cedda112d696071d205d26b9196d89</id>
<content type='text'>
To support "md5sum,sha*sum:"
Suggested by Bernhard Voelker.
</content>
</entry>
<entry>
<title>scripts: update versions of gettext and libtool</title>
<updated>2015-11-17T10:42:37Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@fb.com</email>
</author>
<published>2015-08-20T15:50:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dab71a37d0fed9bd93db3d8b3779ca86c0c453ec'/>
<id>urn:sha1:dab71a37d0fed9bd93db3d8b3779ca86c0c453ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maint: allow 'all:' tag in commit summaries</title>
<updated>2015-10-29T00:18:13Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2015-10-28T10:56:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3f5e0453e17bd9db231d2fc7ba112821c428d0fc'/>
<id>urn:sha1:3f5e0453e17bd9db231d2fc7ba112821c428d0fc</id>
<content type='text'>
To tag changes that are user visible
and affect all (or many) commands.
</content>
</entry>
<entry>
<title>base32: A new program similar to base64</title>
<updated>2015-09-02T23:33:19Z</updated>
<author>
<name>Pádraig Brady</name>
<email>P@draigBrady.com</email>
</author>
<published>2015-08-05T08:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=89c517d9e26ad232d857ba37d897adbef19b30a9'/>
<id>urn:sha1:89c517d9e26ad232d857ba37d897adbef19b30a9</id>
<content type='text'>
Suggested in https://bugzilla.redhat.com/1250113

* AUTHORS: Add base32.
* THANKS.in: Add suggester.
* README: Reference the new program.
* NEWS: Mention the new program.
* src/.gitignore: Ignore the new binary.
* bootstrap.conf: Reference the gnulib base32 module.
* build-aux/gen-lists-of-programs.sh: Add base32.
* man/base32.x: A new template.
* man/.gitignore: Ignore the new man page.
* man/local.mk: Reference the new man page.
* doc/coreutils.texi (base32 invocation): Document the new command.
* src/local.mk: Adjust to build base32 based on base64.c.
* src/base64.c: Parameterize to use the correct headers,
functions and buffer sizes, depending on which binary
is being built.
* tests/misc/base64.pl: Adjust to test both base32 and base64.
* tests/misc/tty-eof.pl: Add base32 as a program that
accepts input on stdin without any options specified.
* scripts/git-hooks/commit-msg: Add base32 to the template.
</content>
</entry>
<entry>
<title>scripts: autotools-install: update</title>
<updated>2015-01-25T15:47:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@fb.com</email>
</author>
<published>2015-01-06T15:51:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=44074d8f77caa085f75e27b73e06c8301992cf84'/>
<id>urn:sha1:44074d8f77caa085f75e27b73e06c8301992cf84</id>
<content type='text'>
* scripts/autotools-install: Increase automake's version number
to 1.15 and add Stefano Lattarini's new GPG key ID.
Increase gettext's version to 0.19.4 and add Daiki Ueno's GPG key ID.
Also move VERSION definition "up" so that it is once again
automatically updated via the emacs hook snippet at the end
of the file.
</content>
</entry>
<entry>
<title>maint: autotools-install: update tool version numbers to latest</title>
<updated>2014-05-04T21:50:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@fb.com</email>
</author>
<published>2014-03-29T16:23:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7182e4470a1c60c410d5b460818ebff0992fd34c'/>
<id>urn:sha1:7182e4470a1c60c410d5b460818ebff0992fd34c</id>
<content type='text'>
* scripts/autotools-install (tarballs): Update to latest.
</content>
</entry>
<entry>
<title>scripts: autotools-install: update</title>
<updated>2014-03-13T17:15:28Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2013-08-05T14:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=42d2377b813507d50f5a67076bb20134ceb2fc10'/>
<id>urn:sha1:42d2377b813507d50f5a67076bb20134ceb2fc10</id>
<content type='text'>
* scripts/autotools-install: Update version numbers of latest
automake and gettext packages.
</content>
</entry>
<entry>
<title>scripts: tweak URLs in autotools-install</title>
<updated>2013-04-22T17:26:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@fb.com</email>
</author>
<published>2012-12-05T19:11:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=090294b0e4b496137fcb3a672c979c679d0e47f8'/>
<id>urn:sha1:090294b0e4b496137fcb3a672c979c679d0e47f8</id>
<content type='text'>
* scripts/autotools-install (tarballs): Use http:// URLs rather
than ftp:// ones.  The former are more likely to work, these days.
Update URLs to point to the latest versions.
</content>
</entry>
<entry>
<title>maint: choose editor in the commit-msg git hook the same way git does</title>
<updated>2013-02-18T01:28:49Z</updated>
<author>
<name>Stefano Lattarini</name>
<email>stefano.lattarini@gmail.com</email>
</author>
<published>2013-02-15T13:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=5bff307bdbee76adad7a7990cc23d8fd43b76252'/>
<id>urn:sha1:5bff307bdbee76adad7a7990cc23d8fd43b76252</id>
<content type='text'>
Git honours the GIT_EDITOR environment variable, the "core.editor" Git
configuration variable, and the EDITOR environment variable (in that
order, and defaulting to "vi" if none of them is set) to decide which
editor should be invoked for the user when he has to or want to edit
his commit message.

However, our commit-msg hook, when invoking an editor on behalf of the
user to allow him to fix a non-policy-complaint commit message, only
honoured the EDITOR environment variable.  To avoid potential annoying
inconsistencies, we should really use the same logic used by Git in the
selection of the editor.  Luckily, we don't have to duplicate this
logic (that would be brittle in the long term), as we can rely on the
"git var" command, designed exactly to be used in situations like this.

* scripts/git-hooks ($editor): Adjust definition.
</content>
</entry>
</feed>
