Closed tupyy closed 4 months ago
Please squash the commits into one (you'll have to force push to your branch).
Also needs a Signed-off-by
in the commit message.
Also remove fstab -
prefix and either replace it with nothing or with fstab:
. See existing commit messages in the project (which are not very consistent, but nothing uses -
).
Also add Fixes:
line.
@rwmjones done
You need to add the Fixes:
. Also git commit messages are plain text, so using back ticks is not necessary.
Also it should be Signed-off-by
, see https://www.kernel.org/doc/html/latest/process/submitting-patches.html
ptal
This looks good now. I also applied it to my local tree and ran the tests and those pass.
This PR adds a new lens that allows a comma after the last option:
Fixes: https://github.com/hercules-team/augeas/issues/832
Signed-off-by: cosmin@redhat.com