• Show log

    Commit

  • Hash : 97968529
    Author : Patrick Steinhardt
    Date : 2019-07-05T08:05:16

    attr_file: refactor `parse_buffer` function
    
    The gitattributes code is one of our oldest and most-untouched codebases
    in libgit2, and as such its code style doesn't quite match our current
    best practices. Refactor the function `git_attr_file__parse_buffer` to
    better match them.