Skip to content
New issue

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

format-patch: allow a non-integral (string??) version numbers #882

Closed
Denton-L opened this issue Feb 23, 2021 · 2 comments
Closed

format-patch: allow a non-integral (string??) version numbers #882

Denton-L opened this issue Feb 23, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Denton-L
Copy link
Member

Sometimes, it may be helpful to send patches that aren't quite v1 or v2. Perhaps a small fixup on a patch should be labelled as v1.1. Teach git format-patch to accept string versions so that this is possible.

One thing to consider, when doing a range-diff, it will say "Changes since v1" or something. Perhaps we should change that to say "Changes since last version" or something when the version is not integral.

@Denton-L Denton-L added the enhancement New feature or request label Feb 23, 2021
@adlternative
Copy link

adlternative commented Feb 25, 2021

@Denton-L
Hey, Denton Liu,
I am interested in this issue and have made minor changes to the original code.

@Denton-L
Copy link
Member Author

Closed by #885.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants