4df9ea86c2
The `a/` and `b/` prefixes can be disabled in the `git diff` output by setting `diff.noprefix` to `true`. The output is still a valid diff, but `ansible-test` would raise an exception since without the prefixes, it thought the diff line was invalid.
4 lines
170 B
YAML
4 lines
170 B
YAML
bugfixes:
|
|
- >-
|
|
ansible-test - make the ``a/`` and ``b/`` prefixes an optional match
|
|
since these can be turned off with the ``diff.noprefix`` setting in ``git``
|