From: Nikolay Ivanets <stenavin(a)gmail.com>
v4 fixes issues found during code review:
- whitespace-change-only hunks are removed
- options are alphabetically orderred now
v3 is just a spelling correction spotted by Eric Blake
https://www.redhat.com/archives/libguestfs/2020-February/msg00111.html
In v2 I've moved '--blocksize' parameter description into the separate
file called blocksize-option.pod so we can include it everywhere we need
similar to key-option.pod.
https://www.redhat.com/archives/libguestfs/2020-February/msg00099.html
v1 was here:
https://www.redhat.com/archives/libguestfs/2020-February/msg00096.html
Nikolay Ivanets (1):
options: add '--blocksize' option for C-based tools
options/Makefile.am | 3 ++-
options/blocksize-option.pod | 11 ++++++++++
options/options.c | 13 +++++++++++-
options/options.h | 41 ++++++++++++++++++++++++++++--------
4 files changed, 57 insertions(+), 11 deletions(-)
create mode 100644 options/blocksize-option.pod
--
2.17.2