mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-03 15:27:01 +00:00
Merge pull request #863 from joshtriplett/export-git_attr_value
Export git_attr_value
This commit is contained in:
commit
c9d78bde94
@ -96,7 +96,7 @@ typedef enum {
|
|||||||
* @param attr The attribute
|
* @param attr The attribute
|
||||||
* @return the value type for the attribute
|
* @return the value type for the attribute
|
||||||
*/
|
*/
|
||||||
git_attr_t git_attr_value(const char *attr);
|
GIT_EXTERN(git_attr_t) git_attr_value(const char *attr);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check attribute flags: Reading values from index and working directory.
|
* Check attribute flags: Reading values from index and working directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user