vendor/libgit2/src/attr_file.h in rugged-0.18.0.gh.de28323 vs vendor/libgit2/src/attr_file.h in rugged-0.19.0

- old
+ new

@@ -45,17 +45,17 @@ } git_attr_rule; typedef struct { git_refcount unused; const char *name; - uint32_t name_hash; + uint32_t name_hash; } git_attr_name; typedef struct { git_refcount rc; /* for macros */ char *name; - uint32_t name_hash; - const char *value; + uint32_t name_hash; + const char *value; } git_attr_assignment; typedef struct { char *key; /* cache "source#path" this was loaded from */ git_vector rules; /* vector of <rule*> or <fnmatch*> */