We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's about generating stuff like:
test.sh | 1 + tests/basic/expected/0001-Add-b.patch | 16 ++++++++++++++++ tests/basic/expected/0002-Add-c.patch | 17 +++++++++++++++++ tests/basic/expected/ADD_B.patch | 5 ----- tests/basic/expected/ADD_C.patch | 6 ------ tests/basic/expected/patches.list | 8 -------- 6 files changed, 34 insertions(+), 19 deletions(-) create mode 100644 tests/basic/expected/0001-Add-b.patch create mode 100644 tests/basic/expected/0002-Add-c.patch delete mode 100644 tests/basic/expected/ADD_B.patch delete mode 100644 tests/basic/expected/ADD_C.patch delete mode 100644 tests/basic/expected/patches.list
For first iteration I will be happy if 16 ++++++++++++++++ looks like 16 +.
16 ++++++++++++++++
16 +
The text was updated successfully, but these errors were encountered:
This needs to take very long paths into account. I think that they are truncated if too long.
Sorry, something went wrong.
Fixed in:
No branches or pull requests
It's about generating stuff like:
For first iteration I will be happy if
16 ++++++++++++++++
looks like16 +
.The text was updated successfully, but these errors were encountered: