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

[GSOC] format-patch: allow a non-integral version numbers #885

Commits on Mar 23, 2021

  1. format-patch: allow a non-integral version numbers

    The `-v<n>` option of `format-patch` can give nothing but an
    integral iteration number to patches in a series.  Some people,
    however, prefer to mark a new iteration with only a small fixup
    with a non integral iteration number (e.g. an "oops, that was
    wrong" fix-up patch for v4 iteration may be labeled as "v4.1").
    
    Allow `format-patch` to take such a non-integral iteration
    number.
    
    `<n>` can be any string, such as '3.1' or '4rev2'. In the case
    where it is a non-integral value, the "Range-diff" and "Interdiff"
    headers will not include the previous version.
    
    Signed-off-by: ZheNing Hu <adlternative@gmail.com>
    adlternative committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    53c359f View commit details
    Browse the repository at this point in the history