All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] pull: five mutually unrelated changes
@ 2017-07-15 21:20 Sami Kerola
  2017-07-15 21:20 ` [PATCH 1/5] reset: remove script from the package Sami Kerola
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Sami Kerola @ 2017-07-15 21:20 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2017-07-17 10:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-15 21:20 [PATCH 0/5] pull: five mutually unrelated changes Sami Kerola
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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.