The callback used with git_attr_foreach.
This callback will be invoked only once per attribute name, even if there are multiple rules for a given file. The highest priority rule will be used.
@see git_attr_foreach.
0 to continue looping, non-zero to stop. This value will be returned from git_attr_foreach.
See Implementation
The callback used with git_attr_foreach.
This callback will be invoked only once per attribute name, even if there are multiple rules for a given file. The highest priority rule will be used.
@see git_attr_foreach.