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

ref-filter: add new atom "signature" atom #1428

Commits on Jan 16, 2023

  1. ref-filter: add new "signature" atom

    This commit duplicates the code for `signature` atom from pretty.c
    to ref-filter.c. This feature will help to get rid of current duplicate
    implementation of `signature` atom when unifying implementations by
    using ref-filter logic everywhere when ref-filter can do everything
    pretty is doing.
    
    Add "signature" atom with `grade`, `signer`, `key`,
    `fingerprint`, `primarykeyfingerprint`, `trustlevel` as arguments.
    This code and its documentation are inspired by how the %GG, %G?,
    %GS, %GK, %GF, %GP, and %GT pretty formats were implemented.
    
    Co-authored-by: Hariom Verma <hariom18599@gmail.com>
    Co-authored-by: Jaydeep Das <jaydeepjd.8914@gmail.com>
    Mentored-by: Christian Couder <chriscool@tuxfamily.org>
    Mentored-by: Hariom Verma <hariom18599@gmail.com>
    Signed-off-by: Nsengiyumva Wilberforce <nsengiyumvawilberforce@gmail.com>
    3 people committed Jan 16, 2023
    Copy the full SHA
    63be799 View commit details
    Browse the repository at this point in the history