]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'rename-interactive' of https://github.com/g-raud/util-linux
authorKarel Zak <kzak@redhat.com>
Mon, 16 Apr 2018 08:37:31 +0000 (10:37 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Apr 2018 08:37:31 +0000 (10:37 +0200)
commitd14c1c39dd01edf08262e4f3bad3d777013ea91a
treeb1827361c90766cff4a3964a5bcb72c012fae40d
parent6ceb17c8a758b05907a9ebc547beb293765d8ccf
parent7ac394f84b3479723ffa6f235940fec0f4b29dac
Merge branch 'rename-interactive' of https://github.com/g-raud/util-linux

* 'rename-interactive' of https://github.com/g-raud/util-linux:
  rename: fixup & style (no functional changes)
  rename: test availability of __fpurge() and fpurge()
  rename: ask(): call __fpurge() to cater for multi-byte characters
  rename.1: describe interactive mode
  rename: ask(): print n when EOF on input
  rename: detect tty in cbreak mode to make ask() read a single byte
  rename.1: fix warning section
  rename: add option --interactive to ask before overwriting
  rename: skip faccessat() failure if AT_SYMLINK_NOFOLLOW is not a valid flag
  rename: check source file access early