From: Sami Kerola <kerolasa@iki.fi>
To: util-linux@vger.kernel.org
Cc: Sami Kerola <kerolasa@iki.fi>
Subject: [PATCH 0/5] pull: five mutually unrelated changes
Date: Sat, 15 Jul 2017 22:20:41 +0100 [thread overview]
Message-ID: <20170715212046.1655-1-kerolasa@iki.fi> (raw)
Hello,
The 'big' change in this pull request is to drop reset(1) from util-linux.
I don't think there is any point of keep this script hanging around. Rest
should be pretty straightforward review.
Sorry about forgetting uuidparse(1) bash-completion file when that command
was introduced, but on good side when I got around adding the completion I
noticed that bash set -u is broken here and there. All instances of the set
-u issue should be now fixed.
Both boilerplate.c and ldattach(8) changes are very minor, and hopefully do
not need further explaining.
----------------------------------------------------------------
The following changes since commit 8ffa3b651d7e74acba8f1d831b7f68fdb3c66aae:
libfdisk: make fdisk compliant to UEFI/GPT specification on PMBR (2017-07-14 12:48:18 +0200)
are available in the git repository at:
git://github.com/kerolasa/lelux-utiliteetit.git 2017wk28
for you to fetch changes up to abbcec4fc9c8d7fb835b4eafd1bc9d82acbf0056:
bash-completion: make completions to work when bash set -u is in use (2017-07-15 22:05:42 +0100)
----------------------------------------------------------------
Sami Kerola (5):
reset: remove script from the package
ldattach: simplify debugging function when vwarnx(3) is available
docs: add optional option back to struct option
uuidparse: add bash-completion file
bash-completion: make completions to work when bash set -u is in use
Documentation/boilerplate.c | 17 ++++++++--------
Documentation/deprecated.txt | 5 -----
bash-completion/Makemodule.am | 3 +++
bash-completion/blkid | 2 +-
bash-completion/fdisk | 2 +-
bash-completion/fincore | 2 +-
bash-completion/findmnt | 2 +-
bash-completion/losetup | 2 +-
bash-completion/lsipc | 2 +-
bash-completion/lslocks | 2 +-
bash-completion/lsmem | 2 +-
bash-completion/partx | 2 +-
bash-completion/prlimit | 2 +-
bash-completion/sfdisk | 2 +-
bash-completion/swapon | 2 +-
bash-completion/uuidparse | 37 +++++++++++++++++++++++++++++++++++
bash-completion/wdctl | 2 +-
bash-completion/zramctl | 2 +-
configure.ac | 9 +--------
sys-utils/ldattach.c | 10 +++++++---
term-utils/Makemodule.am | 6 ------
term-utils/reset | 19 ------------------
term-utils/reset.1 | 45 -------------------------------------------
23 files changed, 71 insertions(+), 108 deletions(-)
create mode 100644 bash-completion/uuidparse
delete mode 100755 term-utils/reset
delete mode 100644 term-utils/reset.1
--
2.13.3
next reply other threads:[~2017-07-15 21:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-15 21:20 Sami Kerola [this message]
2017-07-15 21:20 ` [PATCH 1/5] reset: remove script from the package Sami Kerola
2017-07-15 21:20 ` [PATCH 2/5] ldattach: simplify debugging function when vwarnx(3) is available Sami Kerola
2017-07-15 21:20 ` [PATCH 3/5] docs: add optional option back to struct option Sami Kerola
2017-07-15 21:20 ` [PATCH 4/5] uuidparse: add bash-completion file Sami Kerola
2017-07-15 21:20 ` [PATCH 5/5] bash-completion: make completions to work when bash set -u is in use Sami Kerola
2017-07-15 22:45 ` [PATCH 0/5] pull: five mutually unrelated changes Bruce Dubbs
2017-07-16 9:08 ` Sami Kerola
2017-07-16 15:25 ` Bruce Dubbs
2017-07-17 9:28 ` Karel Zak
2017-07-17 10:04 ` Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170715212046.1655-1-kerolasa@iki.fi \
--to=kerolasa@iki.fi \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox