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

odb: A couple internal improvements to body parsing/rendering #100

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Nov 16, 2022

  1. odb.Commit/fix: Restore continuation newlines in header values

    The space-indented header value continuation lines were handled on
    parsing, but not restored on construction.
    rwe committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fea4390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06f4e96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b551eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deecb81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfff6b7 View commit details
    Browse the repository at this point in the history
  6. odb.gpg: Render gpgsig header lines like other headers

    Note that the comment "Strip CR…" is the same description as in the
    git/gpg-interface.c C source.
    rwe committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e75dece View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50b3e78 View commit details
    Browse the repository at this point in the history
  8. odb.gpg: Rename sign_buffer to get_gpgsig

    Although `sign_buffer` is (roughly) the corresponding C function name,
    that refers to *mutating* a buffer rather than returning a signature
    header value.
    rwe committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    e5e97e0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d96f85 View commit details
    Browse the repository at this point in the history