mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-15 09:55:11 +00:00

This adds APIs for querying git attributes. In addition to the new API in include/git2/attr.h, most of the action is in src/attr_file.[hc] which contains utilities for dealing with a single attributes file, and src/attr.[hc] which contains the implementation of the APIs that merge all applicable attributes files.
5 lines
134 B
Plaintext
5 lines
134 B
Plaintext
# These are examples from the git-check-attr.1 man page
|
|
*.java diff=java -crlf myAttr
|
|
NoMyAttr.java !myAttr
|
|
README caveat=unspecified
|