Tag

  • Show log

    Commit

  • Hash : d7b5a0e8
    Author : Stefan Sperling
    Date : 2022-04-20T14:00:12

    inline struct got_object_id in struct got_object_qid
    
    Saves us from doing a malloc/free call for every item on the list.
    
    ok op@