diff options
author | Assaf Gordon <assafgordon@gmail.com> | 2012-12-06 22:30:23 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2013-02-04 23:40:32 +0000 |
commit | 8a303a8963dd255566f1625243ff19b029e0ecec (patch) | |
tree | a22eb5e5885b4044e244f2b0bc0387bf04b0849b /scripts | |
parent | be7932e863de07c4c7e4fc3c1db3eb6d04ba9af5 (diff) | |
download | coreutils-8a303a8963dd255566f1625243ff19b029e0ecec.tar.gz coreutils-8a303a8963dd255566f1625243ff19b029e0ecec.tar.bz2 coreutils-8a303a8963dd255566f1625243ff19b029e0ecec.zip |
numfmt: a new command to format numbers
* AUTHORS: Add my name.
* NEWS: Mention the new program.
* README: Reference the new program.
* src/numfmt.c: New file.
* src/.gitignore: Ignore the new binary.
* build-aux/gen-lists-of-programs.sh: Update.
* scripts/git-hooks/commit-msg: Allow numfmt: commit prefix.
* po/POTFILES.in: Add new c file.
* tests/misc/numfmt.pl: A new test file giving >93% coverage.
* tests/local.mk: Reference the new test.
* man/.gitignore: Ignore the new man page.
* man/local.mk: Reference the new man page.
* man/numfmt.x: A new template.
* doc/coreutils.texi: Document the new command.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/git-hooks/commit-msg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-hooks/commit-msg b/scripts/git-hooks/commit-msg index 56286d486..173210380 100755 --- a/scripts/git-hooks/commit-msg +++ b/scripts/git-hooks/commit-msg @@ -16,7 +16,7 @@ my @valid = qw( cp csplit cut date dd df dir dircolors dirname du echo env expand expr factor false fmt fold groups head hostid hostname id install join kill link ln logname ls md5sum mkdir mkfifo mknod mktemp - mv nice nl nohup nproc od paste pathchk pinky pr printenv printf + mv nice nl nohup nproc numfmt od paste pathchk pinky pr printenv printf ptx pwd readlink realpath rm rmdir runcon seq sha1sum sha224sum sha256sum sha384sum sha512sum shred shuf sleep sort split stat stdbuf stty sum sync tac tail tee test timeout touch tr true truncate tsort |